@import url(//mail.homenergy4u.gr//templates/system/css/../../../media/system/css/system.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -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 {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -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: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  line-height: 1.785;
  color: #666666;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #db202f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #981621;
  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: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.785;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.785;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
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: auto;
}
.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: auto;
}
.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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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 {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.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.785;
  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-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > 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:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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;
  }
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.785;
  color: #575757;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -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;
  -o-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;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
  border-color: #c8c8c8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 200, 200, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 200, 200, 0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
  background-color: #eeeeee;
  opacity: 1;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
  cursor: not-allowed;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
  border-color: #c8c8c8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 200, 200, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 200, 200, 0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input.input-sm {
  height: 25px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.46667;
  border-radius: 0;
}
selectinput.input-sm {
  height: 25px;
  line-height: 25px;
}
textareainput.input-sm,
select[multiple]input.input-sm {
  height: auto;
}
input.input-lg {
  height: 54px;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
selectinput.input-lg {
  height: 54px;
  line-height: 54px;
}
textareainput.input-lg,
select[multiple]input.input-lg {
  height: auto;
}
@media (min-width: 768px) {
  .form-inline .inputbox,
  .form-inline select,
  .form-inline textarea,
  .form-inline input {
    display: inline-block;
  }
}
.control-group {
  margin-bottom: 12px;
}
legend + .control-group {
  margin-top: 24px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 24px;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: " ";
  display: table;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group .control-label {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .form-horizontal .control-group .control-label {
    display: inline-block;
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
  }
}
.form-horizontal .control-group .controls {
  margin-left: 180px;
}
.form-actions {
  padding: 20px;
  margin: 20px 0;
  background-color: #eeeeee;
  border-radius: 0;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  display: table;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  display: table;
}
.form-actions:after {
  clear: both;
}
.form-actions [class*="col-sm-offset-"],
.form-actions [class*="col-md-offset-"] {
  padding-left: 5px !important;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 0 0 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 40px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.785;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 0 0 0 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 0 0 0 0;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 0 0 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 0 0 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.btn-large {
  padding: 15px 30px;
  font-size: 17px;
  border-radius: 0;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 0;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  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;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.785;
  color: #575757;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.785;
  color: #575757;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -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;
  -o-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: #c8c8c8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 200, 200, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 200, 200, 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 {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 40px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 25px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 54px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 25px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.46667;
  border-radius: 0;
}
select.input-sm {
  height: 25px;
  line-height: 25px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 25px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.46667;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 25px;
  line-height: 25px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 25px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.46667;
  min-height: 36px;
}
.input-lg {
  height: 54px;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 54px;
  line-height: 54px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 54px;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 54px;
  line-height: 54px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 54px;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1.33;
  min-height: 41px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px;
}
.input-sm + .form-control-feedback {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #468847;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #b94a48;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 20.95px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 4px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.785;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.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,
.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: #2c2c2c;
  border-color: #2c2c2c;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #121212;
  border-color: #0d0d0d;
}
.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.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: #2c2c2c;
  border-color: #2c2c2c;
}
.btn-default .badge {
  color: #2c2c2c;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  /* EDITED THIS IS ORIGINAL
  background-color: #db202f;
  border-color: #db202f;*/
  background-color: #2d3a8b;
  border-color: #2d3a8b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #151e55;
  border-color: #151e55;
}
.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.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: #db202f;
  border-color: #db202f;
}
.btn-primary .badge {
  color: #db202f;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #2d3a8b;
  border-color: #2d3a8b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #2d3a8b;
  border-color: #2d3a8b;
}
.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.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: #008248;
  border-color: #008248;
}
.btn-success .badge {
  color: #008248;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.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.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: #5bc0de;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.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.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: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.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.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: #d9534f;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #db202f;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #981621;
  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: 15px 30px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.46667;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.46667;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
}
.dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropdown-submenu > .dropdown-menu {
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -5px;
}
.dropdown-submenu.open > a:after {
  border-left-color: #db202f;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/../../../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot);
  src: url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/../../../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/../../../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/../../../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/../../../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/../../../../../plugins/system/t3/base-bs3/bootstrap/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,
.glyphicon-eur: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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -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: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.785;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #db202f;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #db202f;
}
.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.785;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 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 + .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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  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: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  line-height: 54px;
}
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: 25px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.46667;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 25px;
  line-height: 25px;
}
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 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #575757;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 15px 30px;
  font-size: 17px;
  border-radius: 0;
}
.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: #db202f;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 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.785;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #db202f #db202f #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #575757;
  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: 0;
}
.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: 0 0 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: 0;
}
.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: #db202f;
}
.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: 0;
}
.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: 0 0 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;
  /* Edited 13_08_2020 - this is original
  min-height: 80px;*/
  min-height: 170px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-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: 28px 15px;
  font-size: 17px;
  line-height: 24px;
  height: 80px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@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: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 14px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@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: 24px;
  }
  .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: 28px;
    padding-bottom: 28px;
  }
}
.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: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .navbar-form .inputbox,
  .navbar-form select,
  .navbar-form textarea,
  .navbar-form input {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@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-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-btn.btn-sm {
  margin-top: 27.5px;
  margin-bottom: 27.5px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-text {
  margin-top: 28px;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #2c2c2c;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #121212;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #2c2c2c;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #2c2c2c;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #2c2c2c;
  background-color: transparent;
}
.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: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #af1925;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2c2c2c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #2c2c2c;
    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: #2c2c2c;
    background-color: transparent;
  }
  .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: #2c2c2c;
}
.navbar-default .navbar-link:hover {
  color: #2c2c2c;
}
.navbar-default .btn-link {
  color: #2c2c2c;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #2c2c2c;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.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;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 20px;
  line-height: 1.785;
  text-decoration: none;
  color: #db202f;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #981621;
  background-color: transparent;
  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: #2c2c2c;
  background-color: transparent;
  border-color: #db202f;
  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: 15px 30px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 3px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 24px 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 #eeeeee;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.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;
}
a.label:hover,
a.label: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: #db202f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #af1925;
}
.label-success {
  background-color: #008248;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #004f2c;
}
.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,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #db202f;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.785;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 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: #db202f;
}
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-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: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 0;
  -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: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #db202f;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #008248;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.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: -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);
}
.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: -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);
}
.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: -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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
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;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #db202f;
  border-color: #db202f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #f8cfd2;
}
.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #468847;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #468847;
  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: #468847;
  border-color: #468847;
}
.list-group-item-info {
  color: #3a87ad;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #3a87ad;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #3a87ad;
  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: #3a87ad;
  border-color: #3a87ad;
}
.list-group-item-warning {
  color: #c09853;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #c09853;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #c09853;
  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: #c09853;
  border-color: #c09853;
}
.list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #b94a48;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #b94a48;
  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: #b94a48;
  border-color: #b94a48;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -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: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #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-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #db202f;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #db202f;
  border-color: #db202f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #db202f;
}
.panel-primary > .panel-heading .badge {
  color: #db202f;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #db202f;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #468847;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #3a87ad;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #c09853;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #b94a48;
}
.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: 0;
  -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: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  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: hidden;
  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%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.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.785px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.785;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -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;
  font-family: 'Archivo', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 350px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -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;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.785;
  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: 0;
  -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: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 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;
  -o-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;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  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%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #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;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !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 (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 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;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.creativecontactform_wrapper {
	box-sizing: content-box;
	width: 98%;
	margin: 15px 0;
	padding: 0 !important;
	position: relative !important;
	float: none !important;
	line-height: 18px;
	
	-webkit-transition:  background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	-moz-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	-o-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
}
.creativecontactform_wrapper *{
	box-sizing: content-box;
}
.creativecontactform_wrapper hr {
	background-color: transparent;
	height: 0;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	border-top: 1px solid rgba(0,0,0,0.9);
	margin: 0;
	clear: both;
}
/*.creativecontactform_wrapper .creativecontactform_pre_text a,
.creativecontactform_wrapper .creativecontactform_pre_text a:hover
{
	text-shadow: none !important;
}
*/
.creativecontactform_wrapper p {
	margin: 15px 0;
}
.creativecontactform_wrapper h1,.creativecontactform_wrapper h2,.creativecontactform_wrapper h3,.creativecontactform_wrapper h4 {
	text-shadow: none;
	color: inherit;
	margin: 10px 0 15px;
}
.creativecontactform_wrapper h1 {
	font-size: 28px;
	font-weight: normal;
}

.creativecontactform_wrapper input,.creativecontactform_wrapper textarea{
	line-height: 17px !important;
}
.creativecontactform_pre_text {
	line-height: 1.2 !important;
}

.creativecontactform_wrapper_inner {
	position: relative !important;
	text-indent: 0px !important;
}

.creativecontactform_form {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}
.creativecontactform_title {
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
}
.creativecontactform_wrapper input.creativecontactform_send,.creativecontactform_wrapper input.creativecontactform_send_new,
.creativecontactform_wrapper input.creativecontactform_send:hover,.creativecontactform_wrapper input.creativecontactform_send_new:hover,
.creativecontactform_wrapper input.creativecontactform_send:active,.creativecontactform_wrapper input.creativecontactform_send_new:active,
.creativecontactform_wrapper input.creativecontactform_send:focus,.creativecontactform_wrapper input.creativecontactform_send_new:focus,
.creativecontactform_wrapper .creative_fileupload
{
	cursor: pointer !important;
	outline: none !important;
	height: auto !important;
	width: auto !important;
	line-height: 17px !important;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.creativecontactform_send_new {
}

.creativecontactform_field_box {
	margin: 0 0 10px 0;
	padding: 0 !important;
}



.creativecontactform_field_name {
	display: block !important;
	padding: 0 0px 0 0 !important;
	float: none !important;
}
.creativecontactform_submit_wrapper {
	position: relative;
}
.creativecontactform_clear {
	background: none !important;
	border: 0 !important;
	clear: both !important;
	display: block !important;
	float: none !important;
	font-size: 0 !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
}

.creativecontactform_loading_wrapper {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	display: none;
	z-index: 100 !important;

	background-color: rgba(0, 0, 0, 0.55) !important;
}

.creative_title_holder {
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 10px !important;
}

/********************************************************************************************************************INPUT RULES************************************************************************************************************************ */
.creative_input_reset {
	display: block !important;
	width: auto !important;
	height: 18px !important;
	border: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 0  !important;
	outline: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	width: 100% !important;

	box-sizing:border-box !important;
	-moz-box-sizing:border-box !important; /* Firefox */
	-webkit-box-sizing:border-box !important;
}
/*inputs  width and height control ************************************** */
.creativecontactform_field_box_inner {
	min-width: 140px !important;
	max-width: 100% !important;
}
.creativecontactform_input_element {
	width: 100% !important;
	height: 27px;
	position: relative !important;
	display: inline-block !important;

	-webkit-transition:  background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	-moz-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	-o-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
}

/************************************************************************ */
.creative_input_dummy_wrapper {
	position: relative;
	padding: 4px 8px 0px 8px;
}

.creative_textarea_reset {
	display: block !important;
	float: none !important;
	background-image: none !important;
	width: 100% !important;
	border: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	outline: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;

	box-sizing:border-box !important;
	-moz-box-sizing:border-box !important; /* Firefox */
	-webkit-box-sizing:border-box !important;
}
/*TEXT area width. height control *********************************************************************************************************************************************** */
.creative_textarea_wrapper {
	width: 100% !important;
	/*width: 95% !important;
	height: 150px !important;*/
}
.creative_textarea {
	resize: none !important;
	height: 90%;
}

.creativecontactform_submit_wrapper {
}
/************************************************************************************************************************************************* */
.creative_textarea_dummy_wrapper {
	padding: 5px 8px 8px 8px !important;
	position: relative !important;
	height: 100%;
}
.creative_clear {
	background: none !important;
	border: 0 !important;
	clear: both !important;
	display: block !important;
	float: none !important;
	font-size: 0 !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
}

.creativecontactform_wrapper .answer_name {
	padding: 0!important;
	margin: 0!important;
	display: block!important;
	cursor: pointer!important;
	width: 100%!important;
}
.creativecontactform_wrapper .answer_name label {

	padding: 0;
	display: block;
}

.answer_input {
padding: 0!important;
margin: 0;
width: 33px!important;
display: block!important;
}


/**********************************************************************CHECKBOX***********************************************************************/
.creativeform_twoglux_styled_input_wrapper {
	float: left !important;
	width: 30px !important;
	height: 26px !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	z-index: 1 !important;
}

.creativecontactform_wrapper .creativecontactform_form a.creativeform_twoglux_styled_element {
	width: 30px !important;
	height: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	cursor: pointer !important;
	position: relative !important;
	z-index: 1 !important;
	text-decoration: none;
	outline: 0 none !important;
	border: none !important;
	background-color: transparent !important;
	transition: none !important;
	-webkit-transition: none !important;

	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.creativecontactform_wrapper .creativecontactform_form .creativeform_twoglux_styled_element:hover {
	background-color: transparent !important;
	border: none !important;
}

.creativeform_twoglux_styled_radio {
	background-position: 0 -120px;
}
.creativeform_twoglux_styled_checkbox {
	background-position: 0 0;
}

.creativeform_twoglux_styled_black { 
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/icons-black.png) !important;
}
.black_checkbox_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/black-checkbox-part1.png) top left no-repeat !important;
}
.black_checkbox_part2 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/black-checkbox-part2.png) bottom left no-repeat !important;
}
.black_radio_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/black-radio-part1.png) top left no-repeat !important;
}

.creativeform_twoglux_styled_green { 
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/icons-green.png) !important;
}
.green_checkbox_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/green-checkbox-part1.png) top left no-repeat !important;
}
.green_checkbox_part2 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/green-checkbox-part2.png) bottom left no-repeat !important;
}
.green_radio_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/green-radio-part1.png) top left no-repeat !important;
}

.creativeform_twoglux_styled_litegreen { 
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/icons-litegreen.png) !important;
}
.litegreen_checkbox_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/litegreen-checkbox-part1.png) top left no-repeat !important;
}
.litegreen_checkbox_part2 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/litegreen-checkbox-part2.png) bottom left no-repeat !important;
}
.litegreen_radio_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/litegreen-radio-part1.png) top left no-repeat !important;
}

.creativeform_twoglux_styled_blue { 
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/icons-blue.png) !important;
}
.blue_checkbox_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/blue-checkbox-part1.png) top left no-repeat !important;
}
.blue_checkbox_part2 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/blue-checkbox-part2.png) bottom left no-repeat !important;
}
.blue_radio_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/blue-radio-part1.png) top left no-repeat !important;
}

.creativeform_twoglux_styled_liteblue { 
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/icons-liteblue.png) !important;
}
.liteblue_checkbox_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/liteblue-checkbox-part1.png) top left no-repeat !important;
}
.liteblue_checkbox_part2 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/liteblue-checkbox-part2.png) bottom left no-repeat !important;
}
.liteblue_radio_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/liteblue-radio-part1.png) top left no-repeat !important;
}

.creativeform_twoglux_styled_red { 
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/icons-red.png) !important;
}
.red_checkbox_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/red-checkbox-part1.png) top left no-repeat !important;
}
.red_checkbox_part2 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/red-checkbox-part2.png) bottom left no-repeat !important;
}
.red_radio_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/red-radio-part1.png) top left no-repeat !important;
}

.creativeform_twoglux_styled_yellow { 
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/icons-yellow.png) !important;
}
.yellow_checkbox_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/yellow-checkbox-part1.png) top left no-repeat !important;
}
.yellow_checkbox_part2 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/yellow-checkbox-part2.png) bottom left no-repeat !important;
}
.yellow_radio_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/yellow-radio-part1.png) top left no-repeat !important;
}

.creativeform_twoglux_styled_crimson { 
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/icons-crimson.png) !important;
}
.crimson_checkbox_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/crimson-checkbox-part1.png) top left no-repeat !important;
}
.crimson_checkbox_part2 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/crimson-checkbox-part2.png) bottom left no-repeat !important;
}
.crimson_radio_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/crimson-radio-part1.png) top left no-repeat !important;
}

.creativeform_twoglux_styled_litecrimson { 
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/icons-litecrimson.png) !important;
}
.litecrimson_checkbox_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/litecrimson-checkbox-part1.png) top left no-repeat !important;
}
.litecrimson_checkbox_part2 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/litecrimson-checkbox-part2.png) bottom left no-repeat !important;
}
.litecrimson_radio_part1 { 
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/creativecheckboxes/litecrimson-radio-part1.png) top left no-repeat !important;
}

.creativeform_twoglux_styled_radio_hovered{background-position: 0 -150px !important;}
.creativeform_twoglux_styled_checkbox_hovered{background-position: 0 -30px !important;}

.creativeform_twoglux_styled_input_wrapper {
	cursor: pointer !important;
	border: none !important;
	outline: 0 none !important;
}
.radio_part1 {
	position: absolute !important;
	top: 11px;
	left: 11px;
	z-index: 2 !important;
	width: 8px;
	height: 9px;
	border: none !important;
	display: block;
	line-height:0 !important;
	overflow: hidden !important;
	zoom: 1;
}
.checkbox_part1 {
	position: absolute !important;
	border: none !important;
	top: 12px;
	left: 8px;
	z-index: 2 !important;
	width: 6px;
	height: 0px;
	display: block;
	line-height:0 !important;
	overflow: hidden !important;
	zoom: 1;
}
.checkbox_part2 {
	position: absolute !important;
	border: none !important;
	bottom: 8px;
	left: 14px;
	z-index: 2 !important;
	width: 8px;
	height: 0px;
	display: block;
	line-height:0 !important;
	overflow: hidden !important;
	zoom: 1 !important;
}

.unselectable {
   -moz-user-select     : none !important;
   -webkit-user-select  : none !important;
   -o-user-select       : none !important;
   user-select          : none !important;
}

/*******************************************************************************CREATIVE SELECT***********************************************************************************************/
.creative_select {
	cursor: pointer !important;
}
.creative_select .creative_input_dummy_wrapper {
	margin: 0px 30px 0px 0px !important;
	white-space: nowrap;
	overflow: hidden;
}
.ccf_select_icon {
	opacity: 0.88;
	position: absolute;
	right: 9px;
	top: 7px;
	width: 14px;
	height: 14px;
	overflow: hidden;

	-webkit-transition: opacity linear 0.2s;
	-moz-transition: opacity linear 0.2s;
	-o-transition: opacity linear 0.2s;
	transition: opacity linear 0.2s;
}
.creativecontactform_wrapper.ccf_icon_1 .ccf_select_icon {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/glyphicons-halflings.png);
}
.creativecontactform_wrapper.ccf_icon_2 .ccf_select_icon {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/glyphicons-halflings-white.png);
}
.ccf_select_icon.closed {
	background-position: -312px -120px;
}
.ccf_select_icon.opened {
	background-position: -288px -120px;
}
.creative_select:hover .ccf_select_icon {
	opacity: 1;
} 
.ccf_close_icon {
	display: none;
	z-index: 10;
	opacity: 0.35;
	position: absolute;
	right: 24px;
	top: 7px;
	width: 14px;
	height: 14px;
	overflow: hidden;
	
	cursor: pointer;
	background-position: -312px 0px;

	-webkit-transition: opacity linear 0.2s;
	-moz-transition: opacity linear 0.2s;
	-o-transition: opacity linear 0.2s;
	transition: opacity linear 0.2s;
}
.creativecontactform_wrapper.ccf_icon_1 .ccf_close_icon {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/glyphicons-halflings.png);
}
.creativecontactform_wrapper.ccf_icon_2 .ccf_close_icon {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/glyphicons-halflings-white.png);
}
.ccf_close_icon:hover  {
	opacity: 1;
} 
.creative_options_wrapper {
	display: none;
	overflow: hidden;
	min-height: 0px;
	min-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 2px 0 2px 0;
	list-style: none;

	background-color: #ffffff;

	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.creative_options_wrapper:hover {
	border: 1px solid rgba(0, 0, 0, 0.35);

	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}
.creative_scoll_inner_wrapper {
}

.creative_select_option {
	position: relative;
	display: block;
	padding: 3px 34px 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
	text-shadow: none;

}
.creative_select_option:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
}
.creative_select_empty_option {
	position: relative;
	padding: 3px 34px 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
	text-shadow: 1px 1px 1px black;

	display: none;
	text-decoration: none;
	color: #ffffff;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
}
.creative_option_state {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-repeat: no-repeat;
	position: absolute;
	right: 11px;
	top: 5px;
	overflow: hidden;
}
.creative_select_option.selected .creative_option_state {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/glyphicons-halflings.png);
	background-position: -288px 0;
}
.creative_select_option.selected:hover .creative_option_state {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/glyphicons-halflings-white.png);
	background-position: -288px 0;
}

.creative_search {
	margin: 8px 10px 8px 10px;
	border: 1px solid rgba(34, 34, 34, 0.25);
	border-radius: 5px;
	height: 24px !important;
	position: relative;
	padding-right: 25px;
	padding-left: 5px;

	box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.28);

	-webkit-transition:  background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	-moz-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	-o-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
}
.creative_search.focused {
	border: 1px solid rgba(34, 34, 34, 0.33);

	box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.28);

}
.creative_search_input {
	color: #111 !important;
	font-size: 12px !important;
	line-height: 20px !important;
	height: 20px !important;
	display: block !important;
	border: none !important;
	background: none !important;
	text-shadow: none !important;


	margin: 2px 0 0 0 !important;
	padding: 0 !important;
	outline: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	width: 100% !important;

	box-sizing:border-box !important;
	-moz-box-sizing:border-box !important; /* Firefox */
	-webkit-box-sizing:border-box !important;
}
.creative_search .creative_search_icon {
	opacity: 0.7;
	display: block;
	z-index: 10;
	position: absolute;
	right: 7px;
	top: 5px;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/glyphicons-halflings.png);
	cursor: pointer;
	background-position: -49px 0px;
}
.creative_search.focused .creative_search_icon {
	opacity: 1;
}

img.creative_captcha {
	border-radius: 6px;
	padding: 0 !important;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.74) !important;
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.74) !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.74) !important;
	border: none !important;
	max-width: 100% !important;
}
.creative_form_module .creative_captcha {
	margin: 3px 2px 5px 0;
}
.creative_form_module .creative_captcha_input_wrapper {
	max-width: 80% !important;
}
.reload_creative_captcha {
	margin: 3px 0px 5px 2px;
	border-radius: 3px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;

	transition: all 0.35s ease-out 0s;
	-webkit-transition: all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
}
.reload_creative_captcha.icon_1{
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/glyphicons-halflings.png) -237px -21px no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.reload_creative_captcha.icon_2{
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/glyphicons-halflings-white.png) -237px -21px no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.reload_creative_captcha:hover {
	transform: rotate(180DEG);
	-webkit-transform: rotate(180DEG);
	-moz-transform: rotate(180DEG);
}

.creative_uploaded_icon {
	display: block;
	margin: 0 5px 0 0;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	
}
.creative_remove_uploaded {
	display: block;
	margin: 0px;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	
	cursor: pointer;

	transition: all 0.35s ease-out 0s;
	-webkit-transition: all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
}
.creative_remove_uploaded:hover {
	transform: rotate(180DEG);
	-webkit-transform: rotate(180DEG);
	-moz-transform: rotate(180DEG);
}
.creative_fileupload_wrapper.icon_1 .creative_uploaded_icon {
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/glyphicons-halflings.png) -261px 2px no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.creative_fileupload_wrapper.icon_2 .creative_uploaded_icon {
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/glyphicons-halflings-white.png) -261px 2px no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.creative_fileupload_wrapper.icon_1 .creative_remove_uploaded {
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/glyphicons-halflings.png) -309px 3px no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.creative_fileupload_wrapper.icon_2 .creative_remove_uploaded {
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/glyphicons-halflings-white.png) -309px 3px no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.creative_uploaded_file {
	margin-left: 5px;
	margin-right: 5px;
	display: block;
}
.creative_uploaded_file_item {
	overflow: hidden;
	clear: both;
	margin-bottom: 4px;
}
.creative_uploaded_files {
	margin-top: 7px;
	margin-bottom: 4px;
}

/*creative alert */
#creative_shadow {
	position : fixed !important;
	top : 0 !important;
	right : 0 !important;
	bottom : 0 !important;
	left : 0 !important;
	z-index : 10000 !important;
	backgroundColor : #000 !important;
}
#creative_alert_wrapper {
	width: 420px !important;
	position: absolute !important;
	background-color: #fff !important;
	height: auto !important;
	border-radius: 6px !important;
	moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	box-shadow: 0 0 15px 0 #222 !important;
	moz-box-shadow: 0 0 15px 0 #222 !important;
	-webkit-box-shadow: 0 0 15px 0 #222 !important;
	background: #fff url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/background.png) repeat-x left bottom !important;
	top: 0;
	left: 0;
	padding-bottom: 55px !important;
	z-index: 100002 !important;
}
#creative_alert_body {
	height: auto !important;
	padding: 20px 20px 20px 100px !important;
	min-height: 80px !important;
	color: #444 !important;
	text-align: left !important;
	font-size: 14px !important;
	overflow: hidden !important;
	box-sizing: content-box !important;
}
#creative_alert_body.creative_normal {
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/alert.png) no-repeat 20px 20px !important;
}
#creative_alert_body.creative_error {
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/error.png) no-repeat 20px 20px !important;
}
#creative_alert_body.creative_success {
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/success.png) no-repeat 20px 20px !important;
}
#close_creative_alert {
	background: transparent !important;
	position: absolute !important;
	cursor: pointer !important;
	padding: 4px 20px !important;
	bottom: 15px !important;
	right: 15px !important;
	margin: 0 !important;

	box-shadow: inset 0 0 15px 1px rgba(253,18,8,0.78) !important;
	border-radius: 4px !important;
	background-color: #FF8F00 !important;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.77) !important;
	color: white !important;
	border: none !important;
	cursor: pointer !important;

	-webkit-transition:  background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	-moz-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	-o-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
	transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
}
#close_creative_alert:hover {
	box-shadow: inset 0 0 15px 2px rgba(253,18,8,0.78) !important;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.82) !important;
	background-color: #FFCC00 !important;
}

/*DO NOT CHANGE*/
.creativecontactform_wrapper .powered_by {
	font-style: italic !important;
	float: none !important;
	display: block !important;
	margin: 4px 0px 0px 0px !important;
	padding: 0 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	position: relative !important;
	visibility: visible !important;
	overflow: visible !important;
	height: auto !important;
	width: auto !important;
	text-indent: 0px !important;
	background: none !important;
	z-index: 10 !important;
}
.creativecontactform_wrapper .powered_by a {
	text-decoration: none !important;
	display: inline-block !important;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 14px !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	position: relative !important;
	visibility: visible !important;
	overflow: visible !important;
	height: auto !important;
	width: auto !important;
	text-indent: 0px !important;
	background: none !important;
	z-index: 10 !important;
	font-style: italic !important;
}
.creativecontactform_wrapper .powered_by a:hover {
	text-decoration: none !important;
	font-style: italic !important;
}

.creativecontactform_wrapper .powered_by {
	color: rgb(255, 255, 255) !important;
	text-shadow: 0px -1px 0px #333, 0px 2px 3px rgb(85, 75, 75) !important;
}
.creativecontactform_wrapper .powered_by:hover {
	text-shadow: 0px -1px 0px #333, 0px 3px 3px rgb(85, 75, 75) !important;
}
.creativecontactform_wrapper .powered_by a {
	color: rgb(0, 122, 218) !important;
	text-shadow: 0px -1px 0px rgba(19, 19, 19, 1), 0px 1px 0px rgba(255, 255, 255, 1) !important;
}
.creativecontactform_wrapper .powered_by:hover a  {
	color: rgb(192, 1, 39) !important;
	text-shadow: 0px -1px 0px rgba(19, 19, 19, 1), 0px 1px 0px rgba(255, 255, 255, 1) !important;
}
.creativecontactform_hidden {
	display: none !important;
}

/*******************************************************************CREATIVE ANIMATIONS***************************************/
.creative_wrapper_animation_state_1 {
	-webkit-transition: all 2.2s ease 0.5s;
	-moz-transition: all 2.2s ease 0.5s;
	transition: all 2.2s ease 0.5s;
	-webkit-transform: scale(0.85,0.85);
	-moz-transform: scale(0.85,0.85);
	transform: scale(0.85,0.85);
	opacity: 0;
}
.creative_wrapper_animation_state_2 {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}

.creative_header_animation_state_1 {
	-webkit-transition: all 1.5s ease 0.6s;
	-moz-transition: all 1.5s ease 0.6s;
	transition: all 1.5s ease 0.6s;
	-webkit-transform: scale(0.75,0.75);
	-moz-transform: scale(0.75,0.75);
	transform: scale(0.75,0.75);
	opacity: 0;
}
.creative_header_animation_state_2 {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}

.creative_field_box_animation_state_1 {
	-webkit-transition: all 1.8s ease 0.8s;
	-moz-transition: all 1.8s ease 0.8s;
	transition: all 1.8s ease 0.8s;
	-webkit-transform: scale(0.75,0.75);
	-moz-transform: scale(0.75,0.75);
	transform: scale(0.75,0.75);
	opacity: 0;
}
.creative_field_box_animation_state_2 {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}

.creative_footer_animation_state_1 {
	-webkit-transition: all 1.7s ease 1.0s;
	-moz-transition: all 1.7s ease 1.0s;
	transition: all 1.7s ease 1.0s;
	-webkit-transform: scale(0.75,0.75);
	-moz-transform: scale(0.75,0.75);
	transform: scale(0.75,0.75);
	opacity: 0;
}
.creative_footer_animation_state_2 {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}

/*short version */
.creative_wrapper_animation_state_1_short {
	-webkit-transition: all 1.2s ease 0s;
	-moz-transition: all 1.2s ease 0s;
	transition: all 1.2s ease 0s;
	-webkit-transform: scale(0.85,0.85);
	-moz-transform: scale(0.85,0.85);
	transform: scale(0.85,0.85);
	opacity: 0;
}
.creative_wrapper_animation_state_2_short {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}

.creative_header_animation_state_1_short {
	-webkit-transition: all 1.3s ease 0.1s;
	-moz-transition: all 1.3s ease 0.1s;
	transition: all 1.3s ease 0.1s;
	-webkit-transform: scale(0.85,0.85);
	-moz-transform: scale(0.85,0.85);
	transform: scale(0.85,0.85);
	opacity: 0;
}
.creative_header_animation_state_2_short {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}

.creative_field_box_animation_state_1_short {
	-webkit-transition: all 1.2s ease 0.2s;
	-moz-transition: all 1.2s ease 0.2s;
	transition: all 1.2s ease 0.2s;
	-webkit-transform: scale(0.90,0.90);
	-moz-transform: scale(0.90,0.90);
	transform: scale(0.90,0.90);
	opacity: 0;
}
.creative_field_box_animation_state_2_short {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}

.creative_footer_animation_state_1_short {
	-webkit-transition: all 1.1s ease 0.2s;
	-moz-transition: all 1.1s ease 0.2s;
	transition: all 1.1s ease 0.2s;
	-webkit-transform: scale(0.90,0.90);
	-moz-transform: scale(0.90,0.90);
	transform: scale(0.90,0.90);
	opacity: 0;
}
.creative_footer_animation_state_2_short {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}

.creative_block_hover_anmation_state1 {

}
.creative_block_hover_anmation_state1:hover {
}
/***********************************************3.0.0 updates************************************************************************************************** */
.creative_label_txt_wrapper {
	display: inline;
	position: relative;
}
.creativecontactform_field_required  {
	position: absolute;
	top: 3px;
}
.creative_checkbox_wrapper {
	overflow: hidden;
}
.creative_checkbox_label_wrapper {
	display: inline-block !important;
	position: relative;
}
/**************************************************Font Effects*********************************************************************************************************/
.ccf_font_effect_none {

}
.ccf_font_effect_emboss {
	text-shadow: 0px 1px 1px #fff, 0 -1px 1px #000 !important;
}
.ccf_font_effect_fire {
	text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70, 0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40 !important;
}

.ccf_font_effect_fire_animation {
	text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70, 0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40 !important;
  -webkit-animation-duration:0.8s;
  -webkit-animation-name:ccf-font-effect-fire-animation-keyframes;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:alternate;
}
.ccf_font_effect_neon {
	text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.4em #f7f,0 0 0.6em #f0f, 0 0 0.8em #f0f, 0 0 1.0em #f0f, 0 0 1.2em #f0f !important;
}
.ccf_font_effect_outline {
	text-shadow:0 1px 1px #000, 0 -1px 1px #000, 1px 0 1px #000, -1px 0 1px #000 !important;
}
.ccf_font_effect_shadow_multiple {
  text-shadow: .04em .04em 0 #fff,.08em .08em 0 #aaa !important;
  -webkit-text-shadow: .04em .04em 0 #fff, .08em .08em 0 #aaa !important;
}
.ccf_font_effect_3d {
  	text-shadow: 0px 1px 0px #c7c8ca, 0px 2px 0px #b1b3b6, 0px 3px 0px #9d9fa2, 0px 4px 0px #8a8c8e, 0px 5px 0px #77787b, 0px 6px 0px #636466, 0px 7px 0px #4d4d4f, 0px 8px 7px #001135 !important;
}
.ccf_font_effect_3d_float {
	text-shadow: 0 0.032em 0 #b0b0b0, 0px 0.15em 0.11em rgba(0,0,0,0.15), 0px 0.25em 0.021em rgba(0,0,0,0.1), 0px 0.32em 0.32em rgba(0,0,0,0.1) !important;
}
@-webkit-keyframes ccf-font-effect-fire-animation-keyframes {
  0% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70,0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40;
  }
  25% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0 -0.05em 0.17em #FE0, 0.04em -0.12em 0.22em #FC0, 0.04em -0.13em 0.27em #F90, 0.05em -0.23em 0.33em #F70, 0.07em -0.28em 0.47em #F70, 0.1em -0.3em 0.8em #F50, 0.1em -0.3em 0.9em #F40;
  }
  50% {    text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70,0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40;
  }
  75% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0 -0.06em 0.18em #FE0, 0.05em -0.15em 0.23em #FC0, 0.05em -0.15em 0.3em #F90, 0.07em -0.25em 0.4em #F70, 0.09em -0.3em 0.5em #F70, 0.1em -0.3em 0.9em #F50, 0.1em -0.3em 1.0em #F40;
  }
  100% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70,0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40;
  }
}
/**************************************************END Font Effects*********************************************************************************************************/
/**************************************************Multiple Columns*********************************************************************************************************/
.creative_field_box_wrapper  {
}
.creative_field_box_wrapper_1 {
	float: left;
	margin: 0;
}
.creative_field_box_wrapper_1_inner {
	margin: 0 10px 0 0;
}
.creative_field_box_wrapper_2_inner {
	margin: 0 0px 0 10px;
}
.creative_field_box_wrapper_2 {
	float: right;
	margin: 0;
}
.creative_field_box_wrapper_0 {
	float: none;
	width: 100%;
	margin: 0;
	clear: both;
}
@media (max-width: 480px) {
	.creative_field_box_wrapper_1,.creative_field_box_wrapper_2 {
		float: none !important;
		width: 100% !important;
		clear: both;
	}
	.creative_field_box_wrapper_2_inner {
		margin: 0px 0px 0px 0px;
	}
}

/**************************************************End Multiple Columns*********************************************************************************************************/
/**************************************************Custom Html, Google Maps *********************************************************************************************************/
.creativecontactform_form .creative_field_box_wrapper_0 .creative_timing_custom-html .creativecontactform_field_box_inner,
.creativecontactform_form .creative_field_box_wrapper_1 .creative_timing_custom-html .creativecontactform_field_box_inner,
.creativecontactform_form .creative_field_box_wrapper_2 .creative_timing_custom-html .creativecontactform_field_box_inner,
.creativecontactform_form .creative_field_box_wrapper_0 .creative_timing_heading .creativecontactform_field_box_inner,
.creativecontactform_form .creative_field_box_wrapper_1 .creative_timing_heading .creativecontactform_field_box_inner,
.creativecontactform_form .creative_field_box_wrapper_2 .creative_timing_heading .creativecontactform_field_box_inner,
.creativecontactform_form .creative_field_box_wrapper_0 .creative_timing_google-maps .creativecontactform_field_box_inner, 
.creativecontactform_form .creative_field_box_wrapper_1 .creative_timing_google-maps .creativecontactform_field_box_inner, 
.creativecontactform_form .creative_field_box_wrapper_2 .creative_timing_google-maps .creativecontactform_field_box_inner, 
.creativecontactform_form .creative_field_box_wrapper_0 .creative_timing_contact-data .creativecontactform_field_box_inner, 
.creativecontactform_form .creative_field_box_wrapper_1 .creative_timing_contact-data .creativecontactform_field_box_inner, 
.creativecontactform_form .creative_field_box_wrapper_2 .creative_timing_contact-data .creativecontactform_field_box_inner,
.creativecontactform_form .creative_field_box_wrapper_0 .creative_timing_file-upload .creativecontactform_field_box_inner, 
.creativecontactform_form .creative_field_box_wrapper_1 .creative_timing_file-upload .creativecontactform_field_box_inner, 
.creativecontactform_form .creative_field_box_wrapper_2 .creative_timing_file-upload .creativecontactform_field_box_inner,
.creativecontactform_form .creative_field_box_wrapper_0 .creative_timing_google-recaptcha .creativecontactform_field_box_inner, 
.creativecontactform_form .creative_field_box_wrapper_1 .creative_timing_google-recaptcha .creativecontactform_field_box_inner, 
.creativecontactform_form .creative_field_box_wrapper_2 .creative_timing_google-recaptcha .creativecontactform_field_box_inner
{
	width:100%;
}

.creative_timing_custom-html {
 	margin-top: 10px;
}







/**************************************************Contact Data *********************************************************************************************************/
.ccf_content_element {
	overflow: hidden;
	margin-bottom: 10px;
}
.ccf_content_element_icon_wrapper {
	float: left;
	overflow: hidden;
	margin-left: -100%;
}
.ccf_content_element_content_wrapper {
	float: left;
	overflow: hidden;
	width: 100%;
	margin-top: 5px;
}
.ccf_content_element span {
	display: inline;
}
.ccf_content_element_label {
	vertical-align: middle;

	font-weight: normal;
	font-size: 14px;
	margin-right: 10px;
	color: rgb(71, 71, 71);
}
.ccf_content_icon {
	vertical-align: middle;

	height: 25px;
	width: 25px;
	vertical-align: middle;
	display: inline-block !important;
	margin-right: 7px;

	background-size: auto 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*Template default*/
.ccf_content_icon_address {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/address.png);
}
.ccf_content_icon_phone {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/phone.png);
}
.ccf_content_icon_mobile {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/mobile.png);
}
.ccf_content_icon_email {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/email.png);
}
.ccf_content_icon_fax {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/fax.png);
}
.ccf_content_icon_map {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/map.png);
}
.ccf_content_icon_link {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/link.png);
}
.ccf_content_icon_tip {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/tip.png);
}
.ccf_content_icon_info {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/info.png);
}
.ccf_content_icon_question {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/question.png);
}
/*Template 1*/
.ccf_sections_template_1 .ccf_content_icon_address {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/address.png);
}
.ccf_sections_template_1 .ccf_content_icon_phone {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/phone.png);
}
.ccf_sections_template_1 .ccf_content_icon_mobile {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/mobile.png);
}
.ccf_sections_template_1 .ccf_content_icon_email {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/email.png);
}
.ccf_sections_template_1 .ccf_content_icon_fax {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/fax.png);
}
.ccf_sections_template_1 .ccf_content_icon_map {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/map.png);
}
.ccf_sections_template_1 .ccf_content_icon_link {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/link.png);
}
.ccf_sections_template_1 .ccf_content_icon_tip {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/tip.png);
}
.ccf_sections_template_1 .ccf_content_icon_info {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/info.png);
}
.ccf_sections_template_1 .ccf_content_icon_question {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_1/question.png);
}
/*Template 2*/
.ccf_sections_template_2 .ccf_content_icon_address {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_2/address.png);
}
.ccf_sections_template_2 .ccf_content_icon_phone {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_2/phone.png);
}
.ccf_sections_template_2 .ccf_content_icon_mobile {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_2/mobile.png);
}
.ccf_sections_template_2 .ccf_content_icon_email {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_2/email.png);
}
.ccf_sections_template_2 .ccf_content_icon_fax {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_2/fax.png);
}
.ccf_sections_template_2 .ccf_content_icon_map {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_2/map.png);
}
.ccf_sections_template_2 .ccf_content_icon_link {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_2/link.png);
}
.ccf_sections_template_2 .ccf_content_icon_tip {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_2/tip.png);
}
.ccf_sections_template_2 .ccf_content_icon_info {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_2/info.png);
}
.ccf_sections_template_2 .ccf_content_icon_question {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_2/question.png);
}
/*Template 3*/
.ccf_sections_template_3 .ccf_content_icon_address {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_3/address.png);
}
.ccf_sections_template_3 .ccf_content_icon_phone {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_3/phone.png);
}
.ccf_sections_template_3 .ccf_content_icon_mobile {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_3/mobile.png);
}
.ccf_sections_template_3 .ccf_content_icon_email {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_3/email.png);
}
.ccf_sections_template_3 .ccf_content_icon_fax {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_3/fax.png);
}
.ccf_sections_template_3 .ccf_content_icon_map {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_3/map.png);
}
.ccf_sections_template_3 .ccf_content_icon_link {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_3/link.png);
}
.ccf_sections_template_3 .ccf_content_icon_tip {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_3/tip.png);
}
.ccf_sections_template_3 .ccf_content_icon_info {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_3/info.png);
}
.ccf_sections_template_3 .ccf_content_icon_question {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_3/question.png);
}
/*Template 4*/
.ccf_sections_template_4 .ccf_content_icon_address {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_4/address.png);
}
.ccf_sections_template_4 .ccf_content_icon_phone {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_4/phone.png);
}
.ccf_sections_template_4 .ccf_content_icon_mobile {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_4/mobile.png);
}
.ccf_sections_template_4 .ccf_content_icon_email {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_4/email.png);
}
.ccf_sections_template_4 .ccf_content_icon_fax {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_4/fax.png);
}
.ccf_sections_template_4 .ccf_content_icon_map {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_4/map.png);
}
.ccf_sections_template_4 .ccf_content_icon_link {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_4/link.png);
}
.ccf_sections_template_4 .ccf_content_icon_tip {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_4/tip.png);
}
.ccf_sections_template_4 .ccf_content_icon_info {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_4/info.png);
}
.ccf_sections_template_4 .ccf_content_icon_question {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_4/question.png);
}
/*Template 5*/
.ccf_sections_template_5 .ccf_content_icon_address {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_5/address.png);
}
.ccf_sections_template_5 .ccf_content_icon_phone {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_5/phone.png);
}
.ccf_sections_template_5 .ccf_content_icon_mobile {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_5/mobile.png);
}
.ccf_sections_template_5 .ccf_content_icon_email {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_5/email.png);
}
.ccf_sections_template_5 .ccf_content_icon_fax {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_5/fax.png);
}
.ccf_sections_template_5 .ccf_content_icon_map {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_5/map.png);
}
.ccf_sections_template_5 .ccf_content_icon_link {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_5/link.png);
}
.ccf_sections_template_5 .ccf_content_icon_tip {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_5/tip.png);
}
.ccf_sections_template_5 .ccf_content_icon_info {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_5/info.png);
}
.ccf_sections_template_5 .ccf_content_icon_question {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_5/question.png);
}
/*Template 6*/
.ccf_sections_template_6 .ccf_content_icon_address {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_6/address.png);
}
.ccf_sections_template_6 .ccf_content_icon_phone {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_6/phone.png);
}
.ccf_sections_template_6 .ccf_content_icon_mobile {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_6/mobile.png);
}
.ccf_sections_template_6 .ccf_content_icon_email {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_6/email.png);
}
.ccf_sections_template_6 .ccf_content_icon_fax {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_6/fax.png);
}
.ccf_sections_template_6 .ccf_content_icon_map {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_6/map.png);
}
.ccf_sections_template_6 .ccf_content_icon_link {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_6/link.png);
}
.ccf_sections_template_6 .ccf_content_icon_tip {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_6/tip.png);
}
.ccf_sections_template_6 .ccf_content_icon_info {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_6/info.png);
}
.ccf_sections_template_6 .ccf_content_icon_question {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_6/question.png);
}
/*Template 7*/
.ccf_sections_template_7 .ccf_content_icon_address {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_7/address.png);
}
.ccf_sections_template_7 .ccf_content_icon_phone {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_7/phone.png);
}
.ccf_sections_template_7 .ccf_content_icon_mobile {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_7/mobile.png);
}
.ccf_sections_template_7 .ccf_content_icon_email {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_7/email.png);
}
.ccf_sections_template_7 .ccf_content_icon_fax {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_7/fax.png);
}
.ccf_sections_template_7 .ccf_content_icon_map {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_7/map.png);
}
.ccf_sections_template_7 .ccf_content_icon_link {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_7/link.png);
}
.ccf_sections_template_7 .ccf_content_icon_tip {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_7/tip.png);
}
.ccf_sections_template_7 .ccf_content_icon_info {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_7/info.png);
}
.ccf_sections_template_7 .ccf_content_icon_question {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_7/question.png);
}
/*Template 8*/
.ccf_sections_template_8 .ccf_content_icon_address {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_8/address.png);
}
.ccf_sections_template_8 .ccf_content_icon_phone {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_8/phone.png);
}
.ccf_sections_template_8 .ccf_content_icon_mobile {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_8/mobile.png);
}
.ccf_sections_template_8 .ccf_content_icon_email {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_8/email.png);
}
.ccf_sections_template_8 .ccf_content_icon_fax {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_8/fax.png);
}
.ccf_sections_template_8 .ccf_content_icon_map {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_8/map.png);
}
.ccf_sections_template_8 .ccf_content_icon_link {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_8/link.png);
}
.ccf_sections_template_8 .ccf_content_icon_tip {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_8/tip.png);
}
.ccf_sections_template_8 .ccf_content_icon_info {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_8/info.png);
}
.ccf_sections_template_8 .ccf_content_icon_question {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_8/question.png);
}
/*Template 9*/
.ccf_sections_template_9 .ccf_content_icon_address {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_9/address.png);
}
.ccf_sections_template_9 .ccf_content_icon_phone {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_9/phone.png);
}
.ccf_sections_template_9 .ccf_content_icon_mobile {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_9/mobile.png);
}
.ccf_sections_template_9 .ccf_content_icon_email {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_9/email.png);
}
.ccf_sections_template_9 .ccf_content_icon_fax {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_9/fax.png);
}
.ccf_sections_template_9 .ccf_content_icon_map {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_9/map.png);
}
.ccf_sections_template_9 .ccf_content_icon_link {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_9/link.png);
}
.ccf_sections_template_9 .ccf_content_icon_tip {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_9/tip.png);
}
.ccf_sections_template_9 .ccf_content_icon_info {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_9/info.png);
}
.ccf_sections_template_9 .ccf_content_icon_question {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_9/question.png);
}
/*Template 10*/
.ccf_sections_template_10 .ccf_content_icon_address {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_10/address.png);
}
.ccf_sections_template_10 .ccf_content_icon_phone {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_10/phone.png);
}
.ccf_sections_template_10 .ccf_content_icon_mobile {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_10/mobile.png);
}
.ccf_sections_template_10 .ccf_content_icon_email {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_10/email.png);
}
.ccf_sections_template_10 .ccf_content_icon_fax {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_10/fax.png);
}
.ccf_sections_template_10 .ccf_content_icon_map {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_10/map.png);
}
.ccf_sections_template_10 .ccf_content_icon_link {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_10/link.png);
}
.ccf_sections_template_10 .ccf_content_icon_tip {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_10/tip.png);
}
.ccf_sections_template_10 .ccf_content_icon_info {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_10/info.png);
}
.ccf_sections_template_10 .ccf_content_icon_question {
	background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/contact_data/template_10/question.png);
}


.ccf_content_styling {
	font-weight: normal;
	color: rgb(0, 175, 253);
}
/*creative popup********************************************************************************/
#creative_popup_wrapper,#creative_popup_wrapper * {
	text-shadow: none;
	color: #111;
}
.creative_timing_creative-popup {
	display: none !important;
}
.ccf_popup_link {
	cursor: pointer;
}
.ccf_popup_link:hover {
}

#creative_popup_wrapper {
	position: absolute !important;
	background-color: #fff !important;
	border-radius: 6px !important;
	moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	box-shadow: 0 0 15px 0 #222 !important;
	moz-box-shadow: 0 0 15px 0 #222 !important;
	-webkit-box-shadow: 0 0 15px 0 #222 !important;
	top: 0;
	left: 0;
	z-index: 100005 !important;
}

.ccf_close_popup {
	position: absolute;
	width: 32px;
	height: 32px;
	top: -16px;
	right: -16px;
	z-index: 10003 !important;
	cursor: pointer;

	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
}
.ccf_close_popup:hover {
	transform: scale(1.1,1.1);
}
.ccf_close_popup:hover .ccf_close_popup_bg {
	background-color: rgb(194, 0, 15);
}
.ccf_close_popup_icon {
	position: absolute;
	background: transparent url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/close_popup.png) 0px 0px no-repeat;
	background-size: 100% 100%;
	width: 32px;
	height: 32px;
	top: 0px;
	left: 0px;
	z-index: 10002 !important;
}
.ccf_close_popup_bg {
	z-index: 10001 !important;
	position: absolute;
	background-color: #767676;
	top: 8px;
	left: 9px;
	width: 16px;
	height: 16px;

	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
}
.ccf_popup_inner_wrapper {
	position: absolute;
	top: 15px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	overflow-y: auto;
}

/*links, popups*/
.creativecontactform_wrapper a,
.creativecontactform_wrapper .ccf_popup_link
{
	display: inline-block;

	-webkit-transition: all linear 0.2s !important;
	-moz-transition: all linear 0.2s !important;
	-o-transition: all linear 0.2s !important;
	transition: all linear 0.2s !important;
}
#creative_popup_wrapper .ccf_popup_inner_wrapper .ccf_content_icon {
	background-color:transparent !important;
	box-shadow: none !important;
}
#creative_popup_wrapper .ccf_popup_inner_wrapper .ccf_content_element_label {
	text-shadow: none !important;
	color: #111 !important;
}

.creativecontactform_footer {
	clear: both;
}

.creativecontactform_wrapper div.creative_scrollbar a,
.creativecontactform_wrapper div.creative_scrollbar a:hover,
div.ccf_popup_inner_wrapper a,
div.ccf_popup_inner_wrapper a:hover,
.creativecontactform_wrapper div.creative_content_scrollbar a,
.creativecontactform_wrapper div.creative_content_scrollbar a:hover
 {
	border: none !important;
}
.creative_scrollbar {
	padding-right: 10px;
}
.creative_content_scrollbar {
	padding: 10px 10px 15px 15px;
	height: 240px;
	overflow: auto;
}

.creative_opt_value b {
	text-decoration: underline;
}

/*VERSION 4.0 updates ***************************************************************************************************************/

.ccf_static_button {
	position: fixed;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    top: 20%;
    z-index: 100002;
    cursor: pointer;

    font-size: 12px !important;
    padding: 10px 25px 10px 20px !important;
    line-height: 1;

	-webkit-transition:  all cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.5s;
	-moz-transition: all cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.5s;
	-o-transition: all cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.5s;
	transition: all cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.5s;


}
.ccf_button_align_0 {
	left: -5px;
}
.ccf_button_align_1 {
	right: -5px;
}
div.ccf_static_button_hidden_0 {
	left: -150px;
}
div.ccf_static_button_hidden_1 {
	right: -150px;
}


div.ccf_static_form {
	position: fixed !important;
	z-index: 100001;
	margin-top: 30px !important;
}
.ccf_cached_wrapper {
    top: 0;
    position: absolute;
    /*height: 100%;*/
    /*width: 100%;*/
    left: 0;
    z-index: 100001;
}
/* popup button**************************/
div.ccf_popup_button {
	float: none !important;
	display: inline-block !important;
	font-size: 12px !important;
    padding: 10px 20px 10px 20px !important;
    line-height: 1;

    cursor: pointer;

}
div.ccf_popup_form {
	position: absolute !important;
	top: -100000px;
	left: -100000px;
	z-index: 100001;
	margin: 0px !important;
}
div.no_transition {
	-webkit-transition:  none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.ccf_popup_link {
	display: inline-block;
}

.ccf_flip_wrapper {
    -webkit-perspective: 700;
    -moz-perspective: 700;
    perspective: 700;
    -webkit-perspective: 700px;
    -moz-perspective: 700px;
    perspective: 700px;
}
.text_indent_set {
	text-indent: -10px;	
}
div.opacity_transition {
	-webkit-transition:  opacity linear 0.4s !important;
	-moz-transition: opacity linear 0.4s !important;
	-o-transition: opacity linear 0.4s !important;
	transition: opacity linear 0.4s !important;
}
.opacity_0 {
	opacity: 0;
}

/*chat button*********************************************/
.ccf_chat_align_0 {
	left: 16px;
}
.ccf_chat_align_1 {
	right: 16px;
}
.ccf_chat_button_wrapper {
	position: fixed;
    bottom: 0px;
	color: #fff;

    resize: none;
    font-size: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: left;
    width: 210px;
    height: 30px;
    z-index: 10000;
    position: fixed;
}
.ccf_chat_button {
	resize: none;
    font-size: 13px;
    box-sizing: border-box;
    border: 1px solid rgb(32, 112, 176);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    left: 0px;
    width: 210px;
    top: 0px;
    height: 30px;
    background-color: rgb(46, 141, 199);
    line-height: 1;

}
.ccf_chat_btn_cursor_pointer {
    cursor: pointer;
}
.ccf_chat_button_transition {
	-webkit-transition:  top cubic-bezier(0.220, 1.025, 0.000, 1.650) 0.5s !important;
	-moz-transition: top cubic-bezier(0.220, 1.025, 0.000, 1.650) 0.5s !important;
	-o-transition: top cubic-bezier(0.220, 1.025, 0.000, 1.650) 0.5s !important;
	transition: top cubic-bezier(0.220, 1.025, 0.000, 1.650) 0.5s !important;
}

.ccf_chat_btn_txt {
	resize: none;
    font-size: 15px;
    padding-left: 9px;
    color: white;
    position: relative;
    line-height: 30px;
    left: 0px;
    width: 317px;
    top: 0px;
    height: 28px;
}
.ccf_chat_btn_sign {
resize: none;
    font-size: 13px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: absolute;
    right: 12px;
    width: 16px;
    top: 7px;
    height: 16px;
    background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/chat_icons.png);
    background-position: -4px -148px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.ccf_chat_btn_sign.ccf_chat_hide {
    background-position: -4px -56px;
}

div.ccf_chat_button_top_30 {
	top: 30px !important;
}

div.ccf_chat_form {
	position: fixed !important;
	bottom: -10000;
	margin: 0 !important;
}
.creative_scrollbar_draggable {
	height: 0;
}
/*NEW SLIDER STYLES FOR SCALE, ETC*/
/* slider widget */
.ui-slider  {
	text-decoration: none !important;
}
.ui-slider .ui-slider-handle  {
	overflow: visible !important;
}
.ui-slider .ui-slider-tooltip {
	display: none;
}
.ui-slider .screenReaderContext {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	left: -999999999px;
}
.ui-slider .ui-state-active .ui-slider-tooltip, .ui-slider .ui-state-focus .ui-slider-tooltip, .ui-slider .ui-state-hover .ui-slider-tooltip {
	display: block;
	position: absolute;
	bottom: 2.5em;
	text-align: center;
	padding: .3em .2em .4em;
	font-size: .9em;
	width: 8em;
	margin-left: -3.7em;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down, .ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
	position: absolute; 
	display: block;
	width:0; 
	height:0; 
	border-bottom-width: 0;
	background: none;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down {	
	border-left: 7px dashed transparent; 
	border-right: 7px dashed transparent;
	border-top-width: 8px;
	bottom:	-8px;
	right: auto;
	left: 50%;
	margin-left: -7px;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
	border-left: 6px dashed transparent; 
	border-right: 6px dashed transparent;
	border-top: 7px solid #fff;
	bottom:	auto;
	top: -9px;
	left: -6px;
}
.ui-slider a {
	text-decoration: none;
}
.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ui-slider ol, .ui-slider dl {
	position: relative;
	top: 1.3em;
	width: 100%;
}
.ui-slider dt {
	top: 1.5em;
	position: absolute;
	padding-top: .2em;
	text-align: center;
	border-bottom: 1px dotted #bbb;
	height: .7em;
	color: #333;
}
.ui-slider dt span {
	background: #F8EFB0; 
	/* padding: 0 .5em; */
}
.ui-slider li, .ui-slider dd {
	position: absolute;
	overflow: visible;
	color: #444;
}
.ui-slider span.ui-slider-label {
	position: absolute;
}
.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
	display: none;
}
.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
	display: block;
}
.ui-slider span.ui-slider-tic {
	position: absolute;
	left: 0;
	height: .8em;
	top: -1.3em;
}
.ui-slider li span.ui-widget-content, .ui-slider dd span.ui-widget-content {
	border-right: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top: 0;
	border-bottom: 0;
}
.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
	display: none;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: none; background-color: #fcfdfd; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #4297d7; background-color: #5c9ccc; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #c5dbec; background-color: #dfeffc; font-weight: bold; color: #2e6e9e; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #79b7e7; background-color: #d0e5f5; font-weight: bold; color: #1d5987; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #79b7e7; background-color: #f5f8f9; font-weight: bold; color: #e17009; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fad42e; background-color: #fbec88; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background-color: #fef1ec; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; }


/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background-color: #aaaaaa; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background-color: #aaaaaa; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ 
		padding-right: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ 
		padding-bottom: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(//mail.homenergy4u.gr//components/com_creativecontactform/assets/css/../images/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

.the-tooltip > .tooltip_inner {
  -webkit-transition:  all 0.2s ease-out;;
  -moz-transition: all 0.2s ease-out;;
  -o-transition: all 0.2s ease-out;;
  transition: all 0.2s ease-out;
}
.cr_rotate {
  /*transform: rotate(360deg);*/
}
.creative_tooltip_ivisible {
  opacity: 0 !important;
  margin-bottom: 25px !important;
  display: none;
}
.the-tooltip > .tooltip_inner {
border: solid 1px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
position: absolute;
width: auto;
z-index: 999;
line-height: 18px;
font-weight: normal;
}
.the-tooltip > .tooltip_inner.powered_by {
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
opacity: 0.99;
width: 202px !important;
padding: 4px 13px 5px 12px !important;
}
.the-tooltip.dark-midnight-blue > .tooltip_inner.powered_by:after {
border-color: rgb(17, 89, 162)!important;
}
.the-tooltip.bottom > .tooltip_inner.powered_by:after, .the-tooltip.bottom > .tooltip_inner.powered_by:before {
border-left-color: transparent !important;
border-right-color: transparent !important;
border-top-color: transparent !important;
bottom: 100%;
}
.the-tooltip.dark-midnight-blue > .tooltip_inner.powered_by {
	border-color: rgb(0, 58, 116) !important;
}


.the-tooltip > .tooltip_inner * {
  max-width: 100%;
}
.the-tooltip > .tooltip_inner:after, .the-tooltip > .tooltip_inner:before {
border: solid 7px;
content: "";
display: block;
margin: 0 12px 0 12px;
position: absolute;
}
.the-tooltip.bottom > .tooltip_inner {
}
.the-tooltip.bottom > .tooltip_inner:after {
  margin-bottom: -1px;
}
.the-tooltip.bottom > .tooltip_inner:after, .the-tooltip.bottom > .tooltip_inner:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  bottom: 100%;
}

.the-tooltip.bottom > .tooltip_inner:before {
  margin-bottom: 0px;
}
.the-tooltip.center > .tooltip_inner {
}
.the-tooltip.center > .tooltip_inner:after, .the-tooltip.center > .tooltip_inner:before {
  left: 50%;
  margin-left: -10px;
}
.the-tooltip.left > .tooltip_inner {
  left: 0;
}
.the-tooltip.left > .tooltip_inner:after, .the-tooltip.left > .tooltip_inner:before {
  left: 0;
}
.the-tooltip.right > .tooltip_inner {
  /*right: 0;*/
}
.the-tooltip.right > .tooltip_inner:after, .the-tooltip.right > .tooltip_inner:before {
  /*right: 0;*/
}
.the-tooltip.top > .tooltip_inner {
  bottom: 100%;
  margin-bottom: 10px;
}
.the-tooltip.top > .tooltip_inner:after {
  margin-top: -1px;
}
.the-tooltip.top > .tooltip_inner:after, .the-tooltip.top > .tooltip_inner:before {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: 100%;
}
.the-tooltip.top > .tooltip_inner:before {
  margin-top: 0px;
}
.the-tooltip.auto-width > .tooltip_inner {
  white-space: nowrap;
  width: auto;
}
.the-tooltip.full-width > .tooltip_inner {
  left: 0;
  margin-left: 0;
  width: 100%;
}
.the-tooltip.apple-green > .tooltip_inner {
  background-color: #8db600;
  border-color: #658300;
  color: #161d00;
}
.the-tooltip.apple-green > .tooltip_inner:after {
  border-color: #8db600;
}
.the-tooltip.apple-green > .tooltip_inner:before {
  border-color: #658300;
}
.the-tooltip.apple-green > .tooltip_inner {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.the-tooltip.apricot > .tooltip_inner {
  background-color: #fbceb1;
  border-color: #f9b080;
  color: #441d03;
}
.the-tooltip.apricot > .tooltip_inner:after {
  border-color: #fbceb1;
}
.the-tooltip.apricot > .tooltip_inner:before {
  border-color: #f9b080;
}
.the-tooltip.apricot > .tooltip_inner {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.the-tooltip.black > .tooltip_inner {
  background-color: rgba(51, 51, 51, 1);
  border-color: #0d0d0d;
  color: #ffffff;
}
.the-tooltip.black > .tooltip_inner:after {
  border-color: rgba(48, 48, 48, 1);
}
.the-tooltip.black > .tooltip_inner:before {
  border-color: #0d0d0d;
}
.the-tooltip.black > .tooltip_inner {
  text-shadow: 0 1px 0 #000000;
}
.the-tooltip.carrot-orange > .tooltip_inner {
  background-color: #ed9121;
  border-color: #b3690f;
  color: #251603;
}
.the-tooltip.carrot-orange > .tooltip_inner:after {
  border-color: #ed9121;
}
.the-tooltip.carrot-orange > .tooltip_inner:before {
  border-color: #b3690f;
}
.the-tooltip.carrot-orange > .tooltip_inner {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.the-tooltip.eggplant > .tooltip_inner {
  background-color: #614051;
  border-color: #33222b;
  color: #ffffff;
}
.the-tooltip.eggplant > .tooltip_inner:after {
  border-color: #614051;
}
.the-tooltip.eggplant > .tooltip_inner:before {
  border-color: #33222b;
}
.the-tooltip.eggplant > .tooltip_inner {
  text-shadow: 0 1px 0 #000000;
}
.the-tooltip.forest-green > .tooltip_inner {
  background-color: #014421;
  border-color: #001209;
  color: #ffffff;
}
.the-tooltip.forest-green > .tooltip_inner:after {
  border-color: #014421;
}
.the-tooltip.forest-green > .tooltip_inner:before {
  border-color: #001209;
}
.the-tooltip.forest-green > .tooltip_inner {
  text-shadow: 0 1px 0 #000000;
}
.the-tooltip.bright-lavender > .tooltip_inner {
  background-color: #bf94e4;
  border-color: #9a57d5;
  color: #250e38;
}
.the-tooltip.bright-lavender > .tooltip_inner:after {
  border-color: #bf94e4;
}
.the-tooltip.bright-lavender > .tooltip_inner:before {
  border-color: #9a57d5;
}
.the-tooltip.bright-lavender > .tooltip_inner {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.the-tooltip.dark-midnight-blue > .tooltip_inner {
  background-color: #003366;
  border-color: #000d1a;
  color: #ffffff;
}
.the-tooltip.dark-midnight-blue > .tooltip_inner:after {
  border-color: #003366;
}
.the-tooltip.dark-midnight-blue > .tooltip_inner:before {
  border-color: #000d1a;
}
.the-tooltip.dark-midnight-blue > .tooltip_inner {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.the-tooltip.magic-mint > .tooltip_inner {
  background-color: #aaf0d1;
  border-color: #69e5ae;
  color: #0c432a;
}
.the-tooltip.magic-mint > .tooltip_inner:after {
  border-color: #aaf0d1;
}
.the-tooltip.magic-mint > .tooltip_inner:before {
  border-color: #69e5ae;
}
.the-tooltip.magic-mint > .tooltip_inner {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.the-tooltip.mustard > .tooltip_inner {
  background-color: #ffdb58;
  border-color: #f1bd00;
  color: #3f3100;
}
.the-tooltip.mustard > .tooltip_inner:after {
  border-color: #ffdb58;
}
.the-tooltip.mustard > .tooltip_inner:before {
  border-color: #f1bd00;
}
.the-tooltip.mustard > .tooltip_inner {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.the-tooltip.sienna > .tooltip_inner {
  background-color: #882d17;
  border-color: #47170c;
  color: #ffffff;
}
.the-tooltip.sienna > .tooltip_inner:after {
  border-color: #882d17;
}
.the-tooltip.sienna > .tooltip_inner:before {
  border-color: #47170c;
}
.the-tooltip.sienna > .tooltip_inner {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.the-tooltip.sky-blue > .tooltip_inner {
  background-color: #87ceeb;
  border-color: #45b3e0;
  color: #0d3a4d;
}
.the-tooltip.sky-blue > .tooltip_inner:after {
  border-color: #87ceeb;
}
.the-tooltip.sky-blue > .tooltip_inner:before {
  border-color: #45b3e0;
}
.the-tooltip.sky-blue > .tooltip_inner {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.the-tooltip.sunset > .tooltip_inner {
  background-color: #fad6a5;
  border-color: #f6b55d;
  color: #4f2f04;
}
.the-tooltip.sunset > .tooltip_inner:after {
  border-color: #fad6a5;
}
.the-tooltip.sunset > .tooltip_inner:before {
  border-color: #f6b55d;
}
.the-tooltip.sunset > .tooltip_inner {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.the-tooltip.white > .tooltip_inner {
background-color: #FFFFFF;
border-color: #B6B6B6;
color: #565656;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.the-tooltip.white > .tooltip_inner:after {
  border-color: #fff;
}
.the-tooltip.white > .tooltip_inner:before {
  border-color: #A1A1A1;
}
.the-tooltip.white > .tooltip_inner {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.wf-columns{display:flex;gap:1rem}.wf-columns .wf-column{max-width:100%;box-sizing:border-box;flex:1}.wf-columns-stack-large,.wf-columns-stack-medium,.wf-columns-stack-small,.wf-columns-stack-xlarge{flex-wrap:wrap}.wf-columns-align-left{justify-content:flex-start}.wf-columns-align-center{justify-content:center}.wf-columns-align-right{justify-content:flex-end}.wf-columns-layout-1-2>.wf-column:last-child,.wf-columns-layout-2-1>.wf-column:first-child{width:calc(100% * 2 / 3.001);flex:none}.wf-columns-layout-1-1-2>.wf-column:last-child,.wf-columns-layout-1-2-1>.wf-column:nth-child(2),.wf-columns-layout-2-1-1>.wf-column:first-child{width:50%;flex:none}.wf-columns-layout-1-3>.wf-column:last-child,.wf-columns-layout-3-1>.wf-column:first-child{width:75%;flex:none}.wf-columns-gap-small{gap:.5rem}.wf-columns-gap-medium{gap:1rem}.wf-columns-gap-large{gap:2rem}.wf-columns-gap-none{gap:0}.wf-columns-align-top{align-items:flex-start}.wf-columns-align-middle{align-items:center}.wf-columns-align-bottom{align-items:flex-end}.wf-columns-align-stretch{align-items:stretch}@media (max-width:640px){.wf-columns-stack-small>.wf-column{width:100%;flex:auto!important}}@media (max-width:960px){.wf-columns-stack-medium>.wf-column{width:100%;flex:auto!important}}@media (max-width:1200px){.wf-columns-stack-large>.wf-column{width:100%;flex:auto!important}}@media (max-width:1600px){.wf-columns-stack-xlarge>.wf-column{width:100%}}[data-wf-columns]>div>figure img,[data-wf-columns]>div>figure video{object-fit:cover;height:calc(100% - 2rem)}[data-wf-columns]>div>figure{margin:0;display:block;position:relative;height:100%}[data-wf-columns]>div>figure figcaption{text-align:center;line-height:2rem;display:inline-block;width:100%}[data-wf-columns]>div>figure>a.wfpopup+figcaption{pointer-events:none}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.wf-columns .wf-column{margin-left:1rem}.wf-columns .wf-column:first-child{margin-left:inherit}.wf-columns .wf-column:last-child{margin-right:inherit}.wf-columns-gap-small .wf-column{margin-left:.5rem}.wf-columns-gap-medium .wf-column{margin-left:1rem}.wf-columns-gap-large .wf-column{margin-left:2rem}.wf-columns-gap-none .wf-column{margin-left:inherit}}@media all and (-ms-high-contrast:none) and (max-width:640px),(-ms-high-contrast:active) and (max-width:640px){.wf-columns-stack-small .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-small .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-small.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-small.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-small.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-small.wf-columns-gap-large .wf-column{margin-top:2rem}}@media all and (-ms-high-contrast:none) and (max-width:960px),(-ms-high-contrast:active) and (max-width:960px){.wf-columns-stack-medium .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-medium .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-medium.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-medium.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-medium.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-medium.wf-columns-gap-large .wf-column{margin-top:2rem}}@media all and (-ms-high-contrast:none) and (max-width:1200px),(-ms-high-contrast:active) and (max-width:1200px){.wf-columns-stack-large .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-large .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-large.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-large.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-large.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-large.wf-columns-gap-large .wf-column{margin-top:2rem}}@media all and (-ms-high-contrast:none) and (max-width:1600px),(-ms-high-contrast:active) and (max-width:1600px){.wf-columns-stack-xlarge .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-xlarge .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-xlarge.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-xlarge.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-xlarge.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-xlarge.wf-columns-gap-large .wf-column{margin-top:2rem}}@supports (not (scale:-1)) and (-webkit-hyphens:none){.wf-columns .wf-column{margin-left:1rem}.wf-columns .wf-column:first-child{margin-left:inherit}.wf-columns .wf-column:last-child{margin-right:inherit}.wf-columns-gap-small .wf-column{margin-left:.5rem}.wf-columns-gap-medium .wf-column{margin-left:1rem}.wf-columns-gap-large .wf-column{margin-left:2rem}.wf-columns-gap-none .wf-column{margin-left:inherit}@media (max-width:640px){.wf-columns-stack-small .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-small .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-small.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-small.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-small.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-small.wf-columns-gap-large .wf-column{margin-top:2rem}}@media (max-width:960px){.wf-columns-stack-medium .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-medium .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-medium.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-medium.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-medium.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-medium.wf-columns-gap-large .wf-column{margin-top:2rem}}@media (max-width:1200px){.wf-columns-stack-large .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-large .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-large.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-large.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-large.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-large.wf-columns-gap-large .wf-column{margin-top:2rem}}@media (max-width:1600px){.wf-columns-stack-xlarge .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-xlarge .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-xlarge.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-xlarge.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-xlarge.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-xlarge.wf-columns-gap-large .wf-column{margin-top:2rem}}}[data-wf-columns].uk-flex,[data-wf-columns].uk-flex-gap-small{gap:.5rem}[data-wf-columns].uk-flex-gap-medium{gap:1rem}[data-wf-columns].uk-flex-gap-large{gap:2rem}[data-wf-columns].uk-flex-gap-none{gap:0}[data-wf-columns].row{gap:.5rem;margin:0}[data-wf-columns].row>[class*=col]{padding:0}[data-wf-columns].flex-gap-sm{gap:.5rem}[data-wf-columns].flex-gap-md{gap:1rem}[data-wf-columns].flex-gap-lg{gap:2rem}[data-wf-columns].flex-gap-none{gap:0}[data-wf-columns].flex-top{align-items:flex-start}[data-wf-columns].flex-middle{align-items:center}[data-wf-columns].flex-bottom{align-items:flex-end}[data-wf-columns].flex-stretch{align-items:stretch}figure[data-wf-figure]{display:table;margin-block-start:inherit;margin-block-end:inherit;margin-inline-start:inherit;margin-inline-end:inherit}figure[data-wf-figure] figcaption{display:table-caption;caption-side:bottom}
/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */


/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}
@media (max-width: 991px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
/*EDITED ADDED 26_08_2020 FROM HERE*/
.com_virtuemart .t3-sidebar .menu {
  list-style: none;
  margin: 0;
}
.com_virtuemart .t3-sidebar .menu li {
  display: block;
}
.com_virtuemart .t3-sidebar .menu li a {
  /* edited this is original
  color: #ffffff;*/
  color: #000000;
  font-weight: 600;
  font-size: 15px;
}
.com_virtuemart .t3-sidebar .menu li a:hover,
.com_virtuemart .t3-sidebar .menu li a:focus,
.com_virtuemart .t3-sidebar .menu li a:active {
  color: #2d3a8b;
}
.com_virtuemart .t3-sidebar .menu li.active > a {
  color: #2d3a8b;
}
.com_virtuemart .t3-sidebar .menu li + li {
  margin-top: 10px;
}
/* TO HERE */
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}
@media (max-width: 991px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 992px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:992px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

.row-fluid:before,
.row-fluid:after {
  content: " ";
  display: table;
}
.row-fluid:after {
  clear: both;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  /*edited 28_08_2020 this is original
  color: #2d3a8b;*/
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #981621;
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
  text-decoration: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
th,
td {
  line-height: 1.785;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #e44949;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  line-height: 1.38;
  color: #2c2c2c;
}
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: 24px;
  margin-bottom: 12px;
}
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: 12px;
  margin-bottom: 12px;
}
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: 45px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 12px;
}
::-moz-selection {
  background: #2d3a8b;
  color: #ffffff;
}
::selection {
  background: #2d3a8b;
  color: #ffffff;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.example-colors .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #333333;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .example-colors .swatch-item {
    min-height: 123px;
  }
}
.example-colors .swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.example-colors .color-brand-primary {
  background: #2d3a8b;
}
.example-colors .color-brand-secondary {
  background: #428bca;
}
.example-colors .color-brand-success {
  background: #008248;
}
.example-colors .color-brand-danger {
  background: #d9534f;
}
.example-colors .color-brand-warning {
  background: #f0ad4e;
}
.example-colors .color-brand-info {
  background: #5bc0de;
}
.example-colors .color-gray-darker {
  background: #2c2c2c;
}
.example-colors .color-gray-dark {
  background: #333333;
}
.example-colors .color-gray {
  background: #575757;
}
.example-colors .color-gray-light {
  background: #999999;
  color: #333333;
}
.example-colors .color-gray-lighter {
  background: #eeeeee;
  color: #333333;
}
.example-colors .color-gray-lightest {
  background: #f7f7f7;
  color: #333333;
}
.docs-section {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .docs-section {
    margin-bottom: 20px;
  }
}
.docs-section input[type="text"] {
  width: 100%;
}
.docs-section .nav-tabs > .open > a,
.docs-section .nav-tabs > .open > a:hover,
.docs-section .nav-tabs > .open > a:focus {
  background: transparent;
}
h2.sub-title {
  font-size: 30px;
  margin: 20px 0;
}
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: #2d3a8b;
}
a.text-primary:hover {
  color: #af1925;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #2d3a8b;
}
a.bg-primary:hover {
  background-color: #af1925;
}
.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;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
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: 24px;
}
dt,
dd {
  line-height: 1.785;
}
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: 0;
  margin: 0 0 24px;
  font-size: 14px;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
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.785;
  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: 24px;
  font-style: normal;
  line-height: 1.785;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.cta {
  border: 1px solid #2c2c2c;
  padding: 30px;
}
.jumbotron h2 {
  font-size: 46px;
}
.jumbotron iframe {
  margin-top: 20px;
}
h2.sub-title {
  font-size: 25px;
}
.form-group.has-success input:focus,
.form-group.has-error input:focus,
.form-group.has-warning input:focus {
  box-shadow: none;
}
.alert h4 {
  text-transform: capitalize;
}
.example-row .alert {
  margin-bottom: 24px;
}

.form-control:focus {
  border-color: #c8c8c8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 200, 200, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 200, 200, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn::after {
  content: "";
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff #ffffff transparent transparent;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 5px;
  top: 5px;
}
.btn:hover,
.btn:focus {
  outline: none;
}
.btn-second {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.btn-second:hover,
.btn-second:focus,
.btn-second.focus,
.btn-second:active,
.btn-second.active,
.open > .dropdown-toggle.btn-second {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #2d6ca2;
}
.btn-second:active,
.btn-second.active,
.open > .dropdown-toggle.btn-second {
  background-image: none;
}
.btn-second.disabled,
.btn-second[disabled],
fieldset[disabled] .btn-second,
.btn-second.disabled:hover,
.btn-second[disabled]:hover,
fieldset[disabled] .btn-second:hover,
.btn-second.disabled:focus,
.btn-second[disabled]:focus,
fieldset[disabled] .btn-second:focus,
.btn-second.disabled.focus,
.btn-second[disabled].focus,
fieldset[disabled] .btn-second.focus,
.btn-second.disabled:active,
.btn-second[disabled]:active,
fieldset[disabled] .btn-second:active,
.btn-second.disabled.active,
.btn-second[disabled].active,
fieldset[disabled] .btn-second.active {
  background-color: #428bca;
  border-color: #428bca;
}
.btn-second .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-border {
  border: 2px solid #333333;
  background: none;
  color: #333333;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
.btn-border small {
  font-size: 10px !important;
  border-bottom: 1px solid;
  position: relative;
  top: -5px;
}
.btn-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #333333;
  -webkit-transition: height 350ms;
  -o-transition: height 350ms;
  transition: height 350ms;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active {
  color: #ffffff;
}
.btn-border:hover:before,
.btn-border:focus:before,
.btn-border:active:before {
  height: 100%;
}
.btn-border.btn-primary {
  border-color: #2d3a8b;
  color: #2d3a8b;
}
.btn-border.btn-primary:before {
  background-color: #2d3a8b;
}
.btn-border.btn-primary:hover,
.btn-border.btn-primary:focus,
.btn-border.btn-primary:active {
  background: none;
  color: #ffffff;
}
.btn-lg {
  font-size: 15px;
}
.btn-small,
.btn-sm,
.btn-xs {
  padding: 3px 16px 3px 10px;
  font-size: 15px;
}
.btn-block:after {
  display: none;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  box-shadow: none;
  max-width: 100%;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
  box-shadow: none;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
  width: auto;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.invalid {
  border-color: #e44949;
}
label.invalid {
  color: #e44949;
}
input.invalid {
  border: 1px solid #e44949;
}

.dropdown-menu .divider {
  background: transparent;
  height: auto;
  overflow: visible;
  margin: 0;
}
.dropdown-menu > li > a,
.dropdown-menu > li > span {
  display: block;
  font-weight: 500;
  padding: 5px 20px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > span {
  color: #ffffff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: none;
  color: #981621;
}
.dropdown-menu > .open > a,
.dropdown-menu > .open > a:hover,
.dropdown-menu > .open > a:focus {
  background: none;
  color: #981621;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: none;
  color: #981621;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #2d3a8b;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .nav > li > .separator {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav.menu > li {
  border: none;
}
.nav.menu > li > a {
  padding: 0 0 10px;
  color: #1c1c1c;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.nav.menu > li > a:hover,
.nav.menu > li > a:focus,
.nav.menu > li > a:active {
  color: #981621;
  background-color: transparent;
}
.nav.menu > li + li > a {
  padding-top: 10px;
}
.nav-tabs {
  margin-bottom: 0;
  border-color: #eeeeee;
  padding: 0 30px;
}
@media (max-width: 480px) {
  .nav-tabs {
    padding: 0;
  }
}
.nav-tabs > li {
  margin: 0;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .nav-tabs > li {
    display: block;
    float: none;
    margin-right: 0;
  }
}
.nav-tabs > li > a {
  color: #2c2c2c;
  border: none;
  border-bottom: 2px solid transparent;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  font-size: 15px;
  padding: 20px 0 20px 0;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 480px) {
  .nav-tabs > li > a {
    border-bottom-color: #eeeeee;
    padding: 20px;
  }
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: none;
  border-color: #2d3a8b;
  color: #2c2c2c;
}
.nav-tabs > li.open > a,
.nav-tabs > li.open > a:hover,
.nav-tabs > li.open > a:focus {
  background: none;
  border-color: #2d3a8b;
  color: #2c2c2c;
}
.nav-tabs > li.disabled > a,
.nav-tabs > li.disabled > a:hover,
.nav-tabs > li.disabled > a:focus {
  border-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: none;
  border: none;
  border-bottom: 2px solid #2d3a8b;
  color: #2d3a8b;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
}
.nav-stacked > li > a {
  border-radius: 0;
  padding: 15px 0;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}
.nav-stacked > li > a:hover,
.nav-stacked > li > a:focus {
  background: none;
  color: #981621;
}
.nav-stacked > li + li {
  border-top: 1px solid #eeeeee;
  margin: 0;
}
.nav-stacked > li.open > a,
.nav-stacked > li.open > a:hover,
.nav-stacked > li.open > a:focus {
  background: none;
  color: #981621;
}
.nav-stacked > li.disabled > a,
.nav-stacked > li.disabled > a:hover,
.nav-stacked > li.disabled > a:focus {
  color: #999999;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover,
.nav-stacked > li.active > a:focus {
  background: none;
  color: #2d3a8b;
}
.nav .caret {
  border-top-color: #2d3a8b;
  border-bottom-color: #2d3a8b;
}
.nav a:hover .caret {
  border-top-color: #981621;
  border-bottom-color: #981621;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #eeeeee;
  color: #575757;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
}
.breadcrumb .divider {
  display: none;
}
.pagination-wrap {
  padding: 30px;
  margin: 0 -30px 0;
}
.pagination-wrap:before,
.pagination-wrap:after {
  content: " ";
  display: table;
}
.pagination-wrap:after {
  clear: both;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination > li > a,
.pagination > li > span {
  color: #999999;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 0 10px;
  margin: 0 10px 6.66666667px 0;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2c2c2c;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #2c2c2c;
  border-color: #2c2c2c;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  display: none;
}
.pagination {
  margin: 0;
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin: 0;
  padding: 6px 20px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 600;
  float: right;
}
@media (max-width: 767px) {
  .counter {
    float: none;
    margin-bottom: 10px;
  }
}

.navbar {
  border: 0;
}
.navbar-header {
  float: right;
}
.navbar-toggle {
  background: #2d3a8b;
  color: #ffffff;
  border: 0;
  padding: 0;
  margin: 0 0 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.navbar-toggle:focus {
  outline: none;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 14px -15px;
}
@media (min-width: 992px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
  margin-bottom: 0;
  /* Edited - 13_08_2020 -  this is original 
  font-family: 'Rajdhani', sans-serif;*/
  font-family: sans-serif;
}
.navbar-default .wrap-items {
  position: relative;
}
.navbar-default .navbar-brand {
  color: #2c2c2c;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #121212;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav {
  float: none;
  display: inline-block;
}
.navbar-default .navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar-default .navbar-nav > li + li {
  margin-left: 40px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span {
  color: #2c2c2c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding-left: 0;
  padding-right: 0;
}
.navbar-default .navbar-nav > li > a .caret,
.navbar-default .navbar-nav > li > span .caret {
  border-top-color: #2c2c2c;
  border-bottom-color: #2c2c2c;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > span:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > span:focus {
  color: #2c2c2c;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > span:hover:after,
.navbar-default .navbar-nav > li > a:focus:after,
.navbar-default .navbar-nav > li > span:focus:after {
  width: 100%;
}
.navbar-default .navbar-nav > li > a:hover .caret,
.navbar-default .navbar-nav > li > span:hover .caret,
.navbar-default .navbar-nav > li > a:focus .caret,
.navbar-default .navbar-nav > li > span:focus .caret {
  border-top-color: #2c2c2c;
  border-bottom-color: #2c2c2c;
}
.navbar-default .navbar-nav > li > a:after,
.navbar-default .navbar-nav > li > span:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  /*EDITED THIS IS ORIGINAL
  background: #2d3a8b;*/
  background-color: #2d3a8b;
  -webkit-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #2c2c2c;
  display: inline-block;
  padding-top: 28px;
  padding-bottom: 28px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > span,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > span:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > span:focus {
  color: #2c2c2c;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > span:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > span:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after,
.navbar-default .navbar-nav > .active > span:focus:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a .caret,
.navbar-default .navbar-nav > .active > span .caret {
  border-top-color: #2c2c2c;
  border-bottom-color: #2c2c2c;
}
.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: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #af1925;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-collapse .mega-caption {
  position: absolute;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #2c2c2c;
  border-bottom-color: #2c2c2c;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #2c2c2c;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #2c2c2c;
  border-bottom-color: #2c2c2c;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #2c2c2c;
  border-bottom-color: #2c2c2c;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2c2c2c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #2c2c2c;
    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: #2c2c2c;
    background-color: transparent;
  }
  .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: #2c2c2c;
}
.navbar-default .navbar-link:hover {
  color: #2c2c2c;
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.t3-mainnav .t3-navbar {
  padding-left: 190px;
  padding-right: 190px;
  text-align: center;
}
.t3-mainnav .t3-navbar-collapse {
  background: #ffffff;
  left: 0;
  right: 0;
  top: 80px;
  position: absolute;
  max-height: 280px;
  z-index: 100;
}
@media (max-width: 767px) {
  .t3-mainnav .t3-navbar-collapse {
    left: -15px;
    right: -15px;
  }
}
@media (min-width: 992px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  display: block;
  margin: 0 -15px;
  text-align: left;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li {
  margin: 0;
  padding: 0 20px;
  display: block;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span {
  border-top: 1px solid #2c2c2c;
  padding: 10px 0;
  display: block;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:after,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span:after {
  display: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a .caret,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span .caret {
  float: right;
  margin-top: 10px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.open > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > span,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.open > span {
  color: #2d3a8b !important;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > .dropdown-menu {
  border-top: 1px dashed #2c2c2c;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > .dropdown-menu > li > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > .dropdown-menu > li > span {
  padding-left: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > span {
  color: #999999;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #981621;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li.active > a {
  color: #981621;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown.open > a:after {
  width: 100%;
}

.t3-module {
  /* EDITED REMOVED 20_08_2020
  background: #1c1c1c;*/
  border: none;
  color: #ffffff;
  margin-bottom: 0;
}
.t3-module + .t3-module {
  border-top: 1px solid #2c2c2c;
  padding-top: 30px;
  margin-top: 30px;
}
.t3-module .module-inner {
  padding: 0;
}
.t3-content-bottom .t3-module {
  background: #ffffff;
  border: 0;
  margin: 0;
  padding: 0;
}
.t3-content-bottom .t3-module .module-title,
.t3-content-bottom .t3-module .module-ct {
  background: transparent;
  color: #666666;
}
.t3-content-bottom .t3-module .module-inner {
  background: transparent;
  padding: 0;
}
.t3-content-bottom .t3-module .module-inner .module-title {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  color: #2c2c2c;
  padding: 30px;
  margin-bottom: 0;
}
.t3-content-bottom .t3-module .module-inner .module-title span::after {
  left: 30px;
}
.module-title {
  /* edited 20_08_2020 rmoved 
  background: #1c1c1c;*/
  /* edited this is original
  color: #ffffff;*/
  /*edited on 11-10-2020
  color: #2d3a8b;*/
  color: #000000;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  position: relative;
}
.module-title span:after {
    /* edited 20_08_2020 rmoved 

  background: #2d3a8b;*/
  bottom: 0;
  line-height: 1;
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: 30px;
}
.t3-sidebar {
  /* EDITED THIS IS ORIGINAL 20_08_2020
  background: #1c1c1c;*/
  padding: 30px;
}
.t3-sidebar .module-title {
  font-size: 14px;
  font-weight: 700;
}
.module-ct {
    /* edited 20_08_2020 rmoved 

  background: #1c1c1c;*/
  color: #ffffff;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
  /* EDITE ADDED 26_08_2020 FROM HERE */
   color: #000000 !important;
  font-weight: 600;
  font-size: 15px;
  /* TO HERE */
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  /*edited this is original
  padding-left: 0;*/
  padding-left: 20px;
  margin-left: 0;
}
.module-ct img,
.module-ct .custom img {
  max-width: 100%;
}
.module-ct .sample-banner img,
.module-ct .custom .sample-banner img {
  display: inline-block;
}
.section-inner {
  padding: 40px;
}
@media (min-width: 992px) {
  .section-inner {
    padding-left: 161.66666667px;
    padding-right: 161.66666667px;
  }
}
@media (min-width: 1200px) {
  .section-inner {
    padding-left: 195px;
    padding-right: 195px;
  }
}
@media (min-width: 1600px) {
  .section-inner {
    padding-left: 261.66666667px;
    padding-right: 261.66666667px;
  }
}
.full-width .section-inner {
  padding-left: 0;
  padding-right: 0;
}
.no-padding .section-inner {
  padding: 0;
}
.section-title {
  border-bottom: 0;
  font-size: 16px;
}
.section-title span {
  display: block;
  margin-bottom: 20px;
}
.section-title .section-intro {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.785;
  color: #666666;
  text-transform: none;
  margin-bottom: 10px;
}
.section-title .section-intro span {
  margin-bottom: 0px;
}
.no-padding .section-title {
  padding-top: 60px;
}
.dark .section-title .section-intro {
  color: #cccccc;
}
.section-ct,
.section-title {
  padding-right: 0;
  padding-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form .btn-primary {
  width: 100%;
}
#login-form .logout-button {
  margin-top: 10px;
}
#login-form ul.unstyled {
  margin-top: 24px;
  padding-left: 0;
  color: #2d3a8b;
  list-style: none;
}
#login-form ul.unstyled li > a {
  color: #999999;
  margin-bottom: 5px;
  font-size: 12px;
}
#login-form ul.unstyled li > a:hover,
#login-form ul.unstyled li > a:focus {
  color: #ffffff;
}
#login-form #form-login-remember .checkbox {
  margin: 0;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
#login-form .input-group-addon {
  background: none;
  position: relative;
  border-right: 0;
  color: #575757;
}
#login-form .input-group-addon + input {
  border-left: 0;
}
#login-form .input-group-addon:last-child {
  border-right: 1px solid #2c2c2c;
}
@media (max-width: 1199px) {
  .t3-topbar {
    position: relative;
  }
  .t3-topbar .topbar-right {
    position: absolute;
    width: 100%;
    right: 0;
  }
  .t3-topbar .topbar-left {
    position: relative;
    z-index: 1;
  }
  .t3-topbar .head-search.btn-open + #ja-login-form + .ja-login {
    display: none;
  }
}
@media (max-width: 767px) {
  .t3-topbar .topbar-right {
    position: absolute;
    width: 100%;
  }
  .t3-topbar .topbar-left {
    position: relative;
    z-index: 1;
  }
  .t3-topbar .head-search.btn-open + #ja-login-form + .ja-login {
    display: none;
  }
}
.t3-topbar .ja-login {
  float: right;
}
.t3-topbar .ja-login > li {
  margin: 0;
  padding: 0 20px;
  border-right: 1px solid #333333;
  text-transform: uppercase;
  display: inline-block !important;
  height: 40px;
  line-height: 40px;
}
.t3-topbar .ja-login > li > a {
  color: #747474;
  z-index: 90;
  font-size: 10px;
}
.t3-topbar .ja-login > li.active > a {
  color: #ffffff;
}
.t3-topbar .ja-login > li > a:hover,
.t3-topbar .ja-login > li > a:focus,
.t3-topbar .ja-login > li > a:active {
  color: #981621;
}
.t3-topbar .ja-login > li #ja-user-login,
.t3-topbar .ja-login > li #ja-user-register {
  position: fixed;
}
.t3-topbar .login-greeting {
  display: inline-block;
  color: #ffffff;
  text-transform: none;
  font-size: 10px;
}
.t3-topbar .logout-button {
  display: inline-block;
}
.t3-topbar .logout-button input {
  background: none;
  padding: 0;
  border: 0;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
}
.t3-topbar .head-search {
  float: right;
}
.t3-topbar .head-search .btn {
  background: none;
  padding: 0;
  border: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  float: left;
}
.t3-topbar .head-search .btn .fa {
  font-size: 12px;
}
.t3-topbar .head-search .btn:hover,
.t3-topbar .head-search .btn:focus,
.t3-topbar .head-search .btn:active {
  color: #981621;
}
.t3-topbar .head-search .search {
  float: right;
  overflow: hidden;
  width: 0;
  -webkit-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
}
.t3-topbar .head-search .element-invisible {
  display: none;
}
.t3-topbar .head-search.btn-open .search {
  width: 200px;
}
@media (max-width: 767px) {
  .t3-topbar .head-search.btn-open .search {
    width: 90px;
  }
}
.t3-topbar .head-search #mod-search-searchword {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: none;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  font-size: 12px;
}
@media (max-width: 767px) {
  .t3-topbar .head-search #mod-search-searchword {
    height: 28px;
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.t3-topbar .head-search #mod-search-searchword:focus {
  color: #ffffff;
}
#ja-login-form {
  text-transform: none;
}
#ja-login-form .modal-content {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ja-login-form .modal-dialog {
  max-width: 350px;
  margin-top: 100px;
}
#ja-login-form .modal-header {
  padding: 0;
  border-bottom: 0;
}
#ja-login-form .modal-header .close {
  margin-top: 20px;
  color: #2d3a8b;
  text-shadow: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#ja-login-form .nav-tabs {
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
#ja-login-form .nav-tabs > li {
  margin-bottom: 0;
  margin-right: 4px;
}
#ja-login-form .nav-tabs > li a {
  border: 0;
  border-radius: 0;
  padding: 10px 20px;
  color: #ffffff;
  background: #2d3a8b;
  margin-right: 0;
  font-weight: 600;
  text-transform: uppercase;
}
#ja-login-form .nav-tabs > li a:hover,
#ja-login-form .nav-tabs > li a:focus,
#ja-login-form .nav-tabs > li a:active {
  color: #ffffff;
}
#ja-login-form .nav-tabs > li.active a {
  background: #2c2c2c;
  color: #666666;
}
#ja-login-form .nav-tabs > li.active a:hover,
#ja-login-form .nav-tabs > li.active a:focus,
#ja-login-form .nav-tabs > li.active a:active {
  color: #2d3a8b;
}
#ja-login-form .tab-content {
  padding: 20px;
  background: #ffffff;
}
#ja-login-form #ja-user-login em,
#ja-login-form #ja-user-register em {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}
#ja-login-form #ja-user-login ul li a:link,
#ja-login-form #ja-user-register ul li a:link,
#ja-login-form #ja-user-login ul li a:visited,
#ja-login-form #ja-user-register ul li a:visited {
  padding: 0 !important;
}
#ja-login-form #ja-user-login dd,
#ja-login-form #ja-user-register dd {
  margin-bottom: 10px;
}
#ja-login-form #ja-user-login .inputbox,
#ja-login-form #ja-user-register .inputbox {
  width: 100%;
}
#ja-login-form #ja-user-login #modlgn-remember,
#ja-login-form #ja-user-register #modlgn-remember {
  background: none;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  height: auto;
  width: auto;
}
#ja-login-form #login-form .btn-primary {
  width: auto;
}
#ja-login-form .action-button {
  margin: 0 -20px;
  padding: 0 20px;
}
#ja-login-form .action-button ul {
  padding: 0;
  margin-bottom: 20px;
}
#ja-login-form .action-button ul li {
  margin-bottom: 4px;
}
#ja-login-form .action-button ul li a {
  color: #575757;
  font-size: 13px;
}
#ja-login-form .action-button ul li a:hover,
#ja-login-form .action-button ul li a:focus,
#ja-login-form .action-button ul li a:active {
  color: #981621;
}
#ja-login-form .action-button .btn {
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#ja-login-form .action-button .btn.btn-default {
  margin-right: 5px;
}
#ja-login-form .action-button .btn.btn-primary {
  border: 0;
  height: 38px;
  line-height: 38px;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  border-top: 1px dashed #2c2c2c;
  font-size: 12px;
  list-style: none;
  padding: 12px 0;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
  padding-top: 0;
}
.categories-module li a,
ul.categories-module li a,
.category-module li a,
ul.category-module li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
}
.categories-module li a:hover,
ul.categories-module li a:hover,
.category-module li a:hover,
ul.category-module li a:hover,
.categories-module li a:active,
ul.categories-module li a:active,
.category-module li a:active,
ul.category-module li a:active,
.categories-module li a:focus,
ul.categories-module li a:focus,
.category-module li a:focus,
ul.category-module li a:focus {
  color: #981621;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  margin: 0;
}
.articles-list .article-content {
  padding: 20.83333333px;
}
@media (min-width: 992px) {
  .articles-list .article-content {
    padding: 26.94444444px;
  }
}
@media (min-width: 1200px) {
  .articles-list .article-content {
    padding: 32.5px;
  }
}
@media (min-width: 1600px) {
  .articles-list .article-content {
    padding: 43.61111111px;
  }
}
.articles-list .article-item img {
  width: 100%;
}
.articles-list .mod-articles-category-category {
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.articles-list .mod-articles-category-category a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.articles-list .mod-articles-category-date {
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .articles-list .article-title {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.articles-list .mod-articles-category-introtext {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  font-weight: 400;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .articles-list .mod-articles-category-introtext {
    font-size: 12px;
  }
}
.articles-list .mod-articles-category-title {
  padding: 6px 20px;
  background: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
.articles-list .mod-articles-category-title:focus,
.articles-list .mod-articles-category-title:active,
.articles-list .mod-articles-category-title:hover {
  background: #ffffff;
  color: #2d3a8b !important;
}
.archive-module,
.mostread {
  list-style: none;
  margin: 0 !important;
}
.archive-module li a,
.mostread li a {
  color: #999999;
}
.archive-module li a:hover,
.mostread li a:hover {
  color: #ffffff;
}
.archive-module li + li,
.mostread li + li {
  border-top: 1px dashed #2c2c2c;
  margin-top: 10px;
  padding-top: 10px;
}
ul.latestnews {
  padding: 0;
  list-style: none;
  margin: 0;
}
ul.latestnews li + li {
  border-top: 1px dashed #2c2c2c;
  margin-top: 10px;
  padding-top: 10px;
}
ul.latestnews li a {
  color: #999999;
}
ul.latestnews li a:hover,
ul.latestnews li a:focus,
ul.latestnews li a:active {
  color: #ffffff;
}
.layout-grid {
  position: relative;
}
@media (max-width: 767px) {
  .layout-grid .row > div {
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .layout-grid .row > div + div {
    border-left: 1px solid #eeeeee;
  }
}
@media (max-width: 767px) {
  .layout-grid .row > div + div .item-content {
    border-top: 1px solid #eeeeee;
  }
}
@media (min-width: 768px) {
  .layout-grid .row > div:nth-child(3n+1) .item-content {
    padding-left: 30px;
  }
  .layout-grid .row > div:nth-child(3n) .item-content {
    padding-right: 30px;
  }
}
.layout-grid .item-content {
  padding: 30px 15px;
}
@media (max-width: 767px) {
  .layout-grid .item-content {
    padding: 30px;
  }
}
.layout-grid .introImage {
  position: relative;
}
.layout-grid .introImage a {
  background: #ffffff;
  color: #151515;
  position: absolute;
  padding: 20px 20px 0 0;
  left: 0;
  bottom: 0;
  right: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.layout-grid .introImage a:hover,
.layout-grid .introImage a:focus,
.layout-grid .introImage a:active {
  color: #2d3a8b;
}
@media (max-width: 768px) {
  .layout-grid .introImage a {
    bottom: -1px;
  }
}
@media (max-width: 1200px) {
  .layout-grid .introImage a {
    bottom: -1px;
  }
}
.layout-grid .published {
  color: #747474;
  margin-top: 20px;
  font-size: 12px;
}
.layout-grid .description {
  margin-top: 20px;
}
.layout-grid .description p {
  margin: 0;
}
.layout-grid .read-more {
  position: absolute;
  right: 30px;
  bottom: 100%;
  padding-bottom: 20px;
}
.layout-grid .read-more.no-title {
  border-top: 1px solid #eeeeee;
  position: static;
  padding: 20px;
  text-align: center;
}
.layout-grid .read-more.no-title a {
  padding-left: 90px;
  padding-right: 90px;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #575757;
  display: inline-block;
  margin: 0 1px 5px 0;
}
.tagspopular ul > li > a {
  background: #1e1e1e;
  border-radius: 0;
  color: #ffffff;
  display: block;
  padding: 4px 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #981621;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #575757;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #981621;
}
.module-ct > ol.breadcrumb {
  padding: 6px 20px;
  margin-left: 0;
}
.breadcrumb {
  padding-left: 20px;
}
.acymailing_module .acymailing_form {
  margin: 0;
}
.acymailing_module .acyfield_email input {
  text-align: center;
}
.acymailing_module .acyfield_email input:focus {
  border-color: transparent;
}
.acymailing_module .acymailing_introtext {
  font-size: 12px;
  margin-bottom: 10px !important;
}
.acymailing_module .inputbox {
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #999999;
}
.acymailing_module .acysubbuttons .button {
  margin-top: 5px;
  font-size: 12px;
  width: 100%;
}
.acymailing_module .acymailing_form,
.acymailing_module .acymailing_module_form {
  background-color: transparent;
}
.acymailing_module .slide_open,
.acymailing_module .slide_close {
  box-shadow: none;
}
.acymailing_module .slide_open td,
.acymailing_module .slide_close td,
.acymailing_module .slide_open tr td,
.acymailing_module .slide_close tr td {
  border-top: none;
}
.acymailing_module .acymailing_togglemodule {
  font-size: 12px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  transition: 0.2s;
  color: #ffffff;
  background-color: #2d3a8b;
  border-color: #2d3a8b;
  padding: 6px 20px;
}
.acymailing_module .acymailing_togglemodule:hover {
  background-color: #af1925;
}
#acymailingpopup {
  width: 350px !important;
  height: 210px !important;
}
#acymailingpopup #closepop:before {
  content: "\f00d";
  font-family: FontAwesome;
  position: relative;
  left: 2px;
}
@-moz-document url-prefix() {
  #acymailingpopup {
    height: 205px !important;
  }
}
.com_acymailing .window-mainbody {
  background-color: #1c1c1c;
}
.t3-masthead .ja-masthead {
  background-image: url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/../../../images/bg-masthead.jpg);
  background-position: center;
}
.t3-masthead .ja-masthead::before {
  display: none;
}
.t3-masthead .ja-masthead .ja-masthead-detail {
  text-align: left;
  padding: 140px 0 180px;
  width: 100%;
}
@media (max-width: 767px) {
  .t3-masthead .ja-masthead .ja-masthead-detail {
    padding: 40px 0 100px;
  }
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
  display: block;
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title h3 {
  background: #000000;
  box-shadow: -10px 0 0 #000000, 10px 0 0 #000000;
  box-decoration-break: clone;
  color: #ffffff;
  display: inline;
  margin-left: 10px;
  margin-top: 0;
  padding: 2px 0;
}
@media (min-width: 768px) {
  .t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title h3 {
    font-size: 45px;
  }
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-description {
  margin-top: 10px;
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-description span {
  background: #000000;
  box-shadow: -10px 0 0 #000000, 10px 0 0 #000000;
  box-decoration-break: clone;
  display: inline;
  margin-left: 10px;
  padding: 4px 0;
}
.ja-map {
  overflow: hidden;
  max-width: 100%;
}
.ja-map .map-container {
  margin: 0;
}

.com_content .page-header {
  margin-bottom: 0;
}
.blog .title-divider {
  background-color: #2d3a8b;
  height: 5px;
  margin: 0 0 20px;
  width: 70px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.blog .readmore {
  text-align: right;
}
.blog .column-1 .item-image.pull-left {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .blog .column-1 .item-image.pull-left {
    padding-right: 0;
    float: none !important;
    width: 100%;
  }
}
.blog .column-1 .item-image.pull-left + .item-ct {
  width: 50%;
}
@media (max-width: 767px) {
  .blog .column-1 .item-image.pull-left + .item-ct {
    width: 100%;
  }
}
.blog .item-ct {
  float: left;
}
.item-image {
  overflow: hidden;
  margin-bottom: 20px;
}
.item-image img {
  max-width: 100%;
}
.item-image.pull-none img {
  width: 100%;
}
.items-leading {
  margin-left: -30px;
  margin-right: -30px;
}
.items-leading > div {
  border-bottom: 1px solid #eeeeee;
  padding: 30px;
}
.items-leading .item-image {
  padding-right: 40px;
}
.items-leading .item-image img {
  width: 100%;
}
.items-leading .item-ct {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .items-leading .item-ct {
    float: left;
    width: 50%;
  }
}
.items-row {
  border-bottom: 1px solid #eeeeee;
  margin-left: -30px;
  margin-right: -30px;
}
.items-row > .row {
  margin: 0;
}
.items-row > .row > div {
  padding: 30px;
}
@media (max-width: 991px) {
  .items-row > .row > div {
    width: 100%;
  }
}
.items-row > .row > div + div {
  border-left: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .items-row > .row > div + div {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
}
.items-row .item:before,
.items-row .item:after {
  content: " ";
  display: table;
}
.items-row .item:after {
  clear: both;
}
.items-row .item .article-title {
  font-size: 17px;
}
.items-row .item:hover .title-divider {
  background-color: #333333;
}
.items-row .item:hover .article-title a {
  color: #2d3a8b;
}
.items-row .item:hover .article-title a:hover,
.items-row .item:hover .article-title a:focus {
  color: #981621;
}
.divider-vertical {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 10px;
}
.article-info {
  margin: 0;
  width: 80%;
  float: left;
}
.article-info .fa {
  display: none;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-right: 5px;
}
.article-info dd + dd::before {
  content: "/";
  margin-right: 5px;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  padding: 0;
  margin: 0 30px 20px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  padding: 0;
  margin: 0 0 20px 30px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #575757;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle {
  color: #666666;
  font-size: 12px;
  padding: 0;
}
article aside .btn-group > .dropdown-toggle::after {
  display: none;
}
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:focus,
article aside .btn-group > .dropdown-toggle:active {
  background: transparent;
  box-shadow: none;
  color: #2c2c2c;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.login-wrap {
  background: #ffffff;
  border-radius: 0;
  margin: 0 auto;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .login-wrap {
    padding: 20px;
    width: auto;
  }
}
.login-wrap .page-header {
  border: 0;
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  line-height: 1;
}
@media (max-width: 767px) {
  .login-wrap .page-header {
    margin-bottom: 20px;
  }
}
.login-wrap .page-header h1 {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  line-height: 1;
}
.login-wrap .page-header h1:before {
  display: none;
}
.login-wrap .login-description {
  margin-bottom: 30px;
}
.login-wrap form .control-label {
  text-align: left;
  padding-top: 0;
}
.login-wrap form label {
  color: #575757;
  text-align: left;
  font-weight: 400;
}
.login-wrap form .form-group {
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .login-wrap form .form-group {
    margin-bottom: 20px;
  }
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  box-shadow: none;
  width: 100%;
}
.login-wrap form .form-group .checkbox {
  padding-top: 0;
  min-height: 0;
}
.login-wrap form .form-group .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.login-wrap .btn {
  display: block;
  width: 100%;
}
.login-wrap .other-links {
  margin-bottom: 0 !important;
}
.login-wrap .other-links ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.login-wrap .other-links ul li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
}
.login-wrap .other-links ul li a {
  color: #999999;
}
.login-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.login-wrap .other-links ul li a:active {
  color: #2d3a8b;
}
.login-wrap .other-links ul li + li {
  margin-top: 10px;
}
.logout .logout-description {
  margin-bottom: 20px;
}
.logout .form-horizontal .control-group {
  margin-bottom: 0;
}
.logout .form-horizontal .control-group .controls {
  margin-left: 0;
}
#jform_privacyconsent_privacy-lbl a.modal,
#jform_consentbox-lbl a.modal,
#jform_terms_terms-lbl a.modal,
#jform_profile_tos-lbl a.modal {
  display: inline-block;
  position: relative;
}
#jform_terms_terms input[type="radio"],
#jform_privacyconsent_privacy input[type="radio"],
#jform_consentbox input[type="radio"],
#jform_profile_tos input[type="radio"],
#jform_terms_terms input[type="checkbox"],
#jform_privacyconsent_privacy input[type="checkbox"],
#jform_consentbox input[type="checkbox"],
#jform_profile_tos input[type="checkbox"] {
  position: relative;
  margin: 0;
  margin-right: 5px;
  width: auto;
}
#jform_terms_terms label,
#jform_privacyconsent_privacy label,
#jform_consentbox label,
#jform_profile_tos label {
  margin-right: 10px;
  padding: 0;
}
.registration,
.profile-edit {
  margin: 0 auto;
}
.registration legend,
.profile-edit legend {
  border: 0;
  margin-bottom: 0;
}
.registration legend span,
.profile-edit legend span {
  font-size: 15px;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .registration legend span,
  .profile-edit legend span {
    font-size: 16px;
  }
}
.registration .control-group label,
.profile-edit .control-group label {
  font-weight: 400;
}
.registration .control-group .field-calendar input,
.profile-edit .control-group .field-calendar input {
  display: inline-block;
}
.registration .form-group,
.profile-edit .form-group {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.registration .form-group + .form-group,
.profile-edit .form-group + .form-group {
  margin-top: 20px;
}
.registration .form-group .control-label,
.profile-edit .form-group .control-label {
  text-align: left;
  padding-top: 0;
}
.registration .form-group .control-label label,
.profile-edit .form-group .control-label label {
  color: #666666;
  font-weight: 400;
}
.registration .form-group input.required,
.profile-edit .form-group input.required {
  width: 100%;
}
.registration fieldset dt,
.profile-edit fieldset dt {
  margin-right: 5px;
}
.registration .form-actions,
.profile-edit .form-actions {
  background: none;
  margin-top: 0;
  text-align: right;
  padding: 0;
}
.registration .form-actions > div,
.profile-edit .form-actions > div {
  padding: 0 15px;
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn {
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .profile-edit {
    width: 800px;
  }
}
.profile-edit fieldset {
  margin: 0 -15px;
}
.profile-edit fieldset > * {
  padding: 0 15px;
}
.profile-edit fieldset .col-md-6 > .form-group {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.profile-edit fieldset .col-md-6 > .form-group input,
.profile-edit fieldset .col-md-6 > .form-group select {
  width: 100%;
}
.profile-edit fieldset + fieldset {
  margin-top: 20px;
}
.profile-edit #helpsite-refresh {
  color: #2c2c2c;
  background: #f7f7f7;
  margin-top: 20px;
}
.profile-edit #helpsite-refresh:hover,
.profile-edit #helpsite-refresh:focus,
.profile-edit #helpsite-refresh:active {
  color: #2c2c2c;
  background: #eaeaea;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#user-registration .form-group {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
#user-registration .form-group:before,
#user-registration .form-group:after {
  content: " ";
  display: table;
}
#user-registration .form-group:after {
  clear: both;
}
#user-registration .control-label {
  text-align: right;
}
@media (max-width: 767px) {
  #user-registration .control-label {
    text-align: left;
  }
}
.com_mailto body {
  padding: 10px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #ffffff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window > h2 {
  font-size: 22px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close a {
  font-size: 16px;
}
#mailto-window .mailto-close a:hover {
  color: #2d3a8b;
}
#mailtoForm .form-group {
  margin: 0 -20px 10px;
}
#mailtoForm .form-group > [class^="col-"] {
  padding: 0 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
#mailtoForm .control-group {
  padding: 0;
}
#mailtoForm .control-group .controls {
  margin-left: 0;
}
#mailtoForm .control-group .controls #consentbox {
  padding-left: 24px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 0;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.reset .control-group .control-label,
.remind .control-group .control-label {
  text-align: left !important;
}
@media screen and (min-width: 992px) {
  .profile {
    width: 768px;
    margin: 0 auto;
  }
}
.profile legend {
  border: none;
}
@media screen and (min-width: 768px) {
  .profile legend {
    margin-left: 180px;
  }
}
.profile > .profile-box {
  position: relative;
  padding: 20px;
  border: 2px solid #2d3a8b;
}
.profile .page-header {
  border: none;
  text-align: center;
}
.profile .page-header h1 {
  line-height: normal;
  font-size: 30px;
  display: inline-block;
  text-transform: uppercase;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.profile-edit #helpsite-refresh {
  margin-top: 10px;
}
.field-privacyconsent #jform_privacyconsent_privacy {
  margin: 0;
}
.field-privacyconsent .col-md-6 {
  width: 100%;
}
.field-privacyconsent .t3onoff label {
  height: 36px;
}
.field-privacyconsent .t3onoff label:before {
  padding: 3px 18px;
}
.view-search .search .search-box-border {
  padding: 20px;
  border: 2px solid #2d3a8b;
  margin-bottom: 20px;
}
.view-search .search .searchintro {
  font-size: 15px;
  border-bottom: 1px solid #eeeeee;
}
.view-search .search .searchintro .badge {
  font-size: 15px;
  background: #eeeeee;
  color: #2d3a8b;
  border-radius: 0;
}
.view-search .search .form-limit {
  margin-top: 10px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.view-search .search .form-limit #limit_chzn {
  display: inline-block;
}
.view-search .search .form-limit .counter {
  background: none;
  margin-top: 0;
  padding-top: 0;
  border: none;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 24px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
  border: none;
}
#searchForm .phrases-box input[type="radio"],
#searchForm .only input[type="checkbox"] {
  vertical-align: top;
  margin-top: 6px;
}
#searchForm .chzn-container {
  display: inline-block;
}
#searchForm .input-group-btn .btn {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  margin: 0;
}
#searchForm .input-group-btn .btn::after {
  display: none;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 10px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 10px;
}
#adminForm .btn {
  background: #f7f7f7;
  border: 1px solid transparent;
  color: #2c2c2c;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  #adminForm .btn {
    margin-top: 5px;
    margin-right: 5px;
  }
}
#adminForm .btn:after {
  display: none;
}
#adminForm .btn:hover,
#adminForm .btn:focus,
#adminForm .btn:active {
  background: #dedede;
  border-color: #c8c8c8;
  color: #2c2c2c;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #575757;
  margin-top: 24px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
.search-results .result-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.search-results .result-item .img-intro {
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  .search-results .result-item .img-intro {
    float: left;
    width: 40%;
    padding: 0 20px 10px 0;
  }
}
@media (min-width: 1200px) {
  .search-results .result-item .img-intro {
    width: 20%;
  }
}
.search-results .result-item .img-intro img {
  max-width: 100%;
}
.search-results .result-item .result-title {
  margin-top: 0;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.785;
}
.search-results .result-item .result-title a {
  color: #2c2c2c;
  border-bottom: 1px solid transparent;
}
.search-results .result-item .result-title a:hover,
.search-results .result-item .result-title a:focus,
.search-results .result-item .result-title a:active {
  color: #000000;
  border-bottom-color: #eeeeee;
}
div.finder {
  margin-bottom: 24px;
}
div.finder .search-box-border {
  padding: 20px;
  border: 2px solid #2d3a8b;
  margin-bottom: 20px;
}
div.finder .search-box-border h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  div.finder #smartsearch-btn {
    margin-bottom: 10px;
    vertical-align: top;
  }
}
div.finder #advancedSearch .advanced-search-tip + hr {
  display: none;
}
@media (max-width: 767px) {
  div.finder .form-horizontal .control-group .controls {
    margin-left: 0;
    margin-top: 10px;
  }
}
div.finder #search-results h2 {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
div.finder .filter-branch:before,
div.finder .filter-branch:after {
  content: " ";
  display: table;
}
div.finder .filter-branch:after {
  clear: both;
}
div.finder .filter-branch > div {
  margin-right: 10px;
  margin-bottom: 10px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 7px;
}
.item-page {
  padding: 30px 0;
}
.item-page .item-image.pull-left {
  float: none !important;
  margin-bottom: 20px;
}
.item-page .item-image.pull-left img {
  max-width: 100%;
}
.item-page .article-aside {
  margin-bottom: 20px;
}
.item-page .article-aside .article-info dd {
  font-size: 13px;
}
.item-page .form-inline {
  margin-bottom: 20px;
}
.item-page .tags {
  margin-bottom: 10px;
}
.item-page .tags .label {
  background: #f7f7f7;
  color: #999999;
  margin-right: 5px;
  padding: 4px 8px;
}
.item-page .tags .label:hover,
.item-page .tags .label:focus,
.item-page .tags .label:active {
  background: #ececec;
}
@media screen and (min-width: 992px) {
  .item-page.center-page {
    width: 768px;
    margin: 0 auto;
  }
}
.item-page.center-page .article-header {
  border: none;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.item-page.center-page .article-header h1 {
  line-height: normal;
  font-size: 30px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}
.item-page.center-page .article-content {
  position: relative;
  padding: 20px;
  border: 2px solid #2d3a8b;
}
.tags {
  margin-top: 20px;
}
.tags .label-info {
  background-color: #f7f7f7;
  color: #333333;
  margin: 0 0 4px 0;
  padding: 5px 10px;
  font-size: 12px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  display: inline-block;
}
.tags .label-info::before {
  content: "#";
}
.tags .label-info:hover,
.tags .label-info:active,
.tags .label-info:focus {
  background-color: #eeeeee;
  color: #333333;
}
.com_tags .t3-mainbody .t3-content {
  padding-bottom: 30px;
}
.com_tags .t3-mainbody .t3-content .pagination-wrap {
  border-top: 1px solid #eeeeee;
  margin-top: 30px;
}
.tag-category h2,
.tag-category h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
}
.tag-category .tag-info img {
  max-width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .tag-category .tag-info img {
    width: 50%;
    float: left;
    margin: 0 20px 0 0;
  }
}
.tag-category ul.category {
  border: 0;
}
.tag-category ul.category li {
  background: transparent !important;
  border: 0;
  padding: 0;
}
.tag-category ul.category li + li {
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .tag-category ul.category li + li {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.tag-category ul.category li h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tag-category ul.category li h3 {
    font-size: 16px;
  }
}
.tag-category ul.category li h3 a {
  color: #2c2c2c;
}
.tag-category ul.category li h3 a:hover,
.tag-category ul.category li h3 a:focus,
.tag-category ul.category li h3 a:active {
  color: #2d3a8b;
}
.tag-category ul.category li > a {
  float: left;
  max-width: 300px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .tag-category ul.category li > a {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}
.tag-category .filters {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #eeeeee;
}
.tag-category .filters .btn-group {
  margin-left: 0;
}
.tag-category .filters .btn-group:before,
.tag-category .filters .btn-group:after {
  content: " ";
  display: table;
}
.tag-category .filters .btn-group:after {
  clear: both;
}
@media (max-width: 767px) {
  .tag-category .filters .btn-group {
    float: none !important;
    display: block;
  }
  .tag-category .filters .btn-group.pull-right {
    margin-top: 10px;
  }
}
.tag-category .filters #filter-search {
  float: left;
}
@media (max-width: 767px) {
  .tag-category .filters #filter-search {
    width: 100%;
  }
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}
.com_contact .t3-mainbody .t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
.com_contact .contact-category {
  padding: 30px 0;
}
.com_contact .contact-category h1 {
  font-size: 22px;
}
.com_contact .contact-category h2 {
  font-size: 15px;
}
.com_contact .contact-category .category {
  border: 0;
}
.com_contact .contact-category .category .row-fluid {
  background-color: transparent;
  border: 1px solid #eeeeee;
  padding: 15px 0;
  margin: 0;
}
.com_contact .contact-category .category .row-fluid:before,
.com_contact .contact-category .category .row-fluid:after {
  content: " ";
  display: table;
}
.com_contact .contact-category .category .row-fluid:after {
  clear: both;
}
.com_contact .contact-category .category .row-fluid > div {
  margin: 0;
}
.com_contact .contact-category .category .row-fluid > div.list-title a {
  color: #2c2c2c;
  font-weight: 500;
}
.com_contact .contact-category .category .row-fluid > div.list-title a:hover,
.com_contact .contact-category .category .row-fluid > div.list-title a:focus,
.com_contact .contact-category .category .row-fluid > div.list-title a:active {
  color: #2d3a8b;
}
.com_contact .contact-category .category .row-fluid + div {
  margin-top: 5px;
}
.contact {
  margin: 0 -30px;
}
.contact .page-header {
  border: none;
  display: none;
}
.contact .page-header h2 {
  margin: 0;
}
.contact h3 {
  color: #2c2c2c;
  margin-bottom: 15px;
  padding-bottom: 3px;
  display: inline-block;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.contact input[type="email"],
.contact input[type="text"] {
  width: 100%;
}
.contact textarea {
  box-shadow: none;
}
.contact .contact-image {
  margin-bottom: 30px;
}
.contact .dl-horizontal {
  margin-bottom: 0;
}
.contact .dl-horizontal:before,
.contact .dl-horizontal:after {
  content: " ";
  display: table;
}
.contact .dl-horizontal:after {
  clear: both;
}
.contact .dl-horizontal > dt {
  display: none;
}
.contact .dl-horizontal > dd {
  margin-left: 0;
  margin-bottom: 10px;
}
.contact .dl-horizontal > dd .fa {
  color: #2c2c2c;
  margin-right: 4px;
  min-width: 20px;
}
.contact #user-custom-fields- .dl-horizontal > dt {
  color: #2c2c2c;
  display: block;
  margin-right: 5px;
  width: auto;
}
.contact img {
  max-width: 100%;
}
.contact #contact-form .control-label {
  color: #575757;
  padding-top: 0;
  font-weight: 400;
  margin-bottom: 2.5px;
  text-align: left;
}
.contact #contact-form .control-label#jform_captcha-lbl {
  padding-left: 20px;
}
.contact #contact-form .row > div {
  margin-bottom: 30px;
}
.contact .contact-links ul li {
  display: inline-block;
  margin: 0 10px 5px 0;
  border: none;
}
.contact .contact-links ul li a {
  background-color: #333333;
  color: #ffffff;
  padding: 7px 15px;
}
.contact .contact-links ul li a:hover,
.contact .contact-links ul li a:focus,
.contact .contact-links ul li a:active {
  background-color: #981621;
  color: #ffffff;
}
.contact .checkbox input {
  margin-left: 0;
  margin-top: 6px;
}
.contact .control-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .contact .control-btn {
    text-align: left;
    margin-top: 20px;
  }
}
.contact .contact-form .control-group {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.contact .contact-form .control-group .control-label {
  display: block;
  text-align: left;
  width: 100%;
  float: left;
}
.contact .contact-form .control-group .control-label label {
  font-weight: 500;
}
.contact .contact-form .control-group .controls {
  display: inline-block;
  margin-left: 0;
}
.contact .contact-form .control-group .controls #jform_captcha {
  margin-bottom: 20px;
}
.contact .contact-form .control-group .controls .checkbox {
  margin: 0;
}
.contact .check-send .checkbox {
  padding-top: 0;
}
.contact.plain > .row {
  margin-left: 0;
  margin-right: 0;
}
.contact.plain > .row > div {
  padding: 30px;
}
.contact.plain > .row > div + div {
  border-left: 1px solid #eeeeee;
}
.contact.plain .contact-title {
  border-bottom: 1px solid #eeeeee;
  padding: 30px;
  margin: -30px -30px 30px -30px;
  position: relative;
}
@media (max-width: 767px) {
  .contact.plain .contact-title {
    border-top: 1px solid #eeeeee;
  }
}
.contact.plain .contact-title h3 {
  border: 0;
  margin: 0;
}
.contact.plain .contact-title::after {
  background: #2d3a8b;
  position: absolute;
  left: 30px;
  bottom: 0;
  content: "";
  height: 5px;
  width: 30px;
}
#slide-contact {
  height: auto !important;
}
#slide-contact .panel {
  box-shadow: none;
  border: 0;
}
#slide-contact .panel + .panel {
  border-top: 1px solid #000000;
  margin-top: 0;
}
#slide-contact .panel .panel-heading {
  background-color: #333333;
  color: #ffffff;
}
#slide-contact .panel .panel-heading .panel-title {
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}
#slide-contact .panel .panel-body {
  padding: 20px;
}
#slide-contact .panel .panel-collapse {
  background-color: #ffffff;
}
.contact #myTab {
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.contact #myTab li {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .contact #myTab li {
    display: block;
    margin-bottom: 20px;
  }
}
.contact #myTab li a {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 0 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666666;
}
.contact #myTab li a:hover,
.contact #myTab li a:focus {
  color: #981621;
}
.contact #myTab li.active a {
  background-color: transparent;
  border-color: #2d3a8b;
  color: #2d3a8b;
}
#myTabContent .tab-pane {
  padding: 30px;
}
@media (max-width: 480px) {
  #myTabContent .tab-pane {
    padding: 20px;
  }
}
.contact-form legend {
  border: 0;
  color: #999999;
  font-size: 12px;
  margin: 0 0 20px;
  padding: 0;
}
.contact-form .form-group {
  margin: 0 -20px 10px;
}
.contact-form .form-group [class^="col-"] {
  padding: 0 20px;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  box-shadow: none;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-left: -30px;
  margin-right: -30px;
}
.categories-list > div {
  border-bottom: 1px solid #eeeeee;
  padding: 30px;
}
.categories-list > div:nth-child(2n) {
  border-left: 1px solid #eeeeee;
}
.categories-list .item-title a {
  color: #2c2c2c;
}
.categories-list .item-title .badge {
  background: #eeeeee;
  color: #333333;
  vertical-align: middle;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 17px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children {
  margin-top: 30px;
}
.cat-children > h3 {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 0;
}
.cat-children .page-header {
  border: 0;
  height: auto;
  line-height: 1;
  padding: 0;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 0;
}
.cat-children .page-header a {
  color: #666666;
  padding: 0;
}
.cat-children .page-header a:hover,
.cat-children .page-header a:focus,
.cat-children .page-header a *:active {
  background: transparent;
  color: #2d3a8b;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #eeeeee;
  float: left;
  line-height: normal;
  margin-right: 10px;
  padding: 10px 20px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #eeeeee;
  border-radius: 0;
  float: right;
  padding: 10px;
  margin: 0 0 20px 20px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #2d3a8b;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #2d3a8b;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav > li.pagenav-next,
.pagenav > li.next {
  float: right;
}
.pagenav li > a {
  padding: 10px 0;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 0;
  font-weight: 500;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: transparent;
}
div.items-more {
  border-bottom: 1px solid #eeeeee;
  margin: 0 -30px;
  padding: 30px;
}
div.items-more h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  margin: 0;
}
div.items-more .nav {
  border: 0;
  margin: 0;
  padding: 0;
}
div.items-more .nav > li {
  border: 0;
  margin-top: 10px;
}
div.items-more .nav > li a {
  border: 0;
  color: #666666;
  padding: 0;
  text-transform: none;
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
}
div.items-more .nav > li a:hover,
div.items-more .nav > li a:focus,
div.items-more .nav > li a *:active {
  background: transparent;
  color: #2d3a8b;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert.alert-message .alert-link {
  color: #356635;
}
.alert.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert.alert-notice .alert-link {
  color: #2d6987;
}
.alert.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.topbar-menu {
  display: inline;
}
.languageswitcherload {
  float: right;
  display: inline;
}
@media (max-width: 767px) {
  .languageswitcherload {
    z-index: 50 !important;
  }
}
.languageswitcherload .mod-languages {
  border-left: 1px solid #2c2c2c;
}
.languageswitcherload .mod-languages a.dropdown-toggle {
  color: #999999;
}
.languageswitcherload .mod-languages .lang-dropdown {
  padding: 0 15px;
  position: relative;
}
.languageswitcherload .mod-languages .dropdown-menu {
  min-width: 120px;
}
.languageswitcherload .mod-languages .dropdown-menu li {
  padding: 0;
}
.languageswitcherload .mod-languages .dropdown-menu li:first-child {
  border-bottom: 1px solid #eeeeee;
}
.languageswitcherload .mod-languages .dropdown-menu li a {
  font-size: 12px;
  line-height: 30px;
}
.languageswitcherload .mod-languages .dropdown-menu li.lang-active a {
  color: #2d3a8b;
}
.languageswitcherload .mod-languages .btn-group .btn:after {
  content: none;
}
.languageswitcherload .mod-languages .btn-group ul {
  padding: 0;
  left: auto;
  right: auto;
}
.languageswitcherload .mod-languages .btn-group li {
  border-right: none;
  display: inherit;
  height: 30px;
  padding: 0 15px;
  margin-bottom: 15px;
}
.languageswitcherload .mod-languages .btn-group li:first-child {
  border-bottom: 0;
}
.languageswitcherload .mod-languages .btn-group li.lang-active a {
  color: #2d3a8b;
}
.languageswitcherload .mod-languages .btn-group li a {
  padding: 10px 0;
  font-size: 12px;
}
.languageswitcherload .mod-languages li {
  margin: 0;
  padding: 0 18px;
  border-right: 1px solid #333333;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
}
.languageswitcherload .mod-languages li a {
  color: #747474;
  font-size: 10px;
}
.languageswitcherload .mod-languages li.lang-active a {
  color: #ffffff;
}
.languageswitcherload .mod-languages li a:hover,
.languageswitcherload .mod-languages li a:focus,
.languageswitcherload .mod-languages li a:active {
  color: #981621;
}
div.calendar {
  width: 187px;
}
.edit.item-page {
  padding-top: 0;
}
.edit.item-page .nav-tabs {
  margin-top: 20px;
  padding: 0;
}
.edit.item-page #adminForm .btn {
  margin: 0 5px 5px 0;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
.btn.jfedit-menu,
.btn.jmodedit {
  color: #2d3a8b;
}
.btn.jfedit-menu:hover,
.btn.jmodedit:hover,
.btn.jfedit-menu:focus,
.btn.jmodedit:focus,
.btn.jfedit-menu:active,
.btn.jmodedit:active {
  color: #af1925;
}
#application-form .row-fluid,
#templates-form .row-fluid {
  margin: 0;
}
#application-form .media-preview,
#templates-form .media-preview {
  border-color: #eeeeee;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
#application-form .btn.modal,
#templates-form .btn.modal,
#application-form .btn.hasTooltip,
#templates-form .btn.hasTooltip {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}
.window-mainbody button {
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #ffffff;
}
.window-mainbody button:hover,
.window-mainbody button:focus,
.window-mainbody button:active {
  background: #121212;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.mod-preview-info {
  z-index: 10;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #eeeeee;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #eeeeee;
}
.btn-group .chzn-results {
  white-space: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome3 !important;
}
.view-history .btn-group {
  margin-bottom: 10px;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  margin-right: 5px;
}
.btn span.icon-delete:before {
  content: "\f057";
  display: inline-block;
  height: 16px;
  width: 16px;
  color: #333;
}
.form-validate .controls label[for=jform_published1] {
  border-right: 1px solid #aaa !important;
}
.form-validate .field-calendar .input-append button.btn {
  background-color: #f7f7f7;
  border-color: #999999 !important;
  color: #2c2c2c;
}
.form-validate .field-calendar .input-append button.btn:after {
  content: none;
}
.form-validate .field-calendar .input-append button.btn:hover {
  background-color: #dedede;
  border-color: #c8c8c8;
}
.form-validate .field-calendar .input-append button.btn span.icon-calendar {
  margin-right: 0;
}
.form-validate .control-group {
  padding-top: 20px;
}
form.form-inline .chzn-container-multi {
  width: 220px !important;
}
form.form-inline .chzn-container-multi .chzn-choices input {
  width: 220px;
}
form.form-inline .chzn-container-multi .chzn-container-single-nosearch {
  width: 55px !important;
}
.com_media.view-images button.button-cancel:hover,
.com_media.view-images button#upbutton:hover {
  color: #0B55C4;
  background-color: #e6e6e6;
}
.com_media.view-images button.button-save-selected:after,
.com_media.view-images button.button-cancel:after,
.com_media.view-images button#upbutton:after {
  content: none;
}
.tag-category fieldset.filters .chzn-container {
  width: 55px !important;
}
#sbox-window #sbox-content iframe {
  max-height: 100%;
  max-width: 100%;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 5%;
  display: block;
  z-index: 1050;
  left: 50%;
  width: 80%;
  position: fixed;
  margin-left: -40%;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  outline: none;
  padding: 0 !important;
  transform: none;
  bottom: auto;
}
#modal-jform_consentbox.in,
#modal-consentbox.in {
  opacity: 1;
  display: block !important;
}
#modal-jform_consentbox .modal-header,
#modal-consentbox .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  overflow-y: auto;
  width: 98%;
  position: relative;
  padding: 1%;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  height: 75vh;
}
#modal-jform_consentbox .iframe,
#modal-consentbox .iframe {
  height: 98%;
}
#modal-consentbox .modal-header h3,
#modal-jform_consentbox .modal-header h3 {
  margin: 0;
}
#window-mainbody .page-header {
  margin: 0;
}

.page-title,
.page-header h1,
.finder > h1 {
  color: #2c2c2c;
  line-height: 80px;
  margin: 0;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-title,
  .page-header h1,
  .finder > h1 {
    line-height: 60px;
  }
}
.page-title::before,
.page-header h1::before,
.finder > h1::before {
  background: #2d3a8b;
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 5px;
  width: 30px;
}
.finder > h1,
.page-header,
.page-title {
  border-bottom: 1px solid #eeeeee;
  height: 80px;
  line-height: 80px;
  padding: 0 30px;
  margin: -80px -30px 30px -30px;
  font-size: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .finder > h1,
  .page-header,
  .page-title {
    margin-top: -60px;
    height: 60px;
    line-height: 60px;
  }
}
.page-header .page-title {
  padding: 0;
}
.page-header .page-title::before {
  left: 0;
}
.t3-content > h1 {
  border-bottom: 1px solid #eeeeee;
  color: #2c2c2c;
  line-height: 80px;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  padding: 0 30px;
  margin: -80px -30px 0 -30px;
  position: relative;
}
@media (max-width: 767px) {
  .t3-content > h1 {
    line-height: 60px;
    margin-top: -60px;
  }
}
.t3-content > h1::before {
  background: #2d3a8b;
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 5px;
  width: 30px;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 24px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -24px;
}
.article-title,
.article-header h1 {
  margin: 0 0 12px 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .article-title,
  .article-header h1 {
    font-size: 25px;
  }
}
.article-title a,
.article-header h1 a {
  color: #2c2c2c;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.article-title a:hover,
.article-header h1 a:hover,
.article-title a:focus,
.article-header h1 a:focus {
  color: #2d3a8b;
}
h2.article-title,
.article-header h2 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Archivo', sans-serif;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 0;
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 24px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.jumbotron-primary {
  background-color: #2d3a8b;
  color: #fefcfc;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #ffffff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
#system-message {
  margin-bottom: 0;
}
.alert-wrap {
  text-align: center;
  z-index: 1;
}
.alert-wrap .alert-heading {
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.alert-wrap .alert-heading:after {
  content: ":";
}
.alert-wrap .alert-heading + div {
  display: inline-block;
}
.alert-wrap .alert-message {
  font-size: 12px;
}
.alert {
  margin-bottom: 0;
}
.alert h4 {
  color: inherit;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
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: #f8cfd2;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.well {
  border-radius: 0;
  box-shadow: none;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 100px 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);
  }
}

.container-hd {
  background: #000000;
  box-shadow: 0 0 120px rgba(0, 0, 0, 0.5);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1600px) {
  .container-hd {
    margin: auto;
    width: 1570px;
  }
}
.off-canvas-open .container-hd {
  box-shadow: none;
}
@media (max-width: 767px) {
  .wrap-spotlight-footer .equal-height > .col,
  .view-categories .equal-height > .col,
  .com_contact .equal-height > .col,
  .items-row .equal-height > .col,
  .wrap-spotlight-footer .equal-height.equal-height-child > .col,
  .view-categories .equal-height.equal-height-child > .col,
  .com_contact .equal-height.equal-height-child > .col,
  .items-row .equal-height.equal-height-child > .col,
  .wrap-spotlight-footer .equal-height > .col > div,
  .view-categories .equal-height > .col > div,
  .com_contact .equal-height > .col > div,
  .items-row .equal-height > .col > div,
  .wrap-spotlight-footer .equal-height.equal-height-child > .col > div,
  .view-categories .equal-height.equal-height-child > .col > div,
  .com_contact .equal-height.equal-height-child > .col > div,
  .items-row .equal-height.equal-height-child > .col > div {
    min-height: 0 !important;
  }
}
.t3-topbar {
  background: #151515;
  border-bottom: 1px solid #2c2c2c;
  color: #999999;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-topbar {
    padding-left: 120px;
  }
}
.t3-topbar p {
  font-weight: 500;
  margin: 0;
}
.t3-topbar .nav.menu {
  border-right: 1px solid #2c2c2c;
  float: right;
}
.t3-topbar .nav.menu > li {
  border-left: 1px solid #2c2c2c;
  float: left;
}
.t3-topbar .nav.menu > li + li > a {
  padding-top: 0;
}
.t3-topbar .nav.menu > li > a {
  color: #999999;
  padding: 0 20px;
  font-weight: 500;
  font-size: 12px;
}
.t3-topbar .nav.menu > li > a:hover,
.t3-topbar .nav.menu > li > a:focus,
.t3-topbar .nav.menu > li > a:active {
  color: #2d3a8b;
}
.t3-topbar .nav.menu > li.active > a {
  color: #2d3a8b;
}
.t3-topbar .topbar-message {
  position: absolute;
  /*EDITED 20_08_2020 - THIS IS ORIGINAL
  left: 50%;*/
  left: 75%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t3-topbar.logo-small .topbar-right {
  width: 100%;
}
.t3-topbar.logo-small .topbar-right .topbar-message {
  position: relative;
  left: 0;
  transform: none;
  -webkit-transform: none;
}
.t3-header {
  z-index: 10;
  top: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .t3-header {
    left: 0;
    top: auto;
  }
}
.t3-header.logo-small {
  top: 40px;
}
.t3-header.logo-small .logo {
  padding: 0 20px;
  height: 80px;
  width: auto;
}
.t3-header.logo-small .logo .logo-image a {
  height: 80px;
  line-height: 80px;
  width: auto;
}
.t3-header.logo-small .logo .logo-image img {
  max-width: 200px;
}
@media (max-width: 1199px) {
  .t3-header.logo-small .logo .logo-image img {
    max-width: 150px;
  }
}
.headright-wrap {
  position: absolute;
  top: 20px;
  right: 0;
}
.headright-wrap .head-right {
  height: 40px;
  float: right;
}
.headright-wrap .head-right > div {
  float: right;
}
.headright-wrap .head-right .search {
  position: relative;
  height: 40px;
  width: 40px;
}
.headright-wrap .head-right .search .form-control {
  background-image: url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/../../../images/ico/search.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-color: #1c1c1c;
  border: 0;
  color: #ffffff;
  position: absolute;
  padding-left: 40px;
  padding-right: 0;
  right: 0;
  top: 0;
  width: 40px;
  max-width: none;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  z-index: 100;
}
@media (max-width: 767px) {
  .headright-wrap .head-right .search .form-control {
    right: auto;
    left: 0;
  }
}
.headright-wrap .head-right .search .form-control:focus {
  width: 160px;
  padding-right: 20px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.logo {
  /* Edited removed
  background: #2d3a8b;*/
  display: table;
  width: 160px;
  height: 160px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .logo {
    height: 80px;
    width: auto;
  }
}
.logo a {
  display: block;
  line-height: 1;
  margin: 0;
}
.logo-image a {
  display: block;
  /* Edited 13_08_2020 - this is original 
  line-height: 160px;*/
  line-height: 230px;
  width: 160px;
}
@media (max-width: 767px) {
  .logo-image a {
    line-height: 80px;
    max-width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-image a {
    /* Edited 13_08_2020 - this is original 
    line-height: 120px;*/
    line-height: 200px;
    max-width: 120px;
  }
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-image img {
  max-width: 120px;
}
@media (max-width: 991px) {
  .logo-image img {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .logo-control .logo-img {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .logo-control .logo-img-sm {
    display: inline-block;
  }
}
.logo-text {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.logo-text a {
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .logo-text a {
    padding: 0 10px;
    font-size: 13px;
  }
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  color: #ffffff;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .logo-text .site-slogan {
    display: none;
  }
}
.t3-mainbody {
  padding-bottom: 30px;
  padding-top: 120px;
}
.t3-mainbody > .row {
  margin-left: 0;
  margin-right: 0;
}
.t3-mainbody > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.t3-mainbody .t3-content {
  background: #ffffff;
  padding: 80px 30px 80px 30px;
}
@media (max-width: 767px) {
  .t3-mainbody .t3-content {
    padding-top: 60px;
  }
}
.t3-mainbody .t3-content .alert {
  margin-bottom: 20px;
}
.com_content .t3-mainbody .t3-content {
  padding-bottom: 0;
}
.has-masthead .t3-mainbody {
  padding-top: 0;
}
.has-masthead .t3-mainbody .t3-content {
  margin-top: -80px;
}
@media (max-width: 767px) {
  .has-masthead .t3-mainbody .t3-content {
    margin-top: -60px;
  }
}
.has-masthead .t3-content-mast-top {
  margin-top: -80px;
}
.has-masthead .t3-content-mast-top + .t3-mainbody .t3-content {
  margin-top: 0;
}
.t3-tabs {
  background: #ffffff;
  position: relative;
  z-index: 10;
}
.t3-tabs .nav-tabs {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  padding: 0;
  z-index: 2;
}
.t3-tabs .nav-tabs > li {
  display: inline-block;
  float: none;
  position: relative;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .t3-tabs .nav-tabs > li {
    display: block;
    margin: 0;
  }
  .t3-tabs .nav-tabs > li + li {
    border-top: 1px solid #eeeeee;
  }
}
.t3-tabs .nav-tabs > li.active:after {
  background: #2d3a8b;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  .t3-tabs .nav-tabs > li.active:after {
    display: none;
  }
}
.t3-tabs .nav-tabs > li.active > a {
  border: 0;
}
.t3-tabs .nav-tabs > li.active > a:before {
  content: "";
  border-width: 8px;
  border-style: solid;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}
@media (max-width: 767px) {
  .t3-tabs .nav-tabs > li.active > a:before {
    display: none;
  }
}
.t3-tabs .nav-tabs > li.active > a:after {
  content: "";
  border-width: 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}
@media (max-width: 767px) {
  .t3-tabs .nav-tabs > li.active > a:after {
    display: none;
  }
}
.t3-tabs .nav-tabs > li > a {
  border: 0;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .t3-tabs .nav-tabs > li > a {
    padding: 20px 30px;
  }
}
.t3-list-products .container > div:first-child {
  float: left;
  width: 25%;
}
.t3-sidebar select,
.t3-sidebar textarea,
.t3-sidebar input[type="text"],
.t3-sidebar input[type="password"],
.t3-sidebar input[type="datetime"],
.t3-sidebar input[type="datetime-local"],
.t3-sidebar input[type="date"],
.t3-sidebar input[type="month"],
.t3-sidebar input[type="time"],
.t3-sidebar input[type="week"],
.t3-sidebar input[type="number"],
.t3-sidebar input[type="email"],
.t3-sidebar input[type="url"],
.t3-sidebar input[type="search"],
.t3-sidebar input[type="tel"],
.t3-sidebar input[type="color"],
.t3-sidebar .inputbox,
.t3-sidebar .input-group-addon {
  border-color: #2c2c2c;
  /* edited removed 23_08_2020
  background: #2c2c2c;*/
}
.one-sidebar-right .t3-sidebar-right,
.two-sidebar .t3-sidebar-right {
  border-left: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .one-sidebar-right .t3-sidebar-right,
  .two-sidebar .t3-sidebar-right {
    border-left: 0;
    border-top: 1px solid #eeeeee;
    min-height: 1px !important;
  }
}
.one-sidebar-left .t3-sidebar-left,
.two-sidebar .t3-sidebar-left {
  background: #f4f4f4;
  padding-top: 40px;
}
.t3-footer {
  background: #f5f5f5;
  color: #999999;
  border-top: 1px solid #2c2c2c;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer .t3-module {
  border: 0;
  margin-bottom: 0;
}
.t3-footer .t3-module .module-inner {
  padding: 0;
}
.t3-footer .t3-module .module-inner .module-title {
  border: 0;
  color: #151515;
  padding: 30px;
  margin-bottom: 0;
}
.t3-footer .t3-module .module-inner .module-title span::after {
  left: 30px;
}
.navhelper {
  margin-top: -1px;
}
.wrap-spotlight-footer {
  border: 1px solid #2c2c2c;
  border-bottom: 0;
  border-top: 0;
}
.wrap-spotlight-footer .row {
  margin-left: 0;
  margin-right: 0;
}
.wrap-spotlight-footer .row > div {
  border-bottom: 1px solid #2c2c2c;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrap-spotlight-footer .row > div:nth-child(2n) {
    border-left: 1px solid #2c2c2c;
  }
}
@media (min-width: 992px) {
  .wrap-spotlight-footer .row > div + div {
    border-left: 1px solid #2c2c2c;
  }
}
.t3-footnav {
  color: #999999;
}
.t3-footnav .module-title {
  background: #ffffff;
  border: 0;
  color: #151515;
}
.t3-footnav .module-ct,
.t3-footnav .t3-module {
  background: #ffffff;
  color: #999999;
}
.t3-footnav .module-ct {
  background: transparent;
  padding: 30px;
}
.t3-footnav .menu li {
  border: 0;
}
.t3-footnav .menu li > a {
  color: #999999;
  text-transform: none;
  padding: 0;
}
.t3-footnav .menu li > a:hover,
.t3-footnav .menu li > a:active,
.t3-footnav .menu li > a:focus {
  color: #2d3a8b;
}
.t3-footnav .menu li.active > a {
  color: #2d3a8b;
}
.t3-copyright {
  font-size: 12px;
  padding: 40px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
@media (max-width: 767px) {
  .t3-copyright {
    margin-top: 0;
  }
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright a {
  color: #e6525e;
}
.copyright a:hover,
.copyright a:active,
.copyright a:focus {
  color: #981621;
}
.poweredby {
  margin-bottom: 20px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.logo-footer {
  margin-bottom: 20px;
}
.nicescroll-rails > div {
  border: 0 !important;
}
@media (max-width: 991px) {
  .view-featured .blog-featured .item.col {
    width: 100%;
  }
}
.view-featured ol.nav-tabs {
  padding: 0;
}
.view-featured ol.nav-tabs > li {
  margin-right: 0;
}

.container-hd {
  box-shadow: none;
  background: #f5f5f5;
}
.t3-topbar {
  background: #ffffff;
  border-bottom-color: #eeeeee;
  color: #666666;
}
.t3-topbar .nav.menu {
  border-right-color: #eeeeee;
}
.t3-topbar .nav.menu > li {
  border-left-color: #eeeeee;
}
.t3-topbar .nav.menu > li > a {
  color: #666666;
}
.t3-topbar .nav.menu > li > a:hover,
.t3-topbar .nav.menu > li > a:focus,
.t3-topbar .nav.menu > li > a:active {
  color: #2d3a8b;
}
.t3-topbar .nav.menu > li.active a {
  color: #2d3a8b;
}
.headright-wrap .head-right .search .form-control {
  background-image: url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/../../../images/ico/search-light.png);
  background-color: #eeeeee;
  color: #666666;
}
.navbar-toggle {
  background: #eeeeee;
  color: #999999;
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
  background: #d5d5d5;
  color: #999999;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
  background: #d5d5d5;
  color: #999999;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > .dropdown-menu {
  border-color: #eeeeee;
}
.btn.off-canvas-toggle {
  background: #eeeeee;
  color: #999999;
}
.btn.off-canvas-toggle:hover,
.btn.off-canvas-toggle:focus,
.btn.off-canvas-toggle:active {
  background: #d5d5d5;
  color: #999999;
}
.btn.off-canvas-toggle .patty,
.btn.off-canvas-toggle .patty:after,
.btn.off-canvas-toggle .patty:before {
  background: #999999;
}
.t3-footer {
  border: 0;
}
.wrap-spotlight-footer {
  border-color: #eeeeee;
  border-left: 0;
  border-right: 0;
}
.wrap-spotlight-footer .row > div {
  border-color: #eeeeee;
}
.wrap-spotlight-footer .row > div + div {
  border-color: #eeeeee;
}
.cta {
  border-color: #eeeeee;
  border-left: 0;
  border-right: 0;
}
div.uber-cliens,
.navhelper {
  background: #ffffff;
}
div.acm-slideshow .owl-carousel .item .img-bg {
  border: 0;
}
.acymailing_module .inputbox {
  background: #ffffff;
  border-color: #eeeeee;
}
.languageswitcherload .mod-languages {
  border-left: 1px solid #eee;
}
.languageswitcherload .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.languageswitcherload .btn-group a.btn:hover,
.languageswitcherload .btn-group a.btn:focus {
  color: #2d3a8b;
}
.languageswitcherload ul.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}
.languageswitcherload ul.dropdown-menu li {
  border-right: 0;
}
.t3-megamenu .mega-inner:before,
.t3-megamenu .mega-inner:after {
  display: table;
  content: " ";
}
.t3-megamenu .mega-inner:after {
  clear: both;
}
.t3-megamenu .mega > .mega-dropdown-menu {
  min-width: 200px;
  display: none;
}
.t3-megamenu .mega.open > .mega-dropdown-menu,
.t3-megamenu .mega.dropdown-submenu.open > .mega-dropdown-menu {
  display: block;
}
.t3-megamenu .mega-group:before,
.t3-megamenu .mega-group:after {
  display: table;
  content: " ";
}
.t3-megamenu .mega-group:after {
  clear: both;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  margin: 0;
  padding: 0;
  background: #1c1c1c;
  color: #ffffff;
  font-size: 17px;
  line-height: normal;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .mega-group-ct {
  margin: 0;
  padding: 0;
}
.t3-megamenu .mega-group-ct:before,
.t3-megamenu .mega-group-ct:after {
  display: table;
  content: " ";
}
.t3-megamenu .mega-group-ct:after {
  clear: both;
}
.t3-megamenu .mega-nav,
.t3-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.t3-megamenu .mega-nav > li,
.t3-megamenu .dropdown-menu .mega-nav > li {
  list-style: none;
  margin-left: 0;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
  display: block;
  padding: 5px;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  text-decoration: none;
  color: #db202f;
  background-color: transparent;
}
.t3-megamenu .mega-nav > li .separator {
  display: block;
  padding: 5px;
}
.t3-megamenu .mega-group > .mega-nav,
.t3-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 5px;
}
.t3-megamenu .t3-module {
  margin-bottom: 10px;
}
.t3-megamenu .t3-module .module-title {
  margin: 0;
  padding: 0;
  background: #1c1c1c;
  color: #ffffff;
  font-size: 17px;
  line-height: normal;
  margin-bottom: 5px;
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .t3-module .module-ct {
  margin: 0;
  padding: 0;
}
.t3-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.t3-megamenu .nav .caret,
.t3-megamenu .dropdown-submenu .caret,
.t3-megamenu .mega-menu .caret {
  display: none;
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.t3-megamenu .nav [class^="icon-"],
.t3-megamenu .nav [class*=" icon-"],
.t3-megamenu .nav .fa {
  margin-right: 5px;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}
.t3-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.t3-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.t3-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.t3-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.t3-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.t3-megamenu .mega-align-justify {
  position: static;
}
.t3-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.t3-megamenu .mega-tab > div {
  position: relative;
}
.t3-megamenu .mega-tab > div > ul {
  width: 200px;
}
.t3-megamenu .mega-tab > div > ul > li {
  position: static;
}
.t3-megamenu .mega-tab > div > ul > li > .dropdown-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 200px;
}
.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu {
  border: none;
  box-shadow: none;
}
.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu > div {
  opacity: 1 !important;
  margin-left: 0 !important;
  transition: none !important;
}
@media (min-width: 992px) {
  .t3-megamenu.animate .mega > .mega-dropdown-menu {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .t3-megamenu.animate .mega.animating > .mega-dropdown-menu {
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    display: block;
  }
  .t3-megamenu.animate .mega.open > .mega-dropdown-menu,
  .t3-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
    opacity: 1;
  }
  .t3-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    transform-origin: 20% 20%;
  }
  .t3-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.zoom .level0 > .mega-align-center > .mega-dropdown-menu {
    -webkit-transform: scale(0, 0) translate(-50%, 0);
    -ms-transform: scale(0, 0) translate(-50%, 0);
    transform: scale(0, 0) translate(-50%, 0);
    -webkit-transform-origin: 0% 20%;
    -moz-transform-origin: 0% 20%;
    -ms-transform-origin: 0% 20%;
    transform-origin: 0% 20%;
  }
  .t3-megamenu.animate.zoom .level0 > .mega-align-center.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1) translate(-50%, 0);
    -ms-transform: scale(1, 1) translate(-50%, 0);
    transform: scale(1, 1) translate(-50%, 0);
  }
  .t3-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 10% 0;
    -moz-transform-origin: 10% 0;
    -ms-transform-origin: 10% 0;
    transform-origin: 10% 0;
  }
  .t3-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  .t3-megamenu.animate.elastic .level0 .open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.elastic .level0 > .mega-align-center > .mega-dropdown-menu {
    transform: scale(1, 0) translate(-50%, 0);
    -webkit-transform: scale(1, 0) translate(-50%, 0);
    -ms-transform: scale(1, 0) translate(-50%, 0);
  }
  .t3-megamenu.animate.elastic .level0 > .mega-align-center.open > .mega-dropdown-menu {
    transform: scale(1, 1) translate(-50%, 0);
    -webkit-transform: scale(1, 1) translate(-50%, 0);
    -ms-transform: scale(1, 1) translate(-50%, 0);
  }
  .t3-megamenu.animate.slide .mega {
    
    
  }
  .t3-megamenu.animate.slide .mega.animating > .mega-dropdown-menu {
    overflow: hidden;
  }
  .t3-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -30%;
  }
  .t3-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 0%;
  }
  .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
    width: 100%;
  }
  .t3-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .t3-megamenu .mega-inner:before,
  .t3-megamenu .mega-inner:after {
    display: table;
    content: " ";
  }
  .t3-megamenu .mega-inner:after {
    clear: both;
  }
  .t3-megamenu .row,
  .t3-megamenu .mega-dropdown-menu,
  .t3-megamenu .row [class*="col-lg-"],
  .t3-megamenu .row [class*="col-md-"],
  .t3-megamenu .row [class*="col-sm-"],
  .t3-megamenu .row [class*="col-xs-"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .t3-megamenu .hidden-collapse,
  .t3-megamenu .always-show .caret,
  .t3-megamenu .always-show .dropdown-submenu > a:after .sub-hidden-collapse > .nav-child,
  .t3-megamenu .sub-hidden-collapse .caret,
  .t3-megamenu .sub-hidden-collapse > a:after {
    display: none !important;
  }
  .mega-caption {
    display: none !important;
  }
  html[dir="rtl"] .t3-megamenu .row,
  html[dir="rtl"] .t3-megamenu .mega-dropdown-menu,
  html[dir="rtl"] .t3-megamenu .row [class*="col-lg-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-md-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-sm-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-xs-"] {
    left: auto;
    right: 0 !important;
    margin-right: 0 !important;
  }
}
.t3-megamenu .mega-inner {
  padding: 0;
}
.t3-megamenu .row {
  margin-left: auto;
  margin-right: auto;
}
.t3-megamenu .row + .row {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.t3-megamenu .mega-dropdown-menu {
  border: 2px solid #2c2c2c;
  padding: 30px 15px;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  background: transparent;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background: transparent;
  color: #2c2c2c;
}
.t3-megamenu .mega-group-ct .row {
  margin-left: -15px;
  margin-right: -15px;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .mega-nav > li span,
.t3-megamenu .dropdown-menu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0 5px 0;
  color: #333333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.t3-megamenu .mega-nav > li.open > a,
.t3-megamenu .dropdown-menu .mega-nav > li.open > a {
  color: #981621;
  background: none;
}
.t3-megamenu .mega-nav > li.active > a,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a {
  color: #981621;
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active > a {
  color: #db202f;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 0;
}
.t3-megamenu .t3-module .module-title {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  background: transparent;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
  background: transparent;
  color: #2c2c2c;
}
.t3-megamenu .t3-module ul li,
.t3-megamenu .t3-module .nav li {
  list-style: disc;
  display: list-item;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.t3-megamenu .t3-module ul li a,
.t3-megamenu .t3-module .nav li a {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  background: none;
  font: inherit;
  white-space: normal;
}
.t3-megamenu .t3-module ul li a:hover,
.t3-megamenu .t3-module .nav li a:hover,
.t3-megamenu .t3-module ul li a:focus,
.t3-megamenu .t3-module .nav li a:focus,
.t3-megamenu .t3-module ul li a:active,
.t3-megamenu .t3-module .nav li a:active {
  background: none;
  color: inherit;
  font: inherit;
}
.t3-megamenu .mega-caption {
  color: #999999;
  font-size: 12px;
  margin-top: 3px;
  font-weight: normal;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}
.off-canvas-toggle {
  z-index: 100;
}
html,
body {
  height: 100%;
}
.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.t3-wrapper {
  background: #ffffff;
  position: relative;
  left: 0;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  overflow: visible;
}
.t3-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 100;
}
.t3-mainnav-android {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.t3-mainnav-android::after {
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.off-canvas-open .t3-wrapper::after {
  width: 100%;
  height: 10000px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.off-canvas-open .t3-mainnav-android::after {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.t3-off-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 250px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.t3-off-canvas::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.off-canvas-right.t3-off-canvas {
  display: none;
}
.off-canvas-right .off-canvas-right.t3-off-canvas {
  display: block;
}
html[dir="ltr"] .off-canvas-right.t3-off-canvas {
  left: auto;
  right: 0;
}
.off-canvas-open .t3-off-canvas::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.off-canvas-open .off-canvas-current {
  visibility: visible;
}
.off-canvas-open .t3-off-canvas {
  overflow-y: auto;
}
.t3-off-canvas {
  background: #ffffff;
  color: #666666;
}
.t3-off-canvas .t3-off-canvas-header {
  background: #000000;
  color: #ffffff;
  padding: 6px 20px;
}
.t3-off-canvas .t3-off-canvas-header h2 {
  margin: 0;
}
.t3-off-canvas .t3-off-canvas-body {
  padding: 6px 20px;
}
.t3-off-canvas .t3-off-canvas-body a {
  color: #666666;
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
  color: #db202f;
}
.t3-off-canvas .t3-off-canvas-body a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
  position: static;
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.off-canvas-effect-1.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-1.off-canvas-open .off-canvas-effect-1.t3-off-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-1.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-1.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.off-canvas-effect-2.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-2.t3-off-canvas {
  z-index: 1;
}
.off-canvas-effect-2.off-canvas-open .off-canvas-effect-2.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.off-canvas-effect-2.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-2.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-effect-3.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-3.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-3.off-canvas-open .off-canvas-effect-3.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.off-canvas-effect-3.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-3.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-3.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-4.t3-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-4.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-4.t3-off-canvas {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.off-canvas-effect-5.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-5.t3-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.off-canvas-effect-5.off-canvas-open .off-canvas-effect-5.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-right.off-canvas-effect-5.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-5.t3-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
body.off-canvas-effect-6 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-6 .t3-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: auto;
  overflow: hidden;
}
.off-canvas-effect-6.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0) rotateY(-15deg);
  transform: translate3d(250px, 0, 0) rotateY(-15deg);
}
.off-canvas-effect-6.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-6.off-canvas-open .off-canvas-effect-6.t3-off-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-6.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-6 .t3-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-6.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0) rotateY(15deg);
  transform: translate3d(-250px, 0, 0) rotateY(15deg);
}
.off-canvas-right.off-canvas-effect-6.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-7 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-7 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-7.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-7.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-7.off-canvas-open .off-canvas-effect-7.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-7.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-7.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
  transform: translate3d(100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .off-canvas-right.off-canvas-effect-7.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-8 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-8 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-8.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-8.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-8.off-canvas-open .off-canvas-effect-8.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.off-canvas-effect-8.t3-off-canvas::after {
  display: none;
}
body.off-canvas-effect-8.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-8.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
  transform: translate3d(100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .off-canvas-right.off-canvas-effect-8.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-9 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-9 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-9.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(0, 0, -250px);
  transform: translate3d(0, 0, -250px);
}
.off-canvas-effect-9.t3-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-9.off-canvas-open .off-canvas-effect-9.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-9.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-9.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-10 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-10.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-10.t3-off-canvas {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -250px);
  transform: translate3d(0, 0, -250px);
}
.off-canvas-effect-10.off-canvas-open .off-canvas-effect-10.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.off-canvas-effect-10.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-10.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
body.off-canvas-effect-11 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-11 .t3-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-11.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}
.off-canvas-effect-11.t3-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-11.off-canvas-open .off-canvas-effect-11.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-11.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-11.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-100px, 0, -600px) rotateY(20deg);
  transform: translate3d(-100px, 0, -600px) rotateY(20deg);
}
.off-canvas-right.off-canvas-effect-11.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-12 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-12 .t3-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-12.off-canvas-open .t3-wrapper {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}
.off-canvas-effect-12.t3-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-12.off-canvas-open .off-canvas-effect-12.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-12.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-12 .t3-wrapper {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-12.off-canvas-open .t3-wrapper {
  -webkit-transform: rotateY(10deg);
  transform: rotateY(10deg);
}
.off-canvas-right.off-canvas-effect-12.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-13 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-13.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-13.t3-off-canvas {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.off-canvas-effect-13.off-canvas-open .off-canvas-effect-13.t3-off-canvas {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}
body.off-canvas-effect-13.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-13.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
body.off-canvas-effect-14 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-14 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-14.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-14.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-14.off-canvas-open .off-canvas-effect-14.t3-off-canvas {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-14.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-14.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
  transform: translate3d(100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .off-canvas-right.off-canvas-effect-14.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
.old-ie .t3-off-canvas {
  z-index: 100 !important;
  left: -250px;
}
html[dir="ltr"] .off-canvas-right.old-ie .t3-off-canvas {
  right: -250px;
  left: auto;
}
.modal-open .t3-wrapper {
  position: static;
}
.off-canvas-toggle {
  background-color: #db202f;
  border-radius: 0;
  border: 0;
  color: white;
  padding: 0;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  line-height: 0;
  float: right;
  margin-left: 5px;
  -webkit-transition: width 400ms;
  -o-transition: width 400ms;
  transition: width 400ms;
}
.off-canvas-toggle:after {
  display: none;
}
.off-canvas-toggle:focus,
.off-canvas-toggle:hover,
.off-canvas-toggle:active {
  background-color: #af1925;
  outline: none;
}
.off-canvas-toggle .patty {
  background-color: #ffffff;
  height: 2px;
  width: 12px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.off-canvas-toggle .patty:before,
.off-canvas-toggle .patty:after {
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.off-canvas-toggle .patty:after {
  top: 4px;
}
.off-canvas-toggle .patty:before {
  top: -4px;
}
.off-canvas-toggle .patty:hover {
  background: #ffffff;
}
.off-canvas-toggle .patty:hover:after {
  top: 7px;
  background: #ffffff;
}
.off-canvas-toggle .patty:hover:before {
  top: -7px;
  background: #ffffff;
}
.scrollDown .off-canvas-toggle,
.scrollUp .off-canvas-toggle {
  width: 60px;
}
.scrollDown .off-canvas-toggle .patty,
.scrollUp .off-canvas-toggle .patty {
  width: 13px;
}
.scrollDown .off-canvas-toggle .patty:before,
.scrollUp .off-canvas-toggle .patty:before {
  top: -4px;
  width: 13px;
}
.scrollDown .off-canvas-toggle .patty:after,
.scrollUp .off-canvas-toggle .patty:after {
  top: 4px;
  width: 13px;
}
.off-canvas-open .t3-wrapper:after {
  z-index: 1040;
}
.off-canvas-open .off-canvas-toggle .patty {
  background-color: transparent;
}
.off-canvas-open .off-canvas-toggle .patty:before,
.off-canvas-open .off-canvas-toggle .patty:after {
  background: #ffffff;
}
.off-canvas-open .off-canvas-toggle .patty:after {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.off-canvas-open .off-canvas-toggle .patty:before {
  top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.off-canvas-open .off-canvas-toggle .patty:hover:after {
  top: 0;
}
.off-canvas-open .off-canvas-toggle .patty:hover:before {
  top: 0;
}
#t3-off-canvas {
  background: #ffffff;
  color: #666666;
}
#t3-off-canvas .t3-off-canvas-header {
  background: #000000;
  color: #ffffff;
  padding: 0 0 0 20px;
  height: 50px;
}
#t3-off-canvas .t3-off-canvas-header h2 {
  color: #ffffff;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#t3-off-canvas .close {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-weight: normal;
  margin: 0;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#t3-off-canvas .close:hover,
#t3-off-canvas .close:focus,
#t3-off-canvas .close:active {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#t3-off-canvas .t3-off-canvas-body {
  padding: 20px;
}
#t3-off-canvas .t3-off-canvas-body a {
  color: #666666;
  text-decoration: none;
}
#t3-off-canvas .t3-off-canvas-body a:hover,
#t3-off-canvas .t3-off-canvas-body a:focus {
  color: #db202f;
  text-decoration: none;
  outline: none;
}
#t3-off-canvas .t3-off-canvas-body .dropdown-menu .active a {
  background: transparent;
}
#t3-off-canvas .t3-off-canvas-body .nav > li + li {
  margin-top: 10px;
}
#t3-off-canvas .t3-off-canvas-body .nav > li > a,
#t3-off-canvas .t3-off-canvas-body .nav > li > span {
  border: 0;
  color: #666666;
  font-size: 14px;
  padding: 0;
  text-transform: none;
  font-weight: 600;
}
#t3-off-canvas .t3-off-canvas-body .nav > li > a:hover,
#t3-off-canvas .t3-off-canvas-body .nav > li > span:hover,
#t3-off-canvas .t3-off-canvas-body .nav > li > a:focus,
#t3-off-canvas .t3-off-canvas-body .nav > li > span:focus,
#t3-off-canvas .t3-off-canvas-body .nav > li > a:active,
#t3-off-canvas .t3-off-canvas-body .nav > li > span:active {
  background: transparent;
  color: #db202f;
}
#t3-off-canvas .t3-off-canvas-body .nav > li.active > a,
#t3-off-canvas .t3-off-canvas-body .nav > li.active > span {
  background: transparent;
  color: #db202f;
}
#t3-off-canvas .t3-off-canvas-body .nav .caret,
#t3-off-canvas .t3-off-canvas-body .nav a::after {
  display: none;
}
#t3-off-canvas .t3-off-canvas-body .dropdown-menu {
  background: transparent;
  padding-left: 15px;
}
#t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a {
  border: 0;
  padding-left: 0;
  font-weight: 400;
}
#t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:hover,
#t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:focus,
#t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:active {
  background: transparent;
  color: #db202f;
}
#t3-off-canvas .t3-off-canvas-body .dropdown-menu > li.active > a {
  background: transparent;
  color: #db202f;
}
#t3-off-canvas .t3-off-canvas-body .dropdown-submenu {
  margin-top: 10px;
}
#t3-off-canvas .t3-off-canvas-body .dropdown-submenu > a,
#t3-off-canvas .t3-off-canvas-body .dropdown-submenu > span {
  color: #666666;
  display: block;
  margin-bottom: 5px;
  padding-left: 0;
}
#t3-off-canvas .t3-off-canvas-body .t3-module {
  background: transparent;
  margin-bottom: 24px;
}
#t3-off-canvas .t3-off-canvas-body .module-title {
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}
#t3-off-canvas .t3-off-canvas-body .module-title span:after {
  display: none;
}
#t3-off-canvas .t3-off-canvas-body .module-ct {
  background: transparent;
  padding: 0;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//mail.homenergy4u.gr//templates/ja_shoe/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//mail.homenergy4u.gr//templates/ja_shoe/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//mail.homenergy4u.gr//templates/ja_shoe/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//mail.homenergy4u.gr//templates/ja_shoe/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//mail.homenergy4u.gr//templates/ja_shoe/fonts/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//mail.homenergy4u.gr//templates/ja_shoe/fonts/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.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-remove:before,.fa-close:before,.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,.fa-bar-chart: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-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.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,.fa-gratipay: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-pp: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-buoy: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-resistance: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-y-combinator-square:before,.fa-yc-square:before,.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"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//mail.homenergy4u.gr//templates/ja_shoe/js/owl-carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.vm-col-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .vm-col-1 {
    float: left;
    width: 100%;
  }
}
.vm-col-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .vm-col-2 {
    float: left;
    width: 50%;
  }
}
.vm-col-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .vm-col-3 {
    float: left;
    width: 33.33333333%;
  }
}
.vm-col-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .vm-col-4 {
    float: left;
    width: 25%;
  }
}
.vm-col-5 {
  padding-right: 15px;
  padding-left: 15px;
  width: 20%;
  float: left;
  min-height: 1px;
  position: relative;
}
.vm-col-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .vm-col-6 {
    float: left;
    width: 16.66666667%;
  }
}
.browseProductImage {
  max-height: none;
  max-width: 100%;
}
.vm3pr-1 .addtocart-area {
  min-height: 0;
}
.com_virtuemart input[type="submit"],
.com_virtuemart button.default,
.com_virtuemart button.vm-button-correct,
.com_virtuemart button.vm-button,
.com_virtuemart .buttonBar-right button {
  color: #ffffff;
  background-color: #db202f;
  border-color: #db202f;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.785;
  background-image: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 0;
  height: 40px;
  text-transform: uppercase;
}
.com_virtuemart input[type="submit"]:focus,
.com_virtuemart button.default:focus,
.com_virtuemart button.vm-button-correct:focus,
.com_virtuemart button.vm-button:focus,
.com_virtuemart .buttonBar-right button:focus,
.com_virtuemart input[type="submit"].focus,
.com_virtuemart button.default.focus,
.com_virtuemart button.vm-button-correct.focus,
.com_virtuemart button.vm-button.focus,
.com_virtuemart .buttonBar-right button.focus {
  color: #ffffff;
  background-color: #af1925;
  border-color: #6c1017;
}
.com_virtuemart input[type="submit"]:hover,
.com_virtuemart button.default:hover,
.com_virtuemart button.vm-button-correct:hover,
.com_virtuemart button.vm-button:hover,
.com_virtuemart .buttonBar-right button:hover {
  color: #ffffff;
  background-color: #af1925;
  border-color: #a61824;
}
.com_virtuemart input[type="submit"]:active,
.com_virtuemart button.default:active,
.com_virtuemart button.vm-button-correct:active,
.com_virtuemart button.vm-button:active,
.com_virtuemart .buttonBar-right button:active,
.com_virtuemart input[type="submit"].active,
.com_virtuemart button.default.active,
.com_virtuemart button.vm-button-correct.active,
.com_virtuemart button.vm-button.active,
.com_virtuemart .buttonBar-right button.active,
.open > .dropdown-toggle.com_virtuemart input[type="submit"],
.open > .dropdown-toggle.com_virtuemart button.default,
.open > .dropdown-toggle.com_virtuemart button.vm-button-correct,
.open > .dropdown-toggle.com_virtuemart button.vm-button,
.open > .dropdown-toggle.com_virtuemart .buttonBar-right button {
  color: #ffffff;
  background-color: #af1925;
  background-image: none;
  border-color: #a61824;
}
.com_virtuemart input[type="submit"]:active:hover,
.com_virtuemart button.default:active:hover,
.com_virtuemart button.vm-button-correct:active:hover,
.com_virtuemart button.vm-button:active:hover,
.com_virtuemart .buttonBar-right button:active:hover,
.com_virtuemart input[type="submit"].active:hover,
.com_virtuemart button.default.active:hover,
.com_virtuemart button.vm-button-correct.active:hover,
.com_virtuemart button.vm-button.active:hover,
.com_virtuemart .buttonBar-right button.active:hover,
.open > .dropdown-toggle.com_virtuemart input[type="submit"]:hover,
.open > .dropdown-toggle.com_virtuemart button.default:hover,
.open > .dropdown-toggle.com_virtuemart button.vm-button-correct:hover,
.open > .dropdown-toggle.com_virtuemart button.vm-button:hover,
.open > .dropdown-toggle.com_virtuemart .buttonBar-right button:hover,
.com_virtuemart input[type="submit"]:active:focus,
.com_virtuemart button.default:active:focus,
.com_virtuemart button.vm-button-correct:active:focus,
.com_virtuemart button.vm-button:active:focus,
.com_virtuemart .buttonBar-right button:active:focus,
.com_virtuemart input[type="submit"].active:focus,
.com_virtuemart button.default.active:focus,
.com_virtuemart button.vm-button-correct.active:focus,
.com_virtuemart button.vm-button.active:focus,
.com_virtuemart .buttonBar-right button.active:focus,
.open > .dropdown-toggle.com_virtuemart input[type="submit"]:focus,
.open > .dropdown-toggle.com_virtuemart button.default:focus,
.open > .dropdown-toggle.com_virtuemart button.vm-button-correct:focus,
.open > .dropdown-toggle.com_virtuemart button.vm-button:focus,
.open > .dropdown-toggle.com_virtuemart .buttonBar-right button:focus,
.com_virtuemart input[type="submit"]:active.focus,
.com_virtuemart button.default:active.focus,
.com_virtuemart button.vm-button-correct:active.focus,
.com_virtuemart button.vm-button:active.focus,
.com_virtuemart .buttonBar-right button:active.focus,
.com_virtuemart input[type="submit"].active.focus,
.com_virtuemart button.default.active.focus,
.com_virtuemart button.vm-button-correct.active.focus,
.com_virtuemart button.vm-button.active.focus,
.com_virtuemart .buttonBar-right button.active.focus,
.open > .dropdown-toggle.com_virtuemart input[type="submit"].focus,
.open > .dropdown-toggle.com_virtuemart button.default.focus,
.open > .dropdown-toggle.com_virtuemart button.vm-button-correct.focus,
.open > .dropdown-toggle.com_virtuemart button.vm-button.focus,
.open > .dropdown-toggle.com_virtuemart .buttonBar-right button.focus {
  color: #ffffff;
  background-color: #8f151f;
  border-color: #6c1017;
}
.com_virtuemart input[type="submit"].disabled:hover,
.com_virtuemart button.default.disabled:hover,
.com_virtuemart button.vm-button-correct.disabled:hover,
.com_virtuemart button.vm-button.disabled:hover,
.com_virtuemart .buttonBar-right button.disabled:hover,
.com_virtuemart input[type="submit"][disabled]:hover,
.com_virtuemart button.default[disabled]:hover,
.com_virtuemart button.vm-button-correct[disabled]:hover,
.com_virtuemart button.vm-button[disabled]:hover,
.com_virtuemart .buttonBar-right button[disabled]:hover,
fieldset[disabled] .com_virtuemart input[type="submit"]:hover,
fieldset[disabled] .com_virtuemart button.default:hover,
fieldset[disabled] .com_virtuemart button.vm-button-correct:hover,
fieldset[disabled] .com_virtuemart button.vm-button:hover,
fieldset[disabled] .com_virtuemart .buttonBar-right button:hover,
.com_virtuemart input[type="submit"].disabled:focus,
.com_virtuemart button.default.disabled:focus,
.com_virtuemart button.vm-button-correct.disabled:focus,
.com_virtuemart button.vm-button.disabled:focus,
.com_virtuemart .buttonBar-right button.disabled:focus,
.com_virtuemart input[type="submit"][disabled]:focus,
.com_virtuemart button.default[disabled]:focus,
.com_virtuemart button.vm-button-correct[disabled]:focus,
.com_virtuemart button.vm-button[disabled]:focus,
.com_virtuemart .buttonBar-right button[disabled]:focus,
fieldset[disabled] .com_virtuemart input[type="submit"]:focus,
fieldset[disabled] .com_virtuemart button.default:focus,
fieldset[disabled] .com_virtuemart button.vm-button-correct:focus,
fieldset[disabled] .com_virtuemart button.vm-button:focus,
fieldset[disabled] .com_virtuemart .buttonBar-right button:focus,
.com_virtuemart input[type="submit"].disabled.focus,
.com_virtuemart button.default.disabled.focus,
.com_virtuemart button.vm-button-correct.disabled.focus,
.com_virtuemart button.vm-button.disabled.focus,
.com_virtuemart .buttonBar-right button.disabled.focus,
.com_virtuemart input[type="submit"][disabled].focus,
.com_virtuemart button.default[disabled].focus,
.com_virtuemart button.vm-button-correct[disabled].focus,
.com_virtuemart button.vm-button[disabled].focus,
.com_virtuemart .buttonBar-right button[disabled].focus,
fieldset[disabled] .com_virtuemart input[type="submit"].focus,
fieldset[disabled] .com_virtuemart button.default.focus,
fieldset[disabled] .com_virtuemart button.vm-button-correct.focus,
fieldset[disabled] .com_virtuemart button.vm-button.focus,
fieldset[disabled] .com_virtuemart .buttonBar-right button.focus {
  background-color: #db202f;
  border-color: #db202f;
}
.com_virtuemart input[type="submit"] .badge,
.com_virtuemart button.default .badge,
.com_virtuemart button.vm-button-correct .badge,
.com_virtuemart button.vm-button .badge,
.com_virtuemart .buttonBar-right button .badge {
  color: #db202f;
  background-color: #ffffff;
}
div.spacer span.addtocart-button input.addtocart-button,
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button,
div.vm-details-button a {
  color: #ffffff;
  background-color: #db202f;
  border-color: #db202f;
  padding: 3px 10px;
  font-size: 15px;
  line-height: 1.46667;
  border-radius: 0;
  padding: 3px 16px 3px 10px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  height: auto;
}
div.spacer span.addtocart-button input.addtocart-button:focus,
span.addtocart-button input.addtocart-button:focus,
span.addtocart-button input.notify-button:focus,
div.vm-details-button a:focus,
div.spacer span.addtocart-button input.addtocart-button.focus,
span.addtocart-button input.addtocart-button.focus,
span.addtocart-button input.notify-button.focus,
div.vm-details-button a.focus {
  color: #ffffff;
  background-color: #af1925;
  border-color: #6c1017;
}
div.spacer span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
div.vm-details-button a:hover {
  color: #ffffff;
  background-color: #af1925;
  border-color: #a61824;
}
div.spacer span.addtocart-button input.addtocart-button:active,
span.addtocart-button input.addtocart-button:active,
span.addtocart-button input.notify-button:active,
div.vm-details-button a:active,
div.spacer span.addtocart-button input.addtocart-button.active,
span.addtocart-button input.addtocart-button.active,
span.addtocart-button input.notify-button.active,
div.vm-details-button a.active,
.open > .dropdown-togglediv.spacer span.addtocart-button input.addtocart-button,
.open > .dropdown-togglespan.addtocart-button input.addtocart-button,
.open > .dropdown-togglespan.addtocart-button input.notify-button,
.open > .dropdown-togglediv.vm-details-button a {
  color: #ffffff;
  background-color: #af1925;
  background-image: none;
  border-color: #a61824;
}
div.spacer span.addtocart-button input.addtocart-button:active:hover,
span.addtocart-button input.addtocart-button:active:hover,
span.addtocart-button input.notify-button:active:hover,
div.vm-details-button a:active:hover,
div.spacer span.addtocart-button input.addtocart-button.active:hover,
span.addtocart-button input.addtocart-button.active:hover,
span.addtocart-button input.notify-button.active:hover,
div.vm-details-button a.active:hover,
.open > .dropdown-togglediv.spacer span.addtocart-button input.addtocart-button:hover,
.open > .dropdown-togglespan.addtocart-button input.addtocart-button:hover,
.open > .dropdown-togglespan.addtocart-button input.notify-button:hover,
.open > .dropdown-togglediv.vm-details-button a:hover,
div.spacer span.addtocart-button input.addtocart-button:active:focus,
span.addtocart-button input.addtocart-button:active:focus,
span.addtocart-button input.notify-button:active:focus,
div.vm-details-button a:active:focus,
div.spacer span.addtocart-button input.addtocart-button.active:focus,
span.addtocart-button input.addtocart-button.active:focus,
span.addtocart-button input.notify-button.active:focus,
div.vm-details-button a.active:focus,
.open > .dropdown-togglediv.spacer span.addtocart-button input.addtocart-button:focus,
.open > .dropdown-togglespan.addtocart-button input.addtocart-button:focus,
.open > .dropdown-togglespan.addtocart-button input.notify-button:focus,
.open > .dropdown-togglediv.vm-details-button a:focus,
div.spacer span.addtocart-button input.addtocart-button:active.focus,
span.addtocart-button input.addtocart-button:active.focus,
span.addtocart-button input.notify-button:active.focus,
div.vm-details-button a:active.focus,
div.spacer span.addtocart-button input.addtocart-button.active.focus,
span.addtocart-button input.addtocart-button.active.focus,
span.addtocart-button input.notify-button.active.focus,
div.vm-details-button a.active.focus,
.open > .dropdown-togglediv.spacer span.addtocart-button input.addtocart-button.focus,
.open > .dropdown-togglespan.addtocart-button input.addtocart-button.focus,
.open > .dropdown-togglespan.addtocart-button input.notify-button.focus,
.open > .dropdown-togglediv.vm-details-button a.focus {
  color: #ffffff;
  background-color: #8f151f;
  border-color: #6c1017;
}
div.spacer span.addtocart-button input.addtocart-button.disabled:hover,
span.addtocart-button input.addtocart-button.disabled:hover,
span.addtocart-button input.notify-button.disabled:hover,
div.vm-details-button a.disabled:hover,
div.spacer span.addtocart-button input.addtocart-button[disabled]:hover,
span.addtocart-button input.addtocart-button[disabled]:hover,
span.addtocart-button input.notify-button[disabled]:hover,
div.vm-details-button a[disabled]:hover,
fieldset[disabled] div.spacer span.addtocart-button input.addtocart-button:hover,
fieldset[disabled] span.addtocart-button input.addtocart-button:hover,
fieldset[disabled] span.addtocart-button input.notify-button:hover,
fieldset[disabled] div.vm-details-button a:hover,
div.spacer span.addtocart-button input.addtocart-button.disabled:focus,
span.addtocart-button input.addtocart-button.disabled:focus,
span.addtocart-button input.notify-button.disabled:focus,
div.vm-details-button a.disabled:focus,
div.spacer span.addtocart-button input.addtocart-button[disabled]:focus,
span.addtocart-button input.addtocart-button[disabled]:focus,
span.addtocart-button input.notify-button[disabled]:focus,
div.vm-details-button a[disabled]:focus,
fieldset[disabled] div.spacer span.addtocart-button input.addtocart-button:focus,
fieldset[disabled] span.addtocart-button input.addtocart-button:focus,
fieldset[disabled] span.addtocart-button input.notify-button:focus,
fieldset[disabled] div.vm-details-button a:focus,
div.spacer span.addtocart-button input.addtocart-button.disabled.focus,
span.addtocart-button input.addtocart-button.disabled.focus,
span.addtocart-button input.notify-button.disabled.focus,
div.vm-details-button a.disabled.focus,
div.spacer span.addtocart-button input.addtocart-button[disabled].focus,
span.addtocart-button input.addtocart-button[disabled].focus,
span.addtocart-button input.notify-button[disabled].focus,
div.vm-details-button a[disabled].focus,
fieldset[disabled] div.spacer span.addtocart-button input.addtocart-button.focus,
fieldset[disabled] span.addtocart-button input.addtocart-button.focus,
fieldset[disabled] span.addtocart-button input.notify-button.focus,
fieldset[disabled] div.vm-details-button a.focus {
  background-color: #db202f;
  border-color: #db202f;
}
div.spacer span.addtocart-button input.addtocart-button .badge,
span.addtocart-button input.addtocart-button .badge,
span.addtocart-button input.notify-button .badge,
div.vm-details-button a .badge {
  color: #db202f;
  background-color: #ffffff;
}
span.addtocart-button {
  position: relative;
}
span.addtocart-button::after {
  content: "";
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff #ffffff transparent transparent;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 6px;
  top: 6px;
}
span.addtocart-button .addtocart-button-disabled {
  color: #ffffff;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  padding: 3px 10px;
  font-size: 15px;
  line-height: 1.785;
  border-radius: 0;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  width: auto;
}
span.addtocart-button .addtocart-button-disabled:focus,
span.addtocart-button .addtocart-button-disabled.focus {
  color: #ffffff;
  background-color: #121212;
  border-color: #000000;
}
span.addtocart-button .addtocart-button-disabled:hover {
  color: #ffffff;
  background-color: #121212;
  border-color: #0d0d0d;
}
span.addtocart-button .addtocart-button-disabled:active,
span.addtocart-button .addtocart-button-disabled.active,
.open > .dropdown-togglespan.addtocart-button .addtocart-button-disabled {
  color: #ffffff;
  background-color: #121212;
  background-image: none;
  border-color: #0d0d0d;
}
span.addtocart-button .addtocart-button-disabled:active:hover,
span.addtocart-button .addtocart-button-disabled.active:hover,
.open > .dropdown-togglespan.addtocart-button .addtocart-button-disabled:hover,
span.addtocart-button .addtocart-button-disabled:active:focus,
span.addtocart-button .addtocart-button-disabled.active:focus,
.open > .dropdown-togglespan.addtocart-button .addtocart-button-disabled:focus,
span.addtocart-button .addtocart-button-disabled:active.focus,
span.addtocart-button .addtocart-button-disabled.active.focus,
.open > .dropdown-togglespan.addtocart-button .addtocart-button-disabled.focus {
  color: #ffffff;
  background-color: #010101;
  border-color: #000000;
}
span.addtocart-button .addtocart-button-disabled.disabled:hover,
span.addtocart-button .addtocart-button-disabled[disabled]:hover,
fieldset[disabled] span.addtocart-button .addtocart-button-disabled:hover,
span.addtocart-button .addtocart-button-disabled.disabled:focus,
span.addtocart-button .addtocart-button-disabled[disabled]:focus,
fieldset[disabled] span.addtocart-button .addtocart-button-disabled:focus,
span.addtocart-button .addtocart-button-disabled.disabled.focus,
span.addtocart-button .addtocart-button-disabled[disabled].focus,
fieldset[disabled] span.addtocart-button .addtocart-button-disabled.focus {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
span.addtocart-button .addtocart-button-disabled .badge {
  color: #2c2c2c;
  background-color: #ffffff;
}
span.addtocart-button .addtocart-button-disabled:hover {
  background: inherit;
}
.general-bg,
input.custom-attribute,
input.quantity-input,
.manufacturer-product-link a,
a.ask-a-question,
input.vm-default,
a.product-details,
a.details,
div.details,
button.default {
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #747474;
  font-weight: 400;
  padding: 6px 20px;
  font-size: 13px;
  line-height: 1.785;
  border-radius: 0;
}
.general-bg:hover,
input.custom-attribute:hover,
input.quantity-input:hover,
.manufacturer-product-link a:hover,
a.ask-a-question:hover,
input.vm-default:hover,
a.product-details:hover,
a.details:hover,
div.details:hover,
button.default:hover {
  background: #ffffff;
  border-color: #2c2c2c;
}
textarea.virtuemart {
  border-radius: 2px;
}
textarea.virtuemart:hover,
textarea.customer-comment:hover {
  background-color: #ffffff;
}
div.ratingbox,
span.ratingbox {
  background: url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/extras/../../../../images/virtuemart/color-stars.png) repeat-x 0 bottom;
  text-align: left;
  height: 12px;
  width: 60px;
  display: inline-block;
}
div.ratingbox div,
div.ratingbox span,
div.stars-orange,
span.stars-orange {
  background: url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/extras/../../../../images/virtuemart/color-stars.png) repeat-x 0 0;
  height: 12px;
}
#fancybox-wrap #fancybox-outer .fancybox-bg {
  display: none;
}
#fancybox-wrap #fancybox-outer #fancybox-content {
  background: #ffffff;
  border: none !important;
  padding: 30px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div {
  padding: 10px;
}
#fancybox-wrap #fancybox-outer .continue_link,
#fancybox-wrap #fancybox-outer .showcart {
  color: #ffffff;
  background-color: #db202f;
  border-color: #db202f;
  font-size: 14px;
  line-height: 1.46667;
  border-radius: 0;
  border-style: inherit;
  display: inline-block;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 3px 10px;
  letter-spacing: 0.5px;
}
#fancybox-wrap #fancybox-outer .continue_link:focus,
#fancybox-wrap #fancybox-outer .showcart:focus,
#fancybox-wrap #fancybox-outer .continue_link.focus,
#fancybox-wrap #fancybox-outer .showcart.focus {
  color: #ffffff;
  background-color: #af1925;
  border-color: #6c1017;
}
#fancybox-wrap #fancybox-outer .continue_link:hover,
#fancybox-wrap #fancybox-outer .showcart:hover {
  color: #ffffff;
  background-color: #af1925;
  border-color: #a61824;
}
#fancybox-wrap #fancybox-outer .continue_link:active,
#fancybox-wrap #fancybox-outer .showcart:active,
#fancybox-wrap #fancybox-outer .continue_link.active,
#fancybox-wrap #fancybox-outer .showcart.active,
.open > .dropdown-toggle#fancybox-wrap #fancybox-outer .continue_link,
.open > .dropdown-toggle#fancybox-wrap #fancybox-outer .showcart {
  color: #ffffff;
  background-color: #af1925;
  background-image: none;
  border-color: #a61824;
}
#fancybox-wrap #fancybox-outer .continue_link:active:hover,
#fancybox-wrap #fancybox-outer .showcart:active:hover,
#fancybox-wrap #fancybox-outer .continue_link.active:hover,
#fancybox-wrap #fancybox-outer .showcart.active:hover,
.open > .dropdown-toggle#fancybox-wrap #fancybox-outer .continue_link:hover,
.open > .dropdown-toggle#fancybox-wrap #fancybox-outer .showcart:hover,
#fancybox-wrap #fancybox-outer .continue_link:active:focus,
#fancybox-wrap #fancybox-outer .showcart:active:focus,
#fancybox-wrap #fancybox-outer .continue_link.active:focus,
#fancybox-wrap #fancybox-outer .showcart.active:focus,
.open > .dropdown-toggle#fancybox-wrap #fancybox-outer .continue_link:focus,
.open > .dropdown-toggle#fancybox-wrap #fancybox-outer .showcart:focus,
#fancybox-wrap #fancybox-outer .continue_link:active.focus,
#fancybox-wrap #fancybox-outer .showcart:active.focus,
#fancybox-wrap #fancybox-outer .continue_link.active.focus,
#fancybox-wrap #fancybox-outer .showcart.active.focus,
.open > .dropdown-toggle#fancybox-wrap #fancybox-outer .continue_link.focus,
.open > .dropdown-toggle#fancybox-wrap #fancybox-outer .showcart.focus {
  color: #ffffff;
  background-color: #8f151f;
  border-color: #6c1017;
}
#fancybox-wrap #fancybox-outer .continue_link.disabled:hover,
#fancybox-wrap #fancybox-outer .showcart.disabled:hover,
#fancybox-wrap #fancybox-outer .continue_link[disabled]:hover,
#fancybox-wrap #fancybox-outer .showcart[disabled]:hover,
fieldset[disabled] #fancybox-wrap #fancybox-outer .continue_link:hover,
fieldset[disabled] #fancybox-wrap #fancybox-outer .showcart:hover,
#fancybox-wrap #fancybox-outer .continue_link.disabled:focus,
#fancybox-wrap #fancybox-outer .showcart.disabled:focus,
#fancybox-wrap #fancybox-outer .continue_link[disabled]:focus,
#fancybox-wrap #fancybox-outer .showcart[disabled]:focus,
fieldset[disabled] #fancybox-wrap #fancybox-outer .continue_link:focus,
fieldset[disabled] #fancybox-wrap #fancybox-outer .showcart:focus,
#fancybox-wrap #fancybox-outer .continue_link.disabled.focus,
#fancybox-wrap #fancybox-outer .showcart.disabled.focus,
#fancybox-wrap #fancybox-outer .continue_link[disabled].focus,
#fancybox-wrap #fancybox-outer .showcart[disabled].focus,
fieldset[disabled] #fancybox-wrap #fancybox-outer .continue_link.focus,
fieldset[disabled] #fancybox-wrap #fancybox-outer .showcart.focus {
  background-color: #db202f;
  border-color: #db202f;
}
#fancybox-wrap #fancybox-outer .continue_link .badge,
#fancybox-wrap #fancybox-outer .showcart .badge {
  color: #db202f;
  background-color: #ffffff;
}
#fancybox-wrap #fancybox-outer .continue_link {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
  font-size: 14px;
  line-height: 1.46667;
  border-radius: 0;
  font-weight: 500;
  padding: 3px 10px;
  letter-spacing: 0.5px;
}
#fancybox-wrap #fancybox-outer .continue_link:focus,
#fancybox-wrap #fancybox-outer .continue_link.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #000000;
}
#fancybox-wrap #fancybox-outer .continue_link:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808;
}
#fancybox-wrap #fancybox-outer .continue_link:active,
#fancybox-wrap #fancybox-outer .continue_link.active,
.open > .dropdown-toggle#fancybox-wrap #fancybox-outer .continue_link {
  color: #ffffff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: #080808;
}
#fancybox-wrap #fancybox-outer .continue_link:active:hover,
#fancybox-wrap #fancybox-outer .continue_link.active:hover,
.open > .dropdown-toggle#fancybox-wrap #fancybox-outer .continue_link:hover,
#fancybox-wrap #fancybox-outer .continue_link:active:focus,
#fancybox-wrap #fancybox-outer .continue_link.active:focus,
.open > .dropdown-toggle#fancybox-wrap #fancybox-outer .continue_link:focus,
#fancybox-wrap #fancybox-outer .continue_link:active.focus,
#fancybox-wrap #fancybox-outer .continue_link.active.focus,
.open > .dropdown-toggle#fancybox-wrap #fancybox-outer .continue_link.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
#fancybox-wrap #fancybox-outer .continue_link.disabled:hover,
#fancybox-wrap #fancybox-outer .continue_link[disabled]:hover,
fieldset[disabled] #fancybox-wrap #fancybox-outer .continue_link:hover,
#fancybox-wrap #fancybox-outer .continue_link.disabled:focus,
#fancybox-wrap #fancybox-outer .continue_link[disabled]:focus,
fieldset[disabled] #fancybox-wrap #fancybox-outer .continue_link:focus,
#fancybox-wrap #fancybox-outer .continue_link.disabled.focus,
#fancybox-wrap #fancybox-outer .continue_link[disabled].focus,
fieldset[disabled] #fancybox-wrap #fancybox-outer .continue_link.focus {
  background-color: #333333;
  border-color: #262626;
}
#fancybox-wrap #fancybox-outer .continue_link .badge {
  color: #333333;
  background-color: #ffffff;
}
#fancybox-wrap #fancybox-outer h4 {
  font-weight: normal;
  font-size: 14px;
  clear: both;
}
#fancybox-wrap #fancybox-title {
  background: #f7f7f7;
  margin: -10px 0 0 0 !important;
  padding: 0 6.66666667px;
}
#fancybox-wrap #fancybox-close {
  background: url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/extras/../../../../images/virtuemart/closelabel.png) no-repeat center center;
  top: 0;
  right: -20px;
  left: auto;
  width: 30px;
  height: 30px;
  opacity: 0.5;
}
#fancybox-wrap #fancybox-close:hover {
  opacity: 1;
}
#fancybox-wrap #fancybox-right {
  right: -20px;
}
#fancybox-wrap .product-related-products {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0;
  text-align: left;
}
#fancybox-wrap .product-related-products > h4 {
  text-transform: uppercase;
  color: #2c2c2c;
  padding: 0;
  position: relative;
  font-family: 'Rajdhani', sans-serif;
  font-size: 22px;
  font-weight: 600 !important;
  text-align: left;
  width: 100%;
}
#fancybox-wrap .product-related-products > h4 strong {
  font-weight: 700;
}
#fancybox-wrap .product-related-products > h4 .hasTooltip {
  display: none;
}
#fancybox-wrap .product-related-products .product-field {
  border: 1px solid #eeeeee;
  float: none;
  padding: 30px;
  margin: 0 10px 10px 0;
  width: 23%;
}
@media (max-width: 991px) {
  #fancybox-wrap .product-related-products .product-field {
    width: 48%;
  }
}
@media (max-width: 767px) {
  #fancybox-wrap .product-related-products .product-field {
    margin-right: 0;
    width: 100%;
  }
}
#fancybox-wrap .product-related-products .product-field-container {
  background: #ffffff;
  box-shadow: 0px 1px 3px #cccccc;
  padding: 20px;
}
#fancybox-wrap .product-related-products .product-field-display .vm-product-media-container {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}
#fancybox-wrap .product-related-products .product-field-display a {
  color: #2c2c2c;
  font-weight: 600;
}
#fancybox-wrap .product-related-products .product-field-display img {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#fancybox-wrap .product-related-products .product-field-display div.PricesalesPrice {
  margin-bottom: 10px;
  margin-top: 10px;
}
#fancybox-wrap .product-related-products .product-field-display p.product_s_desc {
  overflow: hidden;
}
.vm-customfields-wrap .product-fields {
  margin-bottom: 20px;
}
.vm-customfields-wrap .product-fields .product-field {
  margin-bottom: 10px;
  text-align: left;
}
.vm-customfields-wrap .product-fields .product-field .product-fields-title-wrapper {
  display: block;
  color: #2c2c2c;
  padding: 0;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  width: 100%;
}
.vm-customfields-wrap .product-fields .product-field .product-field-display {
  margin: 0;
}
.vm-customfields-wrap .product-fields .product-field .product-field-display label.radio {
  border: 1px solid #eeeeee;
  cursor: pointer;
  color: #666666;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
}
.vm-customfields-wrap .product-fields .product-field .product-field-display label.radio input {
  display: none;
}
.vm-customfields-wrap .product-fields .product-field .product-field-display label.radio.active {
  border-color: #db202f;
}
.vm-pagination {
  background: #ffffff;
  padding: 30px;
  text-align: left !important;
  width: 100%;
}
.vm-pagination > ul {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0;
}
.vm-pagination > ul > li {
  display: inline;
}
@media (max-width: 767px) {
  .vm-pagination > ul > li span,
  .vm-pagination > ul > li a {
    margin-bottom: 10px;
  }
}
.vm-pagination > ul > li > a,
.vm-pagination > ul > li > span {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  color: #999999;
  position: relative;
  font-size: 12px;
  float: left;
  padding: 0 10px;
  line-height: 30px;
  text-decoration: none;
  margin-left: 5px;
  height: 30px;
  min-width: 30px;
}
.vm-pagination > ul > li > a.pagenav {
  color: #999999;
}
.vm-pagination > ul > li > a.pagenav:hover,
.vm-pagination > ul > li > a.pagenav:focus,
.vm-pagination > ul > li > a.pagenav:active {
  border-color: #2c2c2c;
  background-color: transparent;
  color: #2c2c2c;
}
.vm-pagination > ul > li > span.pagenav {
  border-color: #2c2c2c;
  background-color: transparent;
  color: #2c2c2c;
}
.vm-pagination > ul > li:first-child > a,
.vm-pagination > ul > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vm-pagination > ul > li:last-child > a,
.vm-pagination > ul > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vm-pagination > ul > li.pagination-start > span.pagenav,
.vm-pagination > ul > li.pagination-prev > span.pagenav,
.vm-pagination > ul > li.pagination-next > span.pagenav,
.vm-pagination > ul > li.pagination-end > span.pagenav {
  border-color: #eeeeee;
  background-color: transparent;
  color: #999999;
}
.vm-page-counter {
  border: 1px solid #eeeeee;
  color: #999999;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0 20px;
}
.category-view .item h2 {
  font-size: 14px;
}
.category_description,
.vendor-store-desc {
  margin: 0;
  padding: 0 30px 30px;
}
div.sub-category-view {
  padding: 0 30px 30px 30px;
}
div.sub-category-view .row {
  border: 0 !important;
}
div.sub-category-view .row a {
  background: #f7f7f7;
  display: block;
  color: #2c2c2c;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  padding: 20px;
}
div.sub-category-view .row a img {
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
}
div.sub-category-view .row a:hover,
div.sub-category-view .row a:focus,
div.sub-category-view .row a:active {
  color: #db202f;
}
.t3-content > div[class*="-view"] {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0;
}
.com_virtuemart.view-category #t3-content {
  padding-bottom: 0;
}
.com_virtuemart .virtuemart_search {
  display: block;
  padding: 0 30px;
  margin-bottom: 20px;
}
.com_virtuemart .virtuemart_search input.inputbox {
  float: left;
}
@media (max-width: 767px) {
  .com_virtuemart .virtuemart_search input.inputbox {
    margin-bottom: 20px;
  }
}
.com_virtuemart .virtuemart_search .vm-search-descr {
  color: #999999;
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
}
.com_virtuemart .virtuemart_search .vm-search-custom-values {
  margin-bottom: 20px;
}
.com_virtuemart .virtuemart_search .vm-search-custom-values .vm-search-custom-values-group {
  background: transparent;
  margin: 0 20px 0 0;
  padding: 0;
}
div[class*="-view"].featured-view {
  margin-bottom: 0;
}
div[class*="-view"].featured-view > h4 {
  border-top-color: #eeeeee;
}
div[class*="-view"].latest-view {
  margin-bottom: 0;
}
div[class*="-view"].latest-view > h4 {
  border-top-color: #eeeeee;
}
div[class*="-view"].topten-view {
  margin-bottom: 0;
}
div[class*="-view"].topten-view > h4 {
  border-top-color: #eeeeee;
}
div[class*="-view"].recent-view {
  margin-bottom: 0;
}
div[class*="-view"].recent-view > h4 {
  border-top-color: #eeeeee;
}
div[class*="-view"] > .row {
  border-bottom: 1px solid #eeeeee;
  margin: 0;
}
@media (max-width: 991px) {
  div[class*="-view"] > .row {
    border-bottom: 0;
  }
}
div[class*="-view"] > h1,
div[class*="-view"] > h4 {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  color: #2c2c2c;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  line-height: 80px;
  height: 80px;
  padding: 0 30px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
div[class*="-view"] > h1:after,
div[class*="-view"] > h4:after {
  background: #db202f;
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  height: 5px;
  width: 30px;
}
div[class*="-view"] .horizontal-separator {
  display: none;
}
div[class*="-view"] .vm-col.product {
  display: flex;
  border: 0;
  min-width: 0;
  margin: 0;
  background-color: #ffffff;
  padding: 0;
  position: relative;
  text-align: left;
}
@media (max-width: 991px) {
  div[class*="-view"] .vm-col.product {
    width: 100%;
  }
}
div[class*="-view"] .vm-col.product .spacer {
  background-color: #ffffff;
  border: 0;
  border-right: 1px solid #eeeeee;
  padding: 30px;
  position: relative;
  margin: 0;
  min-width: 100%;
}
@media (max-width: 991px) {
  div[class*="-view"] .vm-col.product .spacer {
    border-bottom: 1px solid #eeeeee;
    border-right: 0;
  }
}
div[class*="-view"] .vm-col.product .spacer .vm-product-footer .vm3pr-1 {
  float: left;
}
@media (min-width: 992px) {
  div[class*="-view"] .vm-col.product .spacer .vm-product-footer {
    display: none;
    bottom: 30px;
    position: absolute;
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 992px) {
  div[class*="-view"] .vm-col.product .spacer:hover {
    border-color: transparent;
    padding-bottom: 90px;
    margin-bottom: -60px;
    z-index: 1;
    min-width: 100%;
    position: relative;
  }
  div[class*="-view"] .vm-col.product .spacer:hover > div {
    position: relative;
  }
  div[class*="-view"] .vm-col.product .spacer:hover > div.vm-product-footer {
    position: absolute;
  }
  div[class*="-view"] .vm-col.product .spacer:hover:before {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
  }
  div[class*="-view"] .vm-col.product .spacer:hover .vm-product-footer .vm-customfields-wrap {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  div[class*="-view"] .vm-col.product .spacer:hover .vm-product-footer {
    display: block;
  }
}
div[class*="-view"] .vm-col.product.vm-col-5 .spacer {
  min-height: 365px;
}
div[class*="-view"] .vm-product-rating-container {
  line-height: 1;
  margin-top: 10px;
}
div[class*="-view"] .vm-product-rating-container .ratingbox {
  margin-bottom: 0;
}
div[class*="-view"] .vm-product-footer:before,
div[class*="-view"] .vm-product-footer:after {
  display: table;
  content: " ";
}
div[class*="-view"] .vm-product-footer:after {
  clear: both;
}
@media (max-width: 991px) {
  div[class*="-view"] .vm-product-footer {
    margin-top: 30px;
  }
}
div[class*="-view"] .vm-product-footer .vm3pr-0 {
  float: left;
}
div[class*="-view"] .vm-product-footer .vmicon {
  background: #f4f4f4;
  color: #bbbbbb;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 0;
  margin-left: 5px;
  float: right;
}
div[class*="-view"] .vm-product-footer .vmicon.vm2-nostock i {
  color: #bbbbbb;
}
div[class*="-view"] .vm-product-footer .vmicon.vm2-normalstock i {
  color: #008248;
}
div[class*="-view"] .vm-product-footer .quantity-box,
div[class*="-view"] .vm-product-footer .quantity-controls {
  display: none;
}
div[class*="-view"] .vm-product-descr-container-1 > h2,
div[class*="-view"] .vm-product-descr-container-0 > h2 {
  text-align: left;
  font-weight: 600;
  font-size: 15px;
}
div[class*="-view"] .vm-product-descr-container-1 > h2 a,
div[class*="-view"] .vm-product-descr-container-0 > h2 a {
  color: #2c2c2c;
  display: block;
}
div[class*="-view"] .vm-product-descr-container-1 > h2 a:hover,
div[class*="-view"] .vm-product-descr-container-0 > h2 a:hover,
div[class*="-view"] .vm-product-descr-container-1 > h2 a:focus,
div[class*="-view"] .vm-product-descr-container-0 > h2 a:focus,
div[class*="-view"] .vm-product-descr-container-1 > h2 a:active,
div[class*="-view"] .vm-product-descr-container-0 > h2 a:active {
  color: #db202f;
}
div[class*="-view"] .vm-product-media-container {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
div[class*="-view"] .vm-product-media-container .badge {
  border-radius: 0;
  background-color: transparent;
  background-size: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 9px !important;
  width: 34px;
  line-height: 20px;
  height: 20px;
}
div[class*="-view"] .vm-product-media-container .badge.badge-new {
  background-image: url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/extras/../../../../images/badges/badge-new.png);
  color: #ffffff;
}
div[class*="-view"] .vm-product-media-container .badge.badge-hot {
  background-image: url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/extras/../../../../images/badges/badge-hot.png);
  color: #ffffff;
}
div[class*="-view"] .vm-product-media-container .badge.badge-sale {
  background-image: url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/extras/../../../../images/badges/badge-sale.png);
  color: #ffffff;
}
div[class*="-view"] .vm-product-descr-container-1 {
  color: #747474;
  font-size: 12px;
  min-height: 0;
}
.product-price {
  text-align: left;
  margin-top: 0;
  float: none;
  min-height: 0;
  line-height: 1.785;
}
.product-price span {
  color: #2c2c2c !important;
  font-size: 15px !important;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
}
.product-price span.vm-price-desc {
  display: block;
  margin-right: 0;
  margin-top: 10px;
  color: #575757;
  font-size: 12px;
}
.product_s_desc {
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
}
.orderby-displaynumber {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  margin: 0;
  padding: 20px;
}
.orderby-displaynumber .vm-pagination-top {
  display: none;
}
.orderby-displaynumber .orderlistcontainer {
  font-size: 12px;
  position: relative;
}
@media (max-width: 991px) {
  .orderby-displaynumber .orderlistcontainer {
    margin-bottom: 10px;
  }
}
.orderby-displaynumber .orderlistcontainer a {
  color: #575757;
}
.orderby-displaynumber .orderlistcontainer div.title {
  color: #333333;
  display: inline-block;
  margin-right: 6.66666667px;
}
@media (max-width: 991px) {
  .orderby-displaynumber .orderlistcontainer div.title {
    display: none;
  }
}
.orderby-displaynumber .orderlistcontainer div.activeOrder {
  background-position: right 7px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  display: inline-block;
  padding: 5px 24px 5px 12px;
  color: #575757;
}
@media screen and (max-width: 480px) {
  .orderby-displaynumber .orderlistcontainer:hover div.orderlist {
    display: block;
  }
}
.orderby-displaynumber .orderlistcontainer div.orderlist {
  min-width: 220px;
  right: 0;
}
@media screen and (max-width: 480px) {
  .orderby-displaynumber .orderlistcontainer div.orderlist {
    right: auto;
    left: 0;
    display: none;
  }
}
.orderby-displaynumber .orderlistcontainer div.orderlist div {
  font-size: 13px;
  padding: 0;
}
.orderby-displaynumber .orderlistcontainer div.orderlist div a {
  color: #666666;
  font-size: 12px;
  padding: 5px 12px;
}
.orderby-displaynumber .orderlistcontainer div.orderlist div a:hover,
.orderby-displaynumber .orderlistcontainer div.orderlist div a:focus,
.orderby-displaynumber .orderlistcontainer div.orderlist div a:active {
  background: #f7f7f7;
  color: #981621;
}
.orderby-displaynumber .orderlistcontainer div.Order {
  border: 1px solid #eeeeee;
  padding: 6px 6.66666667px;
  display: inline-block;
  color: #575757;
}
.orderby-displaynumber .orderlistcontainer div.Order + div.orderlist {
  display: none !important;
}
.orderby-displaynumber .gridlist {
  margin: 6.66666667px 0;
  float: none;
  display: inline-block;
}
.orderby-displaynumber .gridlist span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #999999;
  margin-right: 6.66666667px;
}
.orderby-displaynumber .gridlist .view {
  display: inline-block;
  border: 1px solid #eeeeee;
  margin-right: 10px;
  padding: 5px;
}
.orderby-displaynumber .gridlist .view > a {
  padding: 5px;
  color: #575757;
}
.orderby-displaynumber .gridlist .view > a:hover {
  color: #333333;
}
.orderby-displaynumber .gridlist .view > a.active {
  color: #db202f;
}
.orderby-displaynumber .display-number {
  color: #999999;
  font-size: 12px;
}
.orderby-displaynumber .display-number span {
  display: inline-block;
  margin-right: 5px;
}
.orderby-displaynumber .display-number .chzn-container-single .chzn-single {
  padding: 5px 12px 5px 12px;
  height: auto;
  line-height: normal;
}
.orderby-displaynumber .display-number .chzn-container-single .chzn-single div b {
  background-position: 0 4px;
}
@media screen and (max-width: 767px) {
  .orderby-displaynumber .display-number {
    float: none;
    text-align: left !important;
  }
}
.orderby-displaynumber .display-number br {
  display: none;
}
.orderby-displaynumber .display-number select {
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .orderby-displaynumber .display-number select {
    width: auto;
  }
}
div.productdetails-view {
  margin-top: 0;
  position: relative;
}
div.productdetails-view > h1 {
  margin-top: -80px;
}
@media (max-width: 991px) {
  div.productdetails-view > h1 {
    font-size: 0 !important;
  }
  div.productdetails-view > h1::after {
    display: none;
  }
}
div.productdetails-view .back-to-category {
  position: absolute;
  right: 30px;
  top: 23px;
}
div.productdetails-view .spacer-rating {
  margin-bottom: 20px;
}
div.productdetails-view .product-neighbours {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
  padding: 20px 30px;
  text-align: right;
}
div.productdetails-view .product-neighbours a {
  background: none;
  color: #575757;
  display: block;
  padding: 0;
  position: relative;
}
div.productdetails-view .product-neighbours a:hover,
div.productdetails-view .product-neighbours a:focus,
div.productdetails-view .product-neighbours a:active {
  color: #981621;
}
@media (max-width: 767px) {
  div.productdetails-view .product-neighbours a {
    padding: 5px 0;
  }
}
div.productdetails-view .product-neighbours a.previous-page {
  padding-left: 15px;
  float: left;
  text-align: left;
}
div.productdetails-view .product-neighbours a.previous-page:after {
  content: "\f104";
  display: block;
  font-family: FontAwesome;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 767px) {
  div.productdetails-view .product-neighbours a.previous-page:after {
    top: 5px;
  }
}
div.productdetails-view .product-neighbours a.previous-page:hover:after {
  color: #981621;
  left: -5px;
}
div.productdetails-view .product-neighbours a.next-page {
  padding-right: 15px;
  float: right;
}
div.productdetails-view .product-neighbours a.next-page:after {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  height: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 767px) {
  div.productdetails-view .product-neighbours a.next-page:after {
    top: 5px;
  }
}
div.productdetails-view .product-neighbours a.next-page:hover:after {
  color: #981621;
  right: -5px;
}
div.productdetails-view .vm-product-container {
  padding: 30px;
}
div.productdetails-view .ratingbox {
  margin-bottom: 10px;
}
div.productdetails-view .spacer-buy-area {
  padding-left: 0;
}
div.productdetails-view .spacer-buy-area > div:before,
div.productdetails-view .spacer-buy-area > div:after {
  display: table;
  content: " ";
}
div.productdetails-view .spacer-buy-area > div:after {
  clear: both;
}
div.productdetails-view .spacer-buy-area > div.clear {
  display: none;
}
div.productdetails-view .spacer-buy-area br {
  display: none;
}
div.productdetails-view .spacer-buy-area .productDisplayShipment {
  display: block;
  margin-bottom: 10px;
}
div.productdetails-view .spacer-buy-area .ratingbox {
  border: none;
}
div.productdetails-view .spacer-buy-area .product-price {
  text-align: left;
  height: auto;
  margin-bottom: 20px;
}
div.productdetails-view .spacer-buy-area .product-price span {
  font-size: 30px !important;
}
div.productdetails-view .addtocart-area {
  margin-bottom: 20px;
}
div.productdetails-view .addtocart-area .addtocart-bar {
  margin-top: 0;
  left: 0;
  text-align: left;
}
div.productdetails-view .addtocart-bar .quantity-controls {
  color: transparent;
}
div.productdetails-view .product-description {
  padding: 0 30px 30px;
}
div.productdetails-view .product-description span {
  display: block;
  color: #2c2c2c;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  font-size: 22px;
}
div.productdetails-view .customer-reviews {
  border-top: 1px solid #eeeeee;
  padding: 30px;
  margin-top: -1px;
}
div.productdetails-view .customer-reviews .user-cm {
  color: #2c2c2c;
  font-weight: 500;
}
div.productdetails-view .customer-reviews .list-reviews .normal {
  border-radius: 0;
  padding: 20px;
}
div.productdetails-view .customer-reviews .list-reviews .normal blockquote {
  color: #575757;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}
div.productdetails-view .customer-reviews h4 {
  border: 0;
  color: #2c2c2c;
  font-family: 'Rajdhani', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0;
}
div.productdetails-view .customer-reviews h4 span {
  color: #999999;
  display: block;
  font-family: 'Archivo', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}
div.productdetails-view .customer-reviews .step {
  font-weight: 400;
}
div.productdetails-view .customer-reviews .write-reviews {
  border-bottom: 1px solid #eeeeee;
  text-align: left;
  margin: 10px 0 30px 0;
  padding-bottom: 30px;
}
div.productdetails-view .customer-reviews .write-reviews:before,
div.productdetails-view .customer-reviews .write-reviews:after {
  display: table;
  content: " ";
}
div.productdetails-view .customer-reviews .write-reviews:after {
  clear: both;
}
div.productdetails-view .customer-reviews .write-reviews input {
  display: inline-block;
}
div.productdetails-view .customer-reviews .write-reviews #comment {
  border-color: #eeeeee;
  min-width: 100%;
  min-height: 90px;
}
div.productdetails-view .customer-reviews .write-reviews input.highlight-button {
  float: right;
  margin-bottom: 10px;
}
div.productdetails-view .customer-reviews .rating {
  margin: 10px 0 0 0;
  text-align: left;
}
div.productdetails-view .customer-reviews .rating .ratingbox {
  margin-bottom: 0;
}
div.productdetails-view .customer-reviews .list-reviews .normal,
div.productdetails-view .customer-reviews .list-reviews .highlight {
  border-color: #eeeeee;
  padding: 20px;
  margin-bottom: 10px;
}
div.productdetails-view .customer-reviews .list-reviews .highlight {
  background-color: #f7f7f7;
}
div.productdetails-view .customer-reviews .list-reviews .highlight blockquote,
div.productdetails-view .customer-reviews .list-reviews .normal blockquote {
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.785;
}
div.productdetails-view .customer-reviews .list-reviews .highlight blockquote:after,
div.productdetails-view .customer-reviews .list-reviews .normal blockquote:after,
div.productdetails-view .customer-reviews .list-reviews .highlight blockquote:before,
div.productdetails-view .customer-reviews .list-reviews .normal blockquote:before {
  display: none;
}
div.productdetails-view .customer-reviews .list-reviews .bold {
  color: #666666;
  display: block;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
div.productdetails-view .customer-reviews .list-reviews .bold:before {
  content: "-";
  margin-right: 4px;
}
div.productdetails-view .customer-reviews .list-reviews .vote {
  float: none;
  margin-left: 0;
}
div.productdetails-view .customer-reviews .list-reviews .ratingbox {
  margin-bottom: 0;
}
div.productdetails-view .customer-reviews .list-reviews span.date {
  background: #f7f7f7;
  border-color: #eeeeee;
  top: -20px;
  right: -20px;
}
div.productdetails-view .product-short-description {
  color: #575757;
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 0;
}
div.productdetails-view .vm-product-container .vm-product-media-container {
  background: none;
  float: none;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  div.productdetails-view .vm-product-container .vm-product-media-container {
    width: 45%;
    border: none;
    float: left;
  }
}
div.productdetails-view .vm-product-container .vm-product-media-container .main-image img {
  max-height: none;
  max-width: 100%;
}
div.productdetails-view .vm-product-container .additional-images {
  margin: 20px 0;
}
div.productdetails-view .vm-product-container .additional-images img {
  border: 1px solid #eeeeee;
  padding: 4px;
  width: 80px;
}
div.productdetails-view .vm-product-container .vm-product-details-container {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  div.productdetails-view .vm-product-container .vm-product-details-container {
    width: 50%;
  }
}
div.productdetails-view .vm-product-container .vm-product-details-container h3 {
  text-transform: none;
  border-top: 0;
  margin-bottom: 20px;
  margin-top: 0;
}
div.productdetails-view .vm-product-container .vm-product-details-container .icons {
  float: none;
  text-align: left;
  margin: 0;
}
div.productdetails-view .vm-product-container .vm-product-details-container .icons > a {
  margin-right: 10px;
}
div.productdetails-view span.quantity-controls {
  vertical-align: top;
}
div.productdetails-view span.quantity-controls input.quantity-controls {
  padding: 0;
}
div.productdetails-view .manufacturer {
  font-size: 0;
  text-align: left;
}
div.productdetails-view .manufacturer span {
  font-weight: 300;
}
div.productdetails-view .manufacturer .manuModal {
  background: #f4f4f4;
  color: #bbbbbb;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  padding: 3px 10px;
  text-transform: uppercase;
  margin: 0 5px 0 0;
}
div.productdetails-view .manufacturer .manuModal:hover {
  background: #efefef;
}
div.productdetails-view .product-related-products,
div.productdetails-view .product-related-categories {
  display: flex;
  flex-wrap: wrap;
  border: none;
  margin: -1px 0 0;
  padding: 0;
}
div.productdetails-view .product-related-products .product-fields-title-wrapper,
div.productdetails-view .product-related-categories .product-fields-title-wrapper {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase;
  color: #2c2c2c;
  padding: 30px;
  position: relative;
  font-family: 'Rajdhani', sans-serif;
  font-size: 15px;
  width: 100%;
}
div.productdetails-view .product-related-products .product-fields-title-wrapper:after,
div.productdetails-view .product-related-categories .product-fields-title-wrapper:after {
  background: #db202f;
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  height: 5px;
  width: 30px;
}
div.productdetails-view .product-related-products .product-fields-title-wrapper strong,
div.productdetails-view .product-related-categories .product-fields-title-wrapper strong {
  font-weight: 700;
}
div.productdetails-view .product-related-products .product-fields-title-wrapper .hasTooltip,
div.productdetails-view .product-related-categories .product-fields-title-wrapper .hasTooltip {
  display: none;
}
div.productdetails-view .product-related-products .product-fields-wrapper,
div.productdetails-view .product-related-categories .product-fields-wrapper {
  background: #ffffff;
  margin: 0 -90px;
  padding: 20px 80px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
@media screen and (max-width: 991px) {
  div.productdetails-view .product-related-products .product-fields-wrapper,
  div.productdetails-view .product-related-categories .product-fields-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 -15px;
  }
}
div.productdetails-view .product-related-products .product-field,
div.productdetails-view .product-related-categories .product-field {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  float: none;
  padding: 30px;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.productdetails-view .product-related-products .product-field,
  div.productdetails-view .product-related-categories .product-field {
    width: 33.3333%;
    float: left;
  }
}
div.productdetails-view .product-related-products .product-field-container,
div.productdetails-view .product-related-categories .product-field-container {
  background: #ffffff;
  box-shadow: 0px 1px 3px #cccccc;
  padding: 20px;
}
div.productdetails-view .product-related-products .product-field-display .vm-product-media-container,
div.productdetails-view .product-related-categories .product-field-display .vm-product-media-container {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}
div.productdetails-view .product-related-products .product-field-display a,
div.productdetails-view .product-related-categories .product-field-display a {
  color: #2c2c2c;
  font-weight: 600;
}
div.productdetails-view .product-related-products .product-field-display img,
div.productdetails-view .product-related-categories .product-field-display img {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
div.productdetails-view .product-related-products .product-field-display div.PricesalesPrice,
div.productdetails-view .product-related-categories .product-field-display div.PricesalesPrice {
  margin-bottom: 10px;
  margin-top: 10px;
}
div.productdetails-view .product-related-products .product-field-display p.product_s_desc,
div.productdetails-view .product-related-categories .product-field-display p.product_s_desc {
  overflow: hidden;
}
.productdetails-tabs {
  margin-top: 20px;
}
.ask-a-question-view input.counter,
.ask-a-question-view input#name,
.ask-a-question-view input#email {
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #747474;
  font-weight: 400;
  margin-left: 0;
  padding: 6px 20px;
  font-size: 13px;
  line-height: 1.785;
  border-radius: 0;
}
.ask-a-question-view input.counter:hover,
.ask-a-question-view input#name:hover,
.ask-a-question-view input#email:hover {
  background: #ffffff;
  border-color: #2c2c2c;
}
.ask-a-question-view .form-field textarea.field {
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #747474;
  font-weight: 400;
  border-radius: 0;
}
.ask-a-question-view .form-field textarea.field:hover {
  background: #ffffff;
  border-color: #2c2c2c;
}
.ask-a-question-view table.askform {
  border: 1px solid #dddddd;
}
.ask-a-question-view table.askform td,
.ask-a-question-view table.askform tr td {
  padding: 8px;
  border-top: 1px solid #dddddd;
}
.ask-a-question-view .submit .floatleft.width50 {
  float: none;
  width: 100%;
  text-align: left;
  margin-top: 20px;
}
.ask-a-question-view .submit .floatleft.width50 .counter {
  display: inline-block;
  width: auto;
}
.com_virtuemart .checkoutStep {
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}
.com_virtuemart #com-form-login {
  border: 1px solid #eeeeee;
  padding: 20px;
  margin-top: 20px;
}
.com_virtuemart #com-form-login h2 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: none;
}
@media (max-width: 767px) {
  .com_virtuemart #com-form-login input.default {
    margin-bottom: 5px;
    width: 100%;
  }
}
.com_virtuemart #com-form-login label {
  display: inline-block;
}
.com_virtuemart #com-form-login .width30 {
  width: auto;
}
.com_virtuemart #com-form-login .width30 > a {
  font-size: 13px;
}
.com_virtuemart #com-form-login .width30.floatleft {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .com_virtuemart #com-form-login .width30.floatleft {
    width: 100%;
  }
}
.com_virtuemart #com-form-login #com-form-login-username,
.com_virtuemart #com-form-login #com-form-login-password {
  margin-bottom: 10px;
}
.com_virtuemart #com-form-login #com-form-login-username input,
.com_virtuemart #com-form-login #com-form-login-password input {
  border-width: 1px;
  width: 100%;
}
@media (min-width: 767px) {
  .com_virtuemart #com-form-login #com-form-login-username input,
  .com_virtuemart #com-form-login #com-form-login-password input {
    width: auto;
  }
}
.com_virtuemart #com-form-login #com-form-login-remember input.default {
  margin-right: 10px;
}
.com_virtuemart #com-form-login #com-form-login-remember input.inputbox {
  display: inline-block;
  outline: none;
  vertical-align: middle;
}
.com_virtuemart #form-login {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .com_virtuemart #form-login input {
    display: block;
    margin-top: 5px;
  }
}
.com_virtuemart .vm-cart-header-container {
  border-bottom: 1px solid #eeeeee;
  height: 80px;
  margin: -80px -30px 0 -30px;
  position: relative;
}
@media (max-width: 767px) {
  .com_virtuemart .vm-cart-header-container {
    height: 60px;
    margin-top: -60px;
  }
}
.com_virtuemart .vm-cart-header-container:after {
  background: #db202f;
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  height: 5px;
  width: 30px;
}
.com_virtuemart .vm-cart-header-container .vm-cart-header {
  float: left;
  width: auto;
}
.com_virtuemart .vm-cart-header-container .vm-cart-header h1 {
  color: #2c2c2c;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 30px;
  height: 80px;
  line-height: 80px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .com_virtuemart .vm-cart-header-container .vm-cart-header h1 {
    height: 60px;
    line-height: 60px;
  }
}
.com_virtuemart .vm-cart-header-container .vm-continue-shopping {
  float: right;
  margin: 0;
  width: auto;
}
.com_virtuemart .vm-cart-header-container .continue_link {
  background: #f7f7f7;
  color: #575757;
  display: inline-block;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
  margin-right: 30px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .com_virtuemart .vm-cart-header-container .continue_link {
    margin-top: 12px;
  }
}
.com_virtuemart .vm-cart-header-container .continue_link:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: 5px;
}
.com_virtuemart .vm-cart-header-container .continue_link:hover,
.com_virtuemart .vm-cart-header-container .continue_link:focus,
.com_virtuemart .vm-cart-header-container .continue_link:active {
  border-color: #2c2c2c;
}
.com_virtuemart #cart-view {
  padding: 30px;
}
.com_virtuemart #cart-view h1 {
  border: none;
}
.com_virtuemart #cart-view label {
  font-weight: 400;
}
.com_virtuemart #cart-view input[type="radio"] {
  margin: 3px 5px 5px 0;
  position: relative;
}
.com_virtuemart #cart-view input[type="submit"],
.com_virtuemart #cart-view .cart-summary input.details-button,
.com_virtuemart #cart-view button.vm-button-correct {
  color: #ffffff;
  background-color: #db202f;
  border-color: #db202f;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.46667;
  background-image: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 0;
  height: 40px;
  text-transform: uppercase;
}
.com_virtuemart #cart-view input[type="submit"]:focus,
.com_virtuemart #cart-view .cart-summary input.details-button:focus,
.com_virtuemart #cart-view button.vm-button-correct:focus,
.com_virtuemart #cart-view input[type="submit"].focus,
.com_virtuemart #cart-view .cart-summary input.details-button.focus,
.com_virtuemart #cart-view button.vm-button-correct.focus {
  color: #ffffff;
  background-color: #af1925;
  border-color: #6c1017;
}
.com_virtuemart #cart-view input[type="submit"]:hover,
.com_virtuemart #cart-view .cart-summary input.details-button:hover,
.com_virtuemart #cart-view button.vm-button-correct:hover {
  color: #ffffff;
  background-color: #af1925;
  border-color: #a61824;
}
.com_virtuemart #cart-view input[type="submit"]:active,
.com_virtuemart #cart-view .cart-summary input.details-button:active,
.com_virtuemart #cart-view button.vm-button-correct:active,
.com_virtuemart #cart-view input[type="submit"].active,
.com_virtuemart #cart-view .cart-summary input.details-button.active,
.com_virtuemart #cart-view button.vm-button-correct.active,
.open > .dropdown-toggle.com_virtuemart #cart-view input[type="submit"],
.open > .dropdown-toggle.com_virtuemart #cart-view .cart-summary input.details-button,
.open > .dropdown-toggle.com_virtuemart #cart-view button.vm-button-correct {
  color: #ffffff;
  background-color: #af1925;
  background-image: none;
  border-color: #a61824;
}
.com_virtuemart #cart-view input[type="submit"]:active:hover,
.com_virtuemart #cart-view .cart-summary input.details-button:active:hover,
.com_virtuemart #cart-view button.vm-button-correct:active:hover,
.com_virtuemart #cart-view input[type="submit"].active:hover,
.com_virtuemart #cart-view .cart-summary input.details-button.active:hover,
.com_virtuemart #cart-view button.vm-button-correct.active:hover,
.open > .dropdown-toggle.com_virtuemart #cart-view input[type="submit"]:hover,
.open > .dropdown-toggle.com_virtuemart #cart-view .cart-summary input.details-button:hover,
.open > .dropdown-toggle.com_virtuemart #cart-view button.vm-button-correct:hover,
.com_virtuemart #cart-view input[type="submit"]:active:focus,
.com_virtuemart #cart-view .cart-summary input.details-button:active:focus,
.com_virtuemart #cart-view button.vm-button-correct:active:focus,
.com_virtuemart #cart-view input[type="submit"].active:focus,
.com_virtuemart #cart-view .cart-summary input.details-button.active:focus,
.com_virtuemart #cart-view button.vm-button-correct.active:focus,
.open > .dropdown-toggle.com_virtuemart #cart-view input[type="submit"]:focus,
.open > .dropdown-toggle.com_virtuemart #cart-view .cart-summary input.details-button:focus,
.open > .dropdown-toggle.com_virtuemart #cart-view button.vm-button-correct:focus,
.com_virtuemart #cart-view input[type="submit"]:active.focus,
.com_virtuemart #cart-view .cart-summary input.details-button:active.focus,
.com_virtuemart #cart-view button.vm-button-correct:active.focus,
.com_virtuemart #cart-view input[type="submit"].active.focus,
.com_virtuemart #cart-view .cart-summary input.details-button.active.focus,
.com_virtuemart #cart-view button.vm-button-correct.active.focus,
.open > .dropdown-toggle.com_virtuemart #cart-view input[type="submit"].focus,
.open > .dropdown-toggle.com_virtuemart #cart-view .cart-summary input.details-button.focus,
.open > .dropdown-toggle.com_virtuemart #cart-view button.vm-button-correct.focus {
  color: #ffffff;
  background-color: #8f151f;
  border-color: #6c1017;
}
.com_virtuemart #cart-view input[type="submit"].disabled:hover,
.com_virtuemart #cart-view .cart-summary input.details-button.disabled:hover,
.com_virtuemart #cart-view button.vm-button-correct.disabled:hover,
.com_virtuemart #cart-view input[type="submit"][disabled]:hover,
.com_virtuemart #cart-view .cart-summary input.details-button[disabled]:hover,
.com_virtuemart #cart-view button.vm-button-correct[disabled]:hover,
fieldset[disabled] .com_virtuemart #cart-view input[type="submit"]:hover,
fieldset[disabled] .com_virtuemart #cart-view .cart-summary input.details-button:hover,
fieldset[disabled] .com_virtuemart #cart-view button.vm-button-correct:hover,
.com_virtuemart #cart-view input[type="submit"].disabled:focus,
.com_virtuemart #cart-view .cart-summary input.details-button.disabled:focus,
.com_virtuemart #cart-view button.vm-button-correct.disabled:focus,
.com_virtuemart #cart-view input[type="submit"][disabled]:focus,
.com_virtuemart #cart-view .cart-summary input.details-button[disabled]:focus,
.com_virtuemart #cart-view button.vm-button-correct[disabled]:focus,
fieldset[disabled] .com_virtuemart #cart-view input[type="submit"]:focus,
fieldset[disabled] .com_virtuemart #cart-view .cart-summary input.details-button:focus,
fieldset[disabled] .com_virtuemart #cart-view button.vm-button-correct:focus,
.com_virtuemart #cart-view input[type="submit"].disabled.focus,
.com_virtuemart #cart-view .cart-summary input.details-button.disabled.focus,
.com_virtuemart #cart-view button.vm-button-correct.disabled.focus,
.com_virtuemart #cart-view input[type="submit"][disabled].focus,
.com_virtuemart #cart-view .cart-summary input.details-button[disabled].focus,
.com_virtuemart #cart-view button.vm-button-correct[disabled].focus,
fieldset[disabled] .com_virtuemart #cart-view input[type="submit"].focus,
fieldset[disabled] .com_virtuemart #cart-view .cart-summary input.details-button.focus,
fieldset[disabled] .com_virtuemart #cart-view button.vm-button-correct.focus {
  background-color: #db202f;
  border-color: #db202f;
}
.com_virtuemart #cart-view input[type="submit"] .badge,
.com_virtuemart #cart-view .cart-summary input.details-button .badge,
.com_virtuemart #cart-view button.vm-button-correct .badge {
  color: #db202f;
  background-color: #ffffff;
}
.com_virtuemart #cart-view .inline input[type="text"] {
  display: inline-block;
}
@media (max-width: 991px) {
  .com_virtuemart #cart-view .inline table td {
    display: block;
    margin-bottom: 10px;
  }
  .com_virtuemart #cart-view .inline table td .button {
    margin-top: 10px;
    margin-left: 0 !important;
  }
  .com_virtuemart #cart-view .inline table td .chzn-container {
    margin-bottom: -8px;
  }
}
.com_virtuemart #cart-view .billto-shipto {
  border: 1px solid #eeeeee;
  margin: 20px 0;
  padding: 20px;
}
.com_virtuemart #cart-view .billto-shipto span {
  color: #2c2c2c;
}
@media (max-width: 991px) {
  .com_virtuemart #cart-view .billto-shipto a.details {
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  .com_virtuemart #cart-view .billto-shipto .width50 {
    width: 100%;
  }
  .com_virtuemart #cart-view .billto-shipto .width50 + .width50 {
    margin-top: 10px;
  }
}
.com_virtuemart #cart-view .billto-shipto .output-shipto input {
  float: left;
  margin-right: 5px;
}
.com_virtuemart #cart-view .billto-shipto a.details {
  background: transparent;
  border: 1px solid #eeeeee;
  border-radius: 0;
  color: #575757;
  display: inline-block;
  padding: 5px 10px;
}
.com_virtuemart #cart-view .billto-shipto a.details:hover,
.com_virtuemart #cart-view .billto-shipto a.details:active,
.com_virtuemart #cart-view .billto-shipto a.details:focus {
  border-color: #2c2c2c;
}
.com_virtuemart #cart-view .vm2-billto-icon,
.com_virtuemart #cart-view .vm2-shipto-icon,
.com_virtuemart #cart-view .vm2-termsofservice-icon {
  background: none;
  height: auto;
  line-height: 1;
  width: auto;
  vertical-align: baseline;
}
.com_virtuemart #cart-view .vm2-billto-icon:before,
.com_virtuemart #cart-view .vm2-shipto-icon:before,
.com_virtuemart #cart-view .vm2-termsofservice-icon:before {
  font-family: FontAwesome;
  font-size: 14px;
}
.com_virtuemart #cart-view .vm2-billto-icon::before {
  content: "\f015";
}
.com_virtuemart #cart-view .vm2-shipto-icon:before {
  content: "\f003";
}
.com_virtuemart #cart-view .vm2-termsofservice-icon::before {
  content: "\f040";
}
@media (max-width: 991px) {
  .com_virtuemart #cart-view .vm-fieldset-pricelist {
    display: table-cell;
    overflow-y: scroll;
  }
}
.com_virtuemart #cart-view table.cart-summary tr th {
  background: #2c2c2c;
  border-color: #eeeeee;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.com_virtuemart #cart-view table.cart-summary tr th .priceColor2 {
  color: #ffffff;
}
@media (max-width: 991px) {
  .com_virtuemart #cart-view table.cart-summary tr th {
    padding: 10px;
  }
}
.com_virtuemart #cart-view table.cart-summary tr td {
  border-color: #eeeeee;
  padding: 20px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .com_virtuemart #cart-view table.cart-summary tr td {
    padding: 10px;
  }
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-name span.cart-images {
  margin-bottom: 10px;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-name span.cart-images img {
  float: none;
  max-width: 100%;
}
@media (max-width: 991px) {
  .com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-name span.cart-images img {
    width: 25%;
  }
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-name a {
  color: #333333;
  font-weight: 500;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-name a:hover,
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-name a:focus,
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-name a:active {
  color: #db202f;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-name .vm-customfield-cart {
  margin-top: 5px;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-name .vm-customfield-cart:before,
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-name .vm-customfield-cart:after {
  display: table;
  content: " ";
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-name .vm-customfield-cart:after {
  clear: both;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-name .vm-customfield-cart span {
  color: #666666;
  font-size: 12px;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity {
  min-width: 150px;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity .quantity-input {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  display: inline-block;
  margin-right: 5px;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity .quantity-input:focus,
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity .quantity-input:active,
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity .quantity-input:hover {
  border-color: #2c2c2c;
  box-shadow: none;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-add_quantity_cart {
  background: none;
  border: 1px solid #eeeeee;
  color: #999999;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: top;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-add_quantity_cart:before {
  background: transparent !important;
  content: "\f021" !important;
  font-family: FontAwesome;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-add_quantity_cart:hover,
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-add_quantity_cart:focus,
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-add_quantity_cart:active {
  border-color: #2c2c2c;
  color: #575757;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-remove_from_cart {
  background: none;
  border: 1px solid #eeeeee;
  color: #999999;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: top;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-remove_from_cart:before {
  background: transparent !important;
  content: "\f00d" !important;
  font-family: FontAwesome;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-remove_from_cart:hover,
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-remove_from_cart:focus,
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-quantity .vm2-remove_from_cart:active {
  border-color: #2c2c2c;
  color: #575757;
}
.com_virtuemart #cart-view table.cart-summary tr td .vm-shipment-plugin-single {
  position: relative;
}
.com_virtuemart #cart-view table.cart-summary tr td .vm-shipment-plugin-single + .vm-shipment-plugin-single {
  margin-top: 20px;
}
.com_virtuemart #cart-view table.cart-summary tr td .vm-shipment-plugin-single > input {
  position: absolute;
  top: 0px;
}
.com_virtuemart #cart-view table.cart-summary tr td .vm-shipment-plugin-single > label {
  padding-left: 20px;
}
.com_virtuemart #cart-view table.cart-summary tr td > .vmshipment_name:before,
.com_virtuemart #cart-view table.cart-summary tr td > .vmpayment_name:before {
  content: "\f058";
  color: #008248;
  font-family: FontAwesome;
  margin-right: 5px;
}
.com_virtuemart #cart-view table.cart-summary tr td .vm-payment-plugin-single {
  position: relative;
}
.com_virtuemart #cart-view table.cart-summary tr td .vm-payment-plugin-single + .vm-payment-plugin-single {
  margin-top: 20px;
}
.com_virtuemart #cart-view table.cart-summary tr td .vm-payment-plugin-single > input {
  position: absolute;
  top: 0px;
}
.com_virtuemart #cart-view table.cart-summary tr td .vm-payment-plugin-single > label {
  padding-left: 20px;
}
.com_virtuemart #cart-view table.cart-summary h3 {
  font-size: 14px;
}
.com_virtuemart #cart-view table.cart-summary td > h3:first-child {
  background: #f7f7f7;
  margin: -20px -20px 20px;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .com_virtuemart #cart-view table.cart-summary td > h3:first-child {
    margin: -10px -10px 20px;
    padding: 10px 10px;
  }
}
.com_virtuemart #cart-view .sectiontableentry1 h4 {
  margin-top: 0;
}
.com_virtuemart #cart-view .customer-note .customer-note {
  display: block;
  font-weight: 600;
  margin-top: 40px;
}
.com_virtuemart #cart-view .customer-note #customer_note_field {
  min-height: 100px;
  width: 100%;
}
.com_virtuemart #cart-view .vm-fieldset-tos {
  padding-top: 20px;
}
.com_virtuemart #cart-view .vm-fieldset-tos input.terms-of-service {
  float: left;
  margin-right: 5px;
}
.com_virtuemart #cart-view .vm-fieldset-tos div.terms-of-service {
  font-weight: 400;
  display: block;
}
.com_virtuemart #cart-view .coupon {
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .com_virtuemart #cart-view .coupon {
    margin-bottom: 0;
  }
}
@media (max-width: 1599px) {
  .com_virtuemart #cart-view .coupon {
    width: 26%;
  }
}
@media (max-width: 1199px) {
  .com_virtuemart #cart-view .coupon {
    width: 44%;
  }
}
.com_virtuemart #cart-view .checkout-button-top {
  border: 0;
}
.com_virtuemart #cart-view .vm-cart-item-total br {
  display: none;
}
.com_virtuemart table .chzn-container.chzn-container-multi ul {
  padding: 5px 0;
}
.com_virtuemart table .chzn-container-single.chzn-container-single-nosearch a {
  height: 40px;
}
.com_virtuemart table .chzn-container-single.chzn-container-single-nosearch a span {
  padding-top: 7px;
}
.com_virtuemart table b {
  background-position: 3px 9px !important;
}
.com_virtuemart .vmpayment_cardinfo {
  display: block;
  margin-top: 20px;
  font-size: 13px;
}
.com_virtuemart .vmpayment_cardinfo table {
  margin-top: 10px;
}
.vmLoadingDiv {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #ffffff;
  text-align: center;
}
.manufacturer-details-view {
  margin-top: -80px;
}
.manufacturer-details-view .spacer {
  padding: 30px;
}
.manufacturer-details-view .spacer .manufacturer-email {
  margin-bottom: 10px;
}
.manufacturer-details-view .spacer .manufacturer-email a {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.46667;
  border-radius: 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
}
.manufacturer-details-view .spacer .manufacturer-email a:focus,
.manufacturer-details-view .spacer .manufacturer-email a.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1f7e9a;
}
.manufacturer-details-view .spacer .manufacturer-email a:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.manufacturer-details-view .spacer .manufacturer-email a:active,
.manufacturer-details-view .spacer .manufacturer-email a.active,
.open > .dropdown-toggle.manufacturer-details-view .spacer .manufacturer-email a {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}
.manufacturer-details-view .spacer .manufacturer-email a:active:hover,
.manufacturer-details-view .spacer .manufacturer-email a.active:hover,
.open > .dropdown-toggle.manufacturer-details-view .spacer .manufacturer-email a:hover,
.manufacturer-details-view .spacer .manufacturer-email a:active:focus,
.manufacturer-details-view .spacer .manufacturer-email a.active:focus,
.open > .dropdown-toggle.manufacturer-details-view .spacer .manufacturer-email a:focus,
.manufacturer-details-view .spacer .manufacturer-email a:active.focus,
.manufacturer-details-view .spacer .manufacturer-email a.active.focus,
.open > .dropdown-toggle.manufacturer-details-view .spacer .manufacturer-email a.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
.manufacturer-details-view .spacer .manufacturer-email a.disabled:hover,
.manufacturer-details-view .spacer .manufacturer-email a[disabled]:hover,
fieldset[disabled] .manufacturer-details-view .spacer .manufacturer-email a:hover,
.manufacturer-details-view .spacer .manufacturer-email a.disabled:focus,
.manufacturer-details-view .spacer .manufacturer-email a[disabled]:focus,
fieldset[disabled] .manufacturer-details-view .spacer .manufacturer-email a:focus,
.manufacturer-details-view .spacer .manufacturer-email a.disabled.focus,
.manufacturer-details-view .spacer .manufacturer-email a[disabled].focus,
fieldset[disabled] .manufacturer-details-view .spacer .manufacturer-email a.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.manufacturer-details-view .spacer .manufacturer-email a .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.manufacturer-details-view .spacer .manufacturer-image img {
  border: 1px solid #f6f6f6;
  max-width: 200px;
}
.manufacturer-details-view .spacer .manufacturer-product-link a {
  color: #ffffff;
  background-color: #db202f;
  border-color: #db202f;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.46667;
  border-radius: 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  margin-top: 20px;
}
.manufacturer-details-view .spacer .manufacturer-product-link a:focus,
.manufacturer-details-view .spacer .manufacturer-product-link a.focus {
  color: #ffffff;
  background-color: #af1925;
  border-color: #6c1017;
}
.manufacturer-details-view .spacer .manufacturer-product-link a:hover {
  color: #ffffff;
  background-color: #af1925;
  border-color: #a61824;
}
.manufacturer-details-view .spacer .manufacturer-product-link a:active,
.manufacturer-details-view .spacer .manufacturer-product-link a.active,
.open > .dropdown-toggle.manufacturer-details-view .spacer .manufacturer-product-link a {
  color: #ffffff;
  background-color: #af1925;
  background-image: none;
  border-color: #a61824;
}
.manufacturer-details-view .spacer .manufacturer-product-link a:active:hover,
.manufacturer-details-view .spacer .manufacturer-product-link a.active:hover,
.open > .dropdown-toggle.manufacturer-details-view .spacer .manufacturer-product-link a:hover,
.manufacturer-details-view .spacer .manufacturer-product-link a:active:focus,
.manufacturer-details-view .spacer .manufacturer-product-link a.active:focus,
.open > .dropdown-toggle.manufacturer-details-view .spacer .manufacturer-product-link a:focus,
.manufacturer-details-view .spacer .manufacturer-product-link a:active.focus,
.manufacturer-details-view .spacer .manufacturer-product-link a.active.focus,
.open > .dropdown-toggle.manufacturer-details-view .spacer .manufacturer-product-link a.focus {
  color: #ffffff;
  background-color: #8f151f;
  border-color: #6c1017;
}
.manufacturer-details-view .spacer .manufacturer-product-link a.disabled:hover,
.manufacturer-details-view .spacer .manufacturer-product-link a[disabled]:hover,
fieldset[disabled] .manufacturer-details-view .spacer .manufacturer-product-link a:hover,
.manufacturer-details-view .spacer .manufacturer-product-link a.disabled:focus,
.manufacturer-details-view .spacer .manufacturer-product-link a[disabled]:focus,
fieldset[disabled] .manufacturer-details-view .spacer .manufacturer-product-link a:focus,
.manufacturer-details-view .spacer .manufacturer-product-link a.disabled.focus,
.manufacturer-details-view .spacer .manufacturer-product-link a[disabled].focus,
fieldset[disabled] .manufacturer-details-view .spacer .manufacturer-product-link a.focus {
  background-color: #db202f;
  border-color: #db202f;
}
.manufacturer-details-view .spacer .manufacturer-product-link a .badge {
  color: #db202f;
  background-color: #ffffff;
}
.com_virtuemart.view-user h1,
.com_virtuemart.view-cart h1,
.com_virtuemart.view-orders h1,
.com_virtuemart.view-productdetails h1 {
  font-size: 22px;
}
.com_virtuemart.view-user label,
.com_virtuemart.view-cart label,
.com_virtuemart.view-orders label,
.com_virtuemart.view-productdetails label {
  font-weight: 400;
}
.com_virtuemart.view-user .userfields_info,
.com_virtuemart.view-cart .userfields_info,
.com_virtuemart.view-orders .userfields_info,
.com_virtuemart.view-productdetails .userfields_info {
  color: #2c2c2c;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  margin: 20px 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}
.com_virtuemart.view-user table.user-details tr td.key,
.com_virtuemart.view-cart table.user-details tr td.key,
.com_virtuemart.view-orders table.user-details tr td.key,
.com_virtuemart.view-productdetails table.user-details tr td.key {
  padding: 10px 10px 0 0;
}
.com_virtuemart.view-user table.user-details,
.com_virtuemart.view-cart table.user-details,
.com_virtuemart.view-orders table.user-details,
.com_virtuemart.view-productdetails table.user-details {
  width: auto;
}
.com_virtuemart.view-user table.user-details tr td,
.com_virtuemart.view-cart table.user-details tr td,
.com_virtuemart.view-orders table.user-details tr td,
.com_virtuemart.view-productdetails table.user-details tr td {
  border: none;
  padding: 5px;
}
.com_virtuemart.view-user table.user-details tr td input,
.com_virtuemart.view-cart table.user-details tr td input,
.com_virtuemart.view-orders table.user-details tr td input,
.com_virtuemart.view-productdetails table.user-details tr td input {
  background: none;
  border-radius: 0;
  border: 1px solid #eeeeee;
  padding: 10px 5px;
  width: 210px;
}
.com_virtuemart.view-user table.user-details tr td input:hover,
.com_virtuemart.view-cart table.user-details tr td input:hover,
.com_virtuemart.view-orders table.user-details tr td input:hover,
.com_virtuemart.view-productdetails table.user-details tr td input:hover,
.com_virtuemart.view-user table.user-details tr td input:focus,
.com_virtuemart.view-cart table.user-details tr td input:focus,
.com_virtuemart.view-orders table.user-details tr td input:focus,
.com_virtuemart.view-productdetails table.user-details tr td input:focus,
.com_virtuemart.view-user table.user-details tr td input:active,
.com_virtuemart.view-cart table.user-details tr td input:active,
.com_virtuemart.view-orders table.user-details tr td input:active,
.com_virtuemart.view-productdetails table.user-details tr td input:active {
  border: 1px solid #c8c8c8;
}
@media (max-width: 767px) {
  .com_virtuemart.view-user table.user-details tr td,
  .com_virtuemart.view-cart table.user-details tr td,
  .com_virtuemart.view-orders table.user-details tr td,
  .com_virtuemart.view-productdetails table.user-details tr td {
    display: block;
    padding: 0;
  }
}
.com_virtuemart.view-user table.user-details tr td .input,
.com_virtuemart.view-cart table.user-details tr td .input,
.com_virtuemart.view-orders table.user-details tr td .input,
.com_virtuemart.view-productdetails table.user-details tr td .input,
.com_virtuemart.view-user table.user-details tr td .inputbox,
.com_virtuemart.view-cart table.user-details tr td .inputbox,
.com_virtuemart.view-orders table.user-details tr td .inputbox,
.com_virtuemart.view-productdetails table.user-details tr td .inputbox {
  margin-left: 0;
}
@media (max-width: 767px) {
  .com_virtuemart.view-user table.user-details tr td label,
  .com_virtuemart.view-cart table.user-details tr td label,
  .com_virtuemart.view-orders table.user-details tr td label,
  .com_virtuemart.view-productdetails table.user-details tr td label {
    text-align: left;
  }
}
.com_virtuemart.view-user .userdata,
.com_virtuemart.view-cart .userdata,
.com_virtuemart.view-orders .userdata,
.com_virtuemart.view-productdetails .userdata {
  margin-bottom: 10px;
}
.com_virtuemart.view-user .userdata .inputbox,
.com_virtuemart.view-cart .userdata .inputbox,
.com_virtuemart.view-orders .userdata .inputbox,
.com_virtuemart.view-productdetails .userdata .inputbox,
.com_virtuemart.view-user .userdata #com-form-login-remember .inputbox,
.com_virtuemart.view-cart .userdata #com-form-login-remember .inputbox,
.com_virtuemart.view-orders .userdata #com-form-login-remember .inputbox,
.com_virtuemart.view-productdetails .userdata #com-form-login-remember .inputbox {
  display: inline-block;
  width: auto;
}
.com_virtuemart.view-user .vmpayment_description,
.com_virtuemart.view-cart .vmpayment_description,
.com_virtuemart.view-orders .vmpayment_description,
.com_virtuemart.view-productdetails .vmpayment_description,
.com_virtuemart.view-user .vmshipment_description,
.com_virtuemart.view-cart .vmshipment_description,
.com_virtuemart.view-orders .vmshipment_description,
.com_virtuemart.view-productdetails .vmshipment_description {
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.com_virtuemart.view-user #shipmentForm,
.com_virtuemart.view-cart #shipmentForm,
.com_virtuemart.view-orders #shipmentForm,
.com_virtuemart.view-productdetails #shipmentForm {
  padding-bottom: 30px;
}
.com_virtuemart.view-user #shipmentForm:before,
.com_virtuemart.view-cart #shipmentForm:before,
.com_virtuemart.view-orders #shipmentForm:before,
.com_virtuemart.view-productdetails #shipmentForm:before,
.com_virtuemart.view-user #shipmentForm:after,
.com_virtuemart.view-cart #shipmentForm:after,
.com_virtuemart.view-orders #shipmentForm:after,
.com_virtuemart.view-productdetails #shipmentForm:after {
  display: table;
  content: " ";
}
.com_virtuemart.view-user #shipmentForm:after,
.com_virtuemart.view-cart #shipmentForm:after,
.com_virtuemart.view-orders #shipmentForm:after,
.com_virtuemart.view-productdetails #shipmentForm:after {
  clear: both;
}
.com_virtuemart.view-user #shipmentForm h1,
.com_virtuemart.view-cart #shipmentForm h1,
.com_virtuemart.view-orders #shipmentForm h1,
.com_virtuemart.view-productdetails #shipmentForm h1 {
  font-size: 15px;
}
.com_virtuemart.view-user .toggle-editor .btn {
  color: #2c2c2c !important;
  background-color: inherit;
  padding: 0 !important;
}
.com_virtuemart.view-user .toggle-editor .btn:hover {
  background-color: transparent !important;
  color: #db202f !important;
  border-color: transparent !important;
}
@media (max-width: 767px) {
  .com_virtuemart.view-user #t3-content h1 {
    font-size: 15px;
  }
}
.com_virtuemart.view-user #t3-content h2 {
  color: #666666;
  font-size: 14px;
}
.com_virtuemart.view-user #adminForm > .buttonBar-right {
  float: none;
  margin-bottom: 20px;
  text-align: right;
}
.com_virtuemart.view-user #adminForm > .buttonBar-right + a {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .control-buttons button {
    margin-bottom: 5px;
  }
}
.control-buttons button + button {
  margin-left: 5px;
}
.control-buttons #reg_text {
  margin: 0 0 20px;
  float: none;
}
#userForm .control-buttons {
  margin-bottom: 20px;
}
#virtuemart_shoppergroup_id_chzn {
  display: block;
}
#virtuemart_country_id_field_chzn {
  display: block;
}
#virtuemart_country_id_field_chzn input {
  width: 100% !important;
}
.vmpayment_cardinfo {
  font-size: 12px;
}
.vmpayment .vmpayment_cardinfo {
  background: #f7f7f7;
  display: inline-block;
  font-size: 12px;
  padding: 10px;
}
.vmpayment_cardinfo table tr th {
  background: rgba(255, 255, 255, 0.05);
  border-color: #eeeeee;
  padding: 10px 5px;
}
.vmpayment_cardinfo table tr td {
  border-color: #eeeeee;
  padding: 10px 5px;
  vertical-align: middle;
}
.vmpayment_cardinfo table h3 {
  font-size: 14px;
}
.vmpayment_cardinfo #cc_expire_month_2,
.vmpayment_cardinfo #cc_expire_year_2 {
  display: inline-block;
}
.vm-payment-shipment-select .vm-payment-plugin-single > input {
  vertical-align: top;
  margin-top: 6px;
}
.com_virtuemart .vm-orders-list h1 {
  background: #1c1c1c;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .com_virtuemart .vm-orders-list h1 {
    font-size: 22px;
  }
}
.com_virtuemart .vm-orders-list h1 span {
  position: relative;
  display: inline-block;
}
.com_virtuemart .vm-orders-list h1 span::before {
  content: "";
  border-top: 1px solid #db202f;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 0;
  position: absolute;
  top: -21px;
  left: 0;
}
@media (max-width: 767px) {
  .com_virtuemart .vm-orders-list #editcell {
    overflow-y: scroll;
  }
}
.com_virtuemart .vm-orders-list #editcell table {
  width: 100%;
}
.com_virtuemart .vm-orders-list #editcell table td,
.com_virtuemart .vm-orders-list #editcell table th {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .com_virtuemart .vm-orders-list #editcell table td,
  .com_virtuemart .vm-orders-list #editcell table th {
    min-width: 150px;
  }
}
.com_virtuemart .vm-orders-list .order-view {
  border: 1px solid #eeeeee;
  padding: 20px;
  margin-bottom: 20px;
}
.com_virtuemart .vm-orders-list .order-view h2 {
  margin-top: 0;
  font-size: 14px;
  text-transform: none;
}
.com_virtuemart .vm-orders-list .order-view label {
  display: inline-block;
}
.com_virtuemart .vm-orders-list #com-form-order-number,
.com_virtuemart .vm-orders-list #com-form-order-pass {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .com_virtuemart .vm-orders-list #com-form-order-number,
  .com_virtuemart .vm-orders-list #com-form-order-pass {
    width: 100%;
  }
}
.com_virtuemart .vm-orders-list #com-form-order-submit {
  float: none;
  clear: both;
  margin-top: 20px;
}
#ui-tabs {
  margin-top: 20px;
}
#ui-tabs ul#tabs {
  border: 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 0;
  overflow: visible;
}
#ui-tabs ul#tabs > li {
  background: transparent;
  color: #2c2c2c;
  border: none;
  border-bottom: 1px solid transparent;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  font-size: 15px;
  padding: 20px 0 10px 0;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 20px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  #ui-tabs ul#tabs > li {
    display: block;
  }
}
#ui-tabs ul#tabs > li.current {
  background: none;
  border-bottom-color: #db202f;
  color: #db202f;
}
@media (max-width: 767px) {
  #ui-tabs ul#tabs > li.current {
    background: #f7f7f7;
    display: block;
  }
}
#ui-tabs .tabs {
  padding: 0;
}
#ui-tabs .tabs table td,
#ui-tabs .tabs table th {
  padding: 10px 20px 10px 0;
}
@media (max-width: 767px) {
  #ui-tabs .tabs table td,
  #ui-tabs .tabs table th {
    padding: 10px 20px;
  }
}
#ui-tabs .tabs[title="Vendor"] > table > tbody > tr > td {
  display: block;
}
#ui-tabs .tabs[title="Vendor"] input[type="file"] {
  box-sizing: content-box;
}
#ui-tabs legend {
  border-bottom: 0;
}
#ui-tabs #searchMedia,
#ui-tabs .reset-value.fg-button {
  box-sizing: content-box;
}
.vm-orders-order.spaceStyle {
  margin: 0;
}
@media (max-width: 767px) {
  .vm-orders-order.spaceStyle {
    overflow-y: scroll;
  }
}
.vm-orders-order table td {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .vm-orders-order table td {
    background: #f7f7f7;
    padding: 10px;
  }
  .vm-orders-order table td[align="left"] {
    min-width: 250px;
  }
}
.vm-orders-order table td strong {
  display: block;
}
.vm-orders-order table td table {
  margin-right: 20px;
}
.vm-orders-order table td table td.key {
  min-width: 100px;
}
.vm-orders-order table td table td.key + td {
  min-width: 200px;
}
.vm-order-done h3 {
  margin-top: 0;
}
.vm-order-done .vm-button-correct {
  color: #ffffff;
  background-color: #db202f;
  border-color: #db202f;
  padding: 6px 20px;
  font-size: 13px;
  line-height: 1.785;
  border-radius: 0;
  background-image: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  height: 40px;
  text-transform: uppercase;
}
.vm-order-done .vm-button-correct:focus,
.vm-order-done .vm-button-correct.focus {
  color: #ffffff;
  background-color: #af1925;
  border-color: #6c1017;
}
.vm-order-done .vm-button-correct:hover {
  color: #ffffff;
  background-color: #af1925;
  border-color: #a61824;
}
.vm-order-done .vm-button-correct:active,
.vm-order-done .vm-button-correct.active,
.open > .dropdown-toggle.vm-order-done .vm-button-correct {
  color: #ffffff;
  background-color: #af1925;
  background-image: none;
  border-color: #a61824;
}
.vm-order-done .vm-button-correct:active:hover,
.vm-order-done .vm-button-correct.active:hover,
.open > .dropdown-toggle.vm-order-done .vm-button-correct:hover,
.vm-order-done .vm-button-correct:active:focus,
.vm-order-done .vm-button-correct.active:focus,
.open > .dropdown-toggle.vm-order-done .vm-button-correct:focus,
.vm-order-done .vm-button-correct:active.focus,
.vm-order-done .vm-button-correct.active.focus,
.open > .dropdown-toggle.vm-order-done .vm-button-correct.focus {
  color: #ffffff;
  background-color: #8f151f;
  border-color: #6c1017;
}
.vm-order-done .vm-button-correct.disabled:hover,
.vm-order-done .vm-button-correct[disabled]:hover,
fieldset[disabled] .vm-order-done .vm-button-correct:hover,
.vm-order-done .vm-button-correct.disabled:focus,
.vm-order-done .vm-button-correct[disabled]:focus,
fieldset[disabled] .vm-order-done .vm-button-correct:focus,
.vm-order-done .vm-button-correct.disabled.focus,
.vm-order-done .vm-button-correct[disabled].focus,
fieldset[disabled] .vm-order-done .vm-button-correct.focus {
  background-color: #db202f;
  border-color: #db202f;
}
.vm-order-done .vm-button-correct .badge {
  color: #db202f;
  background-color: #ffffff;
}
.vm-order-done .post_payment_payment_name,
.vm-order-done .post_payment_order_number,
.vm-order-done .post_payment_order_total {
  margin-bottom: 20px;
}
.vm-order-done #form-login {
  margin-top: 20px;
}
#toolbar-popup-help .icon-gear::before,
#toolbar-popup-help .icon-cog::before {
  content: "8";
}
#toolbar-popup-help .btn.btn-small.modal {
  position: static;
}
#toolbar-popup-help .btn-group div.modal {
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: hidden;
}
#toolbar-popup-help .btn-group div.modal .modal-body iframe {
  max-height: 394px !important;
}
#toolbar-lock .icon-checkedout::before,
#toolbar-lock .icon-lock::before,
#toolbar-lock .icon-locked::before {
  content: "#";
}
.virtuemart-admin-area select,
.virtuemart-admin-area textarea,
.virtuemart-admin-area input[type="text"],
.virtuemart-admin-area input[type="password"],
.virtuemart-admin-area input[type="datetime"],
.virtuemart-admin-area input[type="datetime-local"],
.virtuemart-admin-area input[type="date"],
.virtuemart-admin-area input[type="month"],
.virtuemart-admin-area input[type="time"],
.virtuemart-admin-area input[type="week"],
.virtuemart-admin-area input[type="number"],
.virtuemart-admin-area input[type="email"],
.virtuemart-admin-area input[type="url"],
.virtuemart-admin-area input[type="search"],
.virtuemart-admin-area input[type="tel"],
.virtuemart-admin-area input[type="color"],
.virtuemart-admin-area .uneditable-input {
  height: 40px;
  line-height: 40px;
}
.sl-product .bx-controls {
  position: absolute;
  top: 20px;
  right: 20px;
}
.sl-product .bx-controls .bx-controls-direction > a {
  background: #cccccc;
  border-radius: 0;
  color: #bbbbbb;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.sl-product .bx-controls .bx-controls-direction > a:hover,
.sl-product .bx-controls .bx-controls-direction > a:focus,
.sl-product .bx-controls .bx-controls-direction > a:active {
  background: #db202f;
  color: #ffffff;
}
.sl-product .bx-controls .bx-controls-direction > a + a {
  margin-left: 5px;
}
.sl-product .badge {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
}
.sl-product .badge.badge-new {
  background-color: #0099cc;
}
.sl-product .badge.badge-hot {
  background-color: #ff8800;
}
.sl-product .badge.badge-sale {
  background-color: #ffcc00;
}
.sl-product .name-product {
  border-top: 1px solid #eeeeee;
  display: block;
  padding: 20px 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sl-product .name-product a {
  color: #333333;
}
.sl-product .name-product a:hover,
.sl-product .name-product a:focus,
.sl-product .name-product a:active {
  color: #981621;
}
.sl-product .product-price {
  color: #db202f;
  float: none;
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
}
.sl-product img {
  margin: 20px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sl-product img {
    height: 145px;
  }
}
@media (max-width: 991px) {
  .sl-product img {
    height: 255px;
  }
}
div.category-view.category-default .vm-product-descr-container-1 {
  min-height: 0;
}
.vmproduct.productdetails {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.vmproduct.productdetails .product-container {
  text-align: left;
}
.vmproduct.productdetails .product-container > a {
  display: inline-block;
  color: #999999;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
.vmproduct.productdetails .product-container > a img {
  margin-bottom: 10px;
}
.vmproduct.productdetails .product-container .product-price span {
  color: #eeeeee !important;
  text-align: left;
  float: none;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
}
.vmproduct.productdetails .product-container .addtocart-bar {
  margin-top: 0;
  text-align: left;
}
.javm.vmgroup {
  position: relative;
}
.javm.vmgroup .javm_slider,
.javm.vmgroup .javm_list {
  margin-bottom: 0;
}
.javm.vmgroup .addtocart-bar {
  text-align: left;
  margin-top: 0;
}
.javm.vmgroup .vm-product-footer {
  text-align: left;
}
.javm.vmgroup .vm-product-footer .addtocart-area {
  margin: 0;
}
.javm.vmgroup .javm_slider .vm-col.product {
  border-bottom: 0;
  float: none;
  width: 100%;
}
.javm.vmgroup .javm_slider .vm-col.product .spacer {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .javm.vmgroup .javm_slider .vm-col.product .spacer {
    border-right: 1px solid #eeeeee;
  }
}
.javm.vmgroup .javm_slider .owl-stage {
  display: flex;
}
.javm.vmgroup .owl-stage-outer {
  padding: 20px 10px 120px;
  margin: -20px -10px -120px;
}
.javm.vmgroup .owl-item {
  display: flex;
  flex: 1 0 auto;
  flex-wrap: wrap;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 1100ms all;
  -o-transition: 1100ms all;
  transition: 1100ms all;
}
.javm.vmgroup .owl-item.active {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: 1300ms all;
  -o-transition: 1300ms all;
  transition: 1300ms all;
}
.javm.vmgroup .owl-item.active.last .spacer {
  border-right: 0;
}
.javm.vmgroup .owl-item:hover {
  position: relative;
  z-index: 10;
}
.javm.vmgroup .owl-item:hover .vm-product-footer {
  display: block;
}
.javm.vmgroup .owl-item:hover .vm-product-footer .vm-customfields-wrap {
  display: none;
}
.javm.vmgroup .owl-item .addtocart-bar {
  margin-top: 0;
}
.javm.vmgroup .owl-dots {
  border-top: 1px solid #eeeeee;
  text-align: center;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
.javm.vmgroup .owl-dots > div {
  display: inline-block;
}
.javm.vmgroup .owl-dots > div > span {
  border: 1px solid #eeeeee;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  height: 8px;
  width: 8px;
}
.javm.vmgroup .owl-dots > div.active > span {
  border: 2px solid #db202f;
  position: relative;
  top: 1px;
  height: 10px;
  width: 10px;
}
.javm.vmgroup .owl-nav {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.javm.vmgroup .owl-nav > div {
  background-image: url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/extras/../../../../images/ico/icon-left.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 30px;
  left: -5px;
  font-size: 0;
  height: 30px;
  width: 35px;
}
.javm.vmgroup .owl-nav > div.owl-next {
  background-image: url(//mail.homenergy4u.gr//templates/ja_shoe/css/themes/light/extras/../../../../images/ico/icon-right.png);
  left: auto;
  right: -5px;
}
@media (max-width: 991px) {
  .javm.vmgroup .javm_list .product {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .javm.vmgroup .javm_list .product {
    width: 100%;
  }
}
.javm.vmgroup .javm_list .product .spacer {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.javm.vmgroup .javm_list .vm-categories {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .javm.vmgroup .javm_list .vm-categories {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .javm.vmgroup .javm_list .vm-categories {
    width: 100%;
  }
}
.javm.vmgroup .javm_list .vm-categories .moduletable > h3 {
  display: none;
}
.javm.vmgroup .javm_list .vm-categories .acm-cta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.javm.vmgroup .javm_list .vm-more {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .javm.vmgroup .javm_list .vm-more {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .javm.vmgroup .javm_list .vm-more {
    width: 100%;
  }
}
.javm.vmgroup .javm_list .vm-more a {
  color: #151515;
  border-bottom: 5px solid #db202f;
  font-size: 30px;
  font-weight: 700;
}
.javm.vmgroup .javm_list .vm-more a:hover,
.javm.vmgroup .javm_list .vm-more a:focus,
.javm.vmgroup .javm_list .vm-more a:active {
  color: #db202f;
}
.vmmanufacturer .row {
  margin-left: -5px;
  margin-right: -5px;
}
.vmmanufacturer .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.vmmanufacturer a {
  display: block;
  background: ##f5f5f5;
  padding: 10px;
  text-align: center;
  color: #999999;
  margin-bottom: 10px;
}
.vmmanufacturer a div {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}
.vmmanufacturer + br {
  display: none;
}
.com_virtuemart .t3-sidebar .menu {
  list-style: none;
  margin: 0;
}
.com_virtuemart .t3-sidebar .menu li {
  display: block;
}
.com_virtuemart .t3-sidebar .menu li a {
 /* EDITED REMOVED 08_11_2021
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  */
}
.com_virtuemart .t3-sidebar .menu li a:hover,
.com_virtuemart .t3-sidebar .menu li a:focus,
.com_virtuemart .t3-sidebar .menu li a:active {
  color: #db202f;
}
.com_virtuemart .t3-sidebar .menu li.active > a {
  color: #db202f;
}
.com_virtuemart .t3-sidebar .menu li + li {
  margin-top: 10px;
}
.t3-module form > br {
  display: none;
}
.t3-module form #virtuemart_currency_id_chzn {
  margin-top: 10px;
}
.head-cart {
  border: 0;
  margin-left: 5px;
}
.head-cart #head-cart-dropdown {
  border: 0;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.head-cart #head-cart-dropdown::after {
  display: none;
}
.head-cart .dropdown-menu {
  border: 1px solid #ffffff;
  min-width: 320px;
  margin-top: 0;
  padding: 10px 0;
}
.head-cart .dropdown-menu .product_row {
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
}
.head-cart .dropdown-menu .product-item {
  float: left;
  width: 70%;
}
.head-cart .dropdown-menu .subtotal_with_tax {
  color: #db202f;
  font-weight: 500;
  float: right;
  width: 30%;
  text-align: right;
}
.head-cart .dropdown-menu .product_name > a {
  color: #333333;
}
.head-cart .dropdown-menu .product_name > a:hover {
  color: #db202f;
}
.head-cart .dropdown-menu .total-container {
  padding: 10px 20px;
  color: #2c2c2c;
  font-weight: 500;
}
.head-cart .dropdown-menu .total strong {
  color: #db202f;
  margin-left: 5px;
}
.head-cart .dropdown-menu .show_cart > a {
  color: #ffffff;
  background-color: #db202f;
  border-color: #db202f;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  padding: 4px 10px;
  text-transform: uppercase;
  margin-top: 10px;
}
.head-cart .dropdown-menu .show_cart > a:focus,
.head-cart .dropdown-menu .show_cart > a.focus {
  color: #ffffff;
  background-color: #af1925;
  border-color: #6c1017;
}
.head-cart .dropdown-menu .show_cart > a:hover {
  color: #ffffff;
  background-color: #af1925;
  border-color: #a61824;
}
.head-cart .dropdown-menu .show_cart > a:active,
.head-cart .dropdown-menu .show_cart > a.active,
.open > .dropdown-toggle.head-cart .dropdown-menu .show_cart > a {
  color: #ffffff;
  background-color: #af1925;
  background-image: none;
  border-color: #a61824;
}
.head-cart .dropdown-menu .show_cart > a:active:hover,
.head-cart .dropdown-menu .show_cart > a.active:hover,
.open > .dropdown-toggle.head-cart .dropdown-menu .show_cart > a:hover,
.head-cart .dropdown-menu .show_cart > a:active:focus,
.head-cart .dropdown-menu .show_cart > a.active:focus,
.open > .dropdown-toggle.head-cart .dropdown-menu .show_cart > a:focus,
.head-cart .dropdown-menu .show_cart > a:active.focus,
.head-cart .dropdown-menu .show_cart > a.active.focus,
.open > .dropdown-toggle.head-cart .dropdown-menu .show_cart > a.focus {
  color: #ffffff;
  background-color: #8f151f;
  border-color: #6c1017;
}
.head-cart .dropdown-menu .show_cart > a.disabled:hover,
.head-cart .dropdown-menu .show_cart > a[disabled]:hover,
fieldset[disabled] .head-cart .dropdown-menu .show_cart > a:hover,
.head-cart .dropdown-menu .show_cart > a.disabled:focus,
.head-cart .dropdown-menu .show_cart > a[disabled]:focus,
fieldset[disabled] .head-cart .dropdown-menu .show_cart > a:focus,
.head-cart .dropdown-menu .show_cart > a.disabled.focus,
.head-cart .dropdown-menu .show_cart > a[disabled].focus,
fieldset[disabled] .head-cart .dropdown-menu .show_cart > a.focus {
  background-color: #db202f;
  border-color: #db202f;
}
.head-cart .dropdown-menu .show_cart > a .badge {
  color: #db202f;
  background-color: #ffffff;
}
.vm-actions .owl-stage-outer {
  z-index: 10;
}
.vm-actions .nav-tabs {
  z-index: 1;
}
.vm-actions .nav-tabs > li.active > a:before,
.vm-actions .nav-tabs > li.active > a:after {
  display: none;
}
.ie11 .spacer {
  min-height: 426px;
}
.ie11 .vm-more .link-category {
  margin-top: 60%;
}
.ie10 .spacer {
  width: 285px;
  min-height: 426px;
}
.ie10 .vm-more .link-category {
  margin-top: 60%;
}
/**
 * @package    AcyMailing for Joomla!
 * @version    5.10.4
 * @author     acyba.com
 * @copyright  (C) 2009-2018 ACYBA S.A.R.L. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

.acymailing_form .grecaptcha-badge{
	display: none;
}

div.acymailing_module, .acymailing_module div{
	padding: 0 !important;
	margin: 0 !important;
	border-style:none !important;
}

table.acymailing_form{
	margin:auto;
	border:0px !important;
}

a.acymailing_togglemodule{
	display : block;
	font-size:16px;
}

.acymailing_mootoolsbutton p{
	text-align:center;
}

.acysubbuttons{
	text-align:center;
}

img.captchaimagemodule{
	border:1px solid #dddddd;
	float: left;
}

.captchakeymodule .captchafield{
	margin-top:3px;
	margin-left:2px;
}

.acymailing_fulldiv tr, .acymailing_fulldiv td{
	border:0px;
}

.acymailing_module_form select {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.acymailing_module_form td {
	padding-bottom: 5px;
	vertical-align:top;
}

div.acymailing_module_error {
	color: #400;
	background-color: #fdd;
	padding: 1em !important;
	margin-bottom:10px;
}

div.acymailing_module_success {
	color: #130;
	background-color: #dfc;
	padding: 1em !important;
	z-index: 10;
	margin-bottom:10px;
}

.acymailing_module_form .acymailing_introtext{
	 padding-bottom:10px;
	 display:block;
}

.refreshCaptchaModule{
	background-image:url(//mail.homenergy4u.gr//media/com_acymailing/css/../images/refresh.png);
	width:16px;
	height:16px;
	display:block;
	float:left;
	cursor:pointer;
}

.acymailing_module fieldset{
	border: solid 1px #ccc;
	padding: 5px;
}
.category_warning{
	color: red;
}

.hide {
	display: none;
}

.slide_open{
	animation: deployslide 0.5s forwards;
	overflow: hidden;
}

@keyframes deployslide{
	from{
		max-height: 0px;
	}
	to{
		max-height: 800px;
	}
}

@keyframes retractslide{
	from{
		max-height: 800px;
	}
	to{
		max-height: 0px;
		display: none;
	}
}

.slide_close{
	animation: retractslide 0.5s forwards;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 1px 5px #eee;
	padding: 5px;
	margin-bottom: 20px;
}

.slide_open{
	animation: deployslide 0.5s forwards;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 1px 5px #eee;
	padding: 5px;
	margin-bottom: 20px;
}

/**
 * ------------------------------------------------------------------------
 * JA VMProducts Module
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */
#javm_slide .slide{
	display:block;
	float:left;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden !important;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/blank.gif) ;
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox.png);
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	/*font-size: 12px;*/
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/fancybox/fancybox.png) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/* vm-general.css */
*:focus {
  outline: none;
}

.clr {
  clear: both;
  overflow: hidden;
}

.clear, br.clear{
  clear: both;
}

div.clear {
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  margin: 0;
  padding: 0;
}

.dummy{
  background: none;
  width: 5%;
}

div.spacer {
  position: relative;
}

div.spaceStyle{
  padding: 0px;
  margin: 5px;
}

.icons{
  text-align: right;
  float: right;
  margin: 4px 0 10px 30px;
}

.vmicon, .vmiconFE{
  background: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vm2-sprite.png) no-repeat top left;
}

fieldset {
  border: none;
}

.vmquote{
  font-size: smaller;
}

.vm-notice{
  color: #CC0000;
}

span.bold, div.bold{
  font-weight: 700;
}

.text-left, .left{
  text-align: left;
}

.text-right, .right{
  text-align: right;
}

.text-center, .center{
  text-align: center;
}
/* hide inline style as class */

.floatright, span.floatright{
  float: right;
}

.floatleft, span.floatleft{
  float: left;
}

.vm-display {
  display: block;
}

.vm-nodisplay {
  display: none;
}

.line-through{
  text-decoration: line-through;
}

.inline{
  display: inline;
}

td.pricePad{
  padding-right: 10px;
}

.priceCol{
  white-space: nowrap;
}

.priceColor2{
  color: gray;
}
/* hide inline style as class END */
/* general style - needs to be at the beginning so it can be overwritten by specific style later */

.additional-images,.featured-view .product-price,.discontinued-view .product-price,.latest-view .product-price,.topten-view .product-price,.recent-view .product-price,.output-billto,.output-shipto{
  margin: 10px 0;
}

.ask-a-question,.manufacturer,.manufacturer-details-view .email-weblink,.manufacturer-details-view .description{
  margin: 0 0 10px;
}

.customer-reviews,.ask-a-question-view .form-field{
  margin: 25px 0 0;
}
/*span.title{font-weight:700;display:block;border-bottom:solid #CAC9C9 1px;font-size:14px;margin:0 0 6px;}*/

span.variant-name, span.custom-variant-name{
  width: 100px;
  float: left;
  display: block;
  margin-bottom: 5px;
}

.category-view .row .category .spacer,.featured-view .spacer,.discontinued-view .spacer,.latest-view .spacer,.topten-view .spacer,.recent-view .spacer,.related-products-view .spacer,.browse-view .row .product .spacer{
  padding: 6px;
}

/*.featured-view .spacer h3,.latest-view .spacer h3,.topten-view .spacer h3,.recent-view .spacer h3,.related-products-view .spacer h3,.browse-view .row .product .spacer h2{
  font-size: 25px;
  margin: 0 0 6px;
  padding: 0;
}*/

.featured-view .spacer span,.discontinued-view .spacer span,.latest-view .spacer span,.topten-view .spacer span,.recent-view .spacer span,.related-products-view .spacer span,.browse-view .row .product .spacer span{
  font-size: 13px;
  color: #666;
}

.browse-view .row .product .spacer img,.related-products-view .row .product .spacer img{
  width: auto;
  height: auto;
}

.general-bg, input.custom-attribute, input.quantity-input,.manufacturer-product-link a, a.ask-a-question, input.vm-default, a.product-details, a.details, div.details, button.default{
  background: #e8e8e8 url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  text-decoration: none;
  padding: 5px 5px 4px;
}

span.custom-variant-inputbox input.custom-attribute:hover, span.quantity-box input.quantity-input:hover, input.vm-default:hover, span.quantity-box input.quantity-input:hover,.ask-a-question-view input.counter:hover,.ask-a-question-view input#email:hover, table.user-details input:hover, a.ask-a-question:hover, a.details:hover, div.details:hover, a.product-details:hover, button.default:hover{
  background: #e8e8e8 url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/backgrounds.png) repeat-x;
  background-position: 0 -40px;
  color: #000;
  text-decoration: none;
}
/* Let's have a general button for pagination, backtocat, whatever
button, .button {padding: 4px 6px;border: 1px solid #666;background-color: #f5fffa;}
*/
/* general style END */

#ui-tabs ul#tabs{
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 16px 16px 0;
}

#ui-tabs ul#tabs li{
  display: inline-block;
  cursor: pointer;
  background: #f2f2f2;
  padding: 8px 16px 3px;
}

#ui-tabs ul#tabs li.current{
  display: inline-block;
  background: #ccc;
  color: #444;
}

#ui-tabs .tabs{
  padding: 16px;
}

#ui-tabs .dyn-tabs{
  overflow: auto;
  display: none;
}
/* Align rows in products sublayout */

.vm-col {
  margin: 0px;
  width: 60%;
}

.vm-col-1 {
  width: 100%;
}

.vm-col-2 {
  width: 50%;
}

.vm-col-3 {
  width: 33.333%;
}

.vm-col-4 {
  width: 25%;
}

.vm-col-5 {
  width: 20%;
}

.vm-col-6 {
  width: 16.666%;
}

.vm-col-8 {
  width: 12.5%;
}

.vm-col-9 {
  width: 11.111%;
}

.vm-col-10 {
  width: 10%;
}

.vm-col-11 {
  width: 9.09%;
}

.vm-col-12 {
  width: 8.333%;
}
/* Products sublayout end */

.vm2-modallink{
  height: 16px;
  margin-left: 3px;
  vertical-align: top;
  width: 16px;
  display: inline-block;
  background: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/icon_external_link.gif) no-repeat scroll left top transparent;
}

.vm2-warning{
  background-position: 0 -1383px;
  width: 50px;
  height: 40px;
}

input.highlight-button{
  background: #0077b3;
  color: #fff;
  border: 1px solid #00669a;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  padding: 4px 8px 2px;
}

input.highlight-button:visited{
  color: #fff;
}

button.default{
  display: inline-block;
  cursor: pointer;
  padding: 5px 8px 4px;
}

button.default:hover{
  color: #777;
}

a.highlight, a.highlight:visited{
  background: #0077b3;
  border: solid #00669a 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  background-position: 0 -160px;
  color: #fff;
  padding: 3px 8px 1px;
}

textarea.virtuemart{
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 5px 5px 4px;
}

.vm-button-correct,.vm-button-correct:link,.vm-button-correct:visited{
  display: inline-block;
	font-size: 19px;
	font-weight: 700;
  text-decoration: none;
  text-align: center;
  background: #0077b3;
  color: #fff;
  border: 1px solid #00669a;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 6px 12px 3px;
}

.vm-button-correct:hover{
  color: #f2f2f2;
}

.width1{
  width: 1%;
}

.width2{
  width: 2%;
}

.width3{
  width: 3%;
}

.width4{
  width: 4%;
}

.width5{
  width: 5%;
}

.width6{
  width: 6%;
}

.width7{
  width: 7%;
}

.width8{
  width: 8%;
}

.width9{
  width: 9%;
}

.width10{
  width: 10%;
}

.width11{
  width: 11%;
}

.width12{
  width: 12%;
}

.width13{
  width: 13%;
}

.width14{
  width: 14%;
}

.width15{
  width: 15%;
}

.width16{
  width: 16%;
}

.width17{
  width: 17%;
}

.width18{
  width: 18%;
}

.width19{
  width: 19%;
}

.width20{
  width: 20%;
}

.width21{
  width: 21%;
}

.width22{
  width: 22%;
}

.width23{
  width: 23%;
}

.width24{
  width: 24%;
}

.width25{
  width: 25%;
}

.width26{
  width: 26%;
}

.width27{
  width: 27%;
}

.width28{
  width: 28%;
}

.width29{
  width: 29%;
}

.width30{
  width: 30%;
}

.width31{
  width: 31%;
}

.width32{
  width: 32%;
}

.width33{
  width: 33%;
}

.width34{
  width: 34%;
}

.width35{
  width: 35%;
}

.width36{
  width: 36%;
}

.width37{
  width: 37%;
}

.width38{
  width: 38%;
}

.width39{
  width: 39%;
}

.width40{
  width: 40%;
}

.width41{
  width: 41%;
}

.width42{
  width: 42%;
}

.width43{
  width: 43%;
}

.width44{
  width: 44%;
}

.width45{
  width: 45%;
}

.width46{
  width: 46%;
}

.width47{
  width: 47%;
}

.width48{
  width: 48%;
}

.width49{
  width: 49%;
}

.width50{
  width: 50%;
}

.width51{
  width: 51%;
}

.width52{
  width: 52%;
}

.width53{
  width: 53%;
}

.width54{
  width: 54%;
}

.width55{
  width: 55%;
}

.width56{
  width: 56%;
}

.width57{
  width: 57%;
}

.width58{
  width: 58%;
}

.width59{
  width: 59%;
}

.width60{
  width: 60%;
}

.width61{
  width: 61%;
}

.width62{
  width: 62%;
}

.width63{
  width: 63%;
}

.width64{
  width: 64%;
}

.width65{
  width: 65%;
}

.width66{
  width: 66%;
}

.width67{
  width: 67%;
}

.width68{
  width: 68%;
}

.width69{
  width: 69%;
}

.width70{
  width: 70%;
}

.width71{
  width: 71%;
}

.width72{
  width: 72%;
}

.width73{
  width: 73%;
}

.width74{
  width: 74%;
}

.width75{
  width: 75%;
}

.width76{
  width: 76%;
}

.width77{
  width: 77%;
}

.width78{
  width: 78%;
}

.width79{
  width: 79%;
}

.width81{
  width: 81%;
}

.width82{
  width: 82%;
}

.width83{
  width: 83%;
}

.width84{
  width: 84%;
}

.width85{
  width: 85%;
}

.width86{
  width: 86%;
}

.width87{
  width: 87%;
}

.width88{
  width: 88%;
}

.width89{
  width: 89%;
}

.width90{
  width: 90%;
}

.width91{
  width: 91%;
}

.width92{
  width: 92%;
}

.width93{
  width: 93%;
}

.width94{
  width: 94%;
}

.width95{
  width: 95%;
}

.width96{
  width: 96%;
}

.width97{
  width: 97%;
}

.width98{
  width: 98%;
}

.width99{
  width: 99%;
}

.width100{
  width: 100%;
}
.productdetails-view .spacer-buy-area{
  padding-left: 16px;
}

.back-to-category {
  float: right;
}

.product-neighbours{
  color: #777;
  margin: 0 0 16px;
}

.product-neighbours a.next-page{
  background: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/next_16x16.png) no-repeat right;
  padding-right: 30px;
  line-height: 20px;
  float: right;
}

.product-neighbours a.previous-page{
  background: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/previous_16x16.png) no-repeat left;
  padding-left: 30px;
  line-height: 20px;
  float: left;
}

.productdetails-view .product-short-description{
  margin: 0 0 16px;
  padding: 0;
}

.productdetails-view .product-description,.product-fields{
  margin: 0;
}

.product-packaging{
  margin: 19px 0 0;
}

.additional-images img{
  margin-right: 8px;
  width: 50px;
  height: auto;
}

.product-price{
  margin: 0 0 6px;
  text-align: right;
  float: left;
  line-height: 18px;
}

.vm-price {
  text-align: right;
  line-height: 18px;
}

.vm-price span {
  display: inline-block;
  min-width: 64px;
  padding: 0 3px;
}

span.vm-price-desc {
  text-align: left;
  min-width: 16px;
  margin: 0 12px 3px 0;
}

/* Row heights */
.vm3pr-1 .product-price {
  min-height: 28px;
}

.vm3pr-2 .product-price {
  min-height: 42px;
}

.vm3pr-3 .product-price {
  min-height: 56px;
}

.vm3pr-4 .product-price {
  min-height: 70px;
}

.vm3pr-5 .product-price {
  min-height: 84px;
}

.vm3pr-6 .product-price {
  min-height: 98px;
}

.vm3pr-0 .addtocart-area {
  min-height: 36px;
}

.vm3pr-1 .addtocart-area {
  min-height: 66px;
}

.vm3pr-2 .addtocart-area {
  min-height: 114px;
}

.vm3pr-3 .addtocart-area {
  min-height: 162px;
}

.vm3pr-4 .addtocart-area {
  min-height: 210px;
}

.vm3pr-5 .addtocart-area {
  min-height: 258px;
}

/* row heights custom fields */

.vm3pr-0 .vm-customfields-wrap {
	min-height: 0px;
}

.vm3pr-1 .vm-customfields-wrap {
	min-height: 65px;
}

.vm3pr-2 .vm-customfields-wrap {
	min-height: 118px;
}

.vm3pr-3 .vm-customfields-wrap {
	min-height: 159px;
}

.vm3pr-4 .vm-customfields-wrap {
	min-height: 206px;
}

.vm3pr-5 .vm-customfields-wrap {
	min-height: 253px;
}


.vm-cart-price{
  float: left;
  font-weight: bold;
}

.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax{
  text-decoration: line-through;
}

.availability{
  text-align: center;
  margin: 15px 0 0;
}

span.variant-dropdown{
  width: 150px;
  float: left;
  display: block;
  margin-bottom: 5px;
}

span.variant-dropdown select{
  width: 150px;
}

span.custom-variant-inputbox{
  width: 152px;
  float: left;
  display: block;
  margin-bottom: 5px;
}

input.custom-attribute{
  width: 140px;
}

.addtocart-area{
  margin: 0;
}

.addtocart-area form {
	margin: 0;
}

span.quantity-box{
  display: inline-block;
  vertical-align: middle;
}

.quantity-box .quantity-input, .cart-summary .quantity-input{
  height: 34px;
  width: 34px;
  text-align: center;
  font-weight: 700;
  padding: 1px;
  margin-bottom:0;
}

.cart-summary .quantity-input{
  height: 24px;
  width: 24px;
}

span.quantity-controls{
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1px;
}

span.quantity-controls input.quantity-controls{
  height: 15px;
  border: none;
  width: 15px;
  cursor: pointer;
}

span.quantity-controls input.quantity-plus{
  background: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/quantity-controls.png) no-repeat;
  margin: 1px 0;
}

span.quantity-controls input.quantity-minus{
  background: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/quantity-controls.png) repeat-x;
  background-position: 15px 0;
  margin: 1px 0;
}

.addtocart-bar{
  margin: 0 0 4px;
  padding: 0;
  position: static;
  text-align: center;
  line-height: 14px;
}

.productdetails-view .addtocart-bar{
  margin: 24px 0 0;
  padding: 0;
  position: relative;
  bottom: 0;
  text-align: left;
}

.vmgroup .addtocart-bar{
  bottom: 0;
  position: relative;
  margin: 32px 0 0 0;
}

.vmgroup .addtocart-area{
  margin: 8px 0 16px 0;
}

span.addtocart-button{
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

span.cart-images img {
  float: left;
  margin: 0;
  width: 45px;
}

span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button, span.addtocart-button span.addtocart-button-disabled{
  max-width: 100%;
  background: #0077B3;
  color: #fff;
  border: solid #00669a 1px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  padding: 12px;
  margin-bottom: 0;
}

span.addtocart-button span.addtocart-button-disabled {
  background: #f2f2f2;
  color: #fff;
  border: solid #333 1px;
  border-radius: 4px;
  font-size: 16px!important;
  font-weight: 400;
  line-height: normal;
}


/*.addtocart-button-disabled {
    line-height: 18px;
}*/

div.vm-details-button {
  text-align: center;
}

div.vm-details-button a {
  padding: 11px 16px;
  border: 1px solid gray;
  font-size: 16px;
  max-width: 85%;
  width: 192px;
  line-height: 18px;
}

.browse-view span.addtocart-button-disabled, .featured-view span.addtocart-button-disabled, .discontinued-view span.addtocart-button-disabled, .latest-view span.addtocart-button-disabled, .topten-view span.addtocart-button-disabled, .recent-view span.addtocart-button-disabled, .related-products-view span.addtocart-button-disabled, .browse-view span.addtocart-button-disabled, .addtocart-button-disabled {
  display: inline-block;
  padding: 16px;
  border: 1px solid #ddd;
  font-size: 16px;
  border-radius: 4px;
  margin: 0;
  color: #aaa;
  width: 192px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.vm-btn, .vm-btn:link, .vm-btn:active, .vm-btn:visited {
    display: inline-block;
    width: 192px;
    padding: 12px 8px;
    font-size: 16px;
    border-radius: 4px;
    text-decoration: none;
    line-height: normal;
    text-align: center;
    background-color: #eee;
    color: #333;
    border: 1px solid #ccc;
}

.vm-btn:hover {
    background-color: #0077B3;
    color: #fff;
    border: 1px solid #ccc;
}

.vm-btn.vm-btn-primary {
    background-color: #0077B3;
    color: #fff;
}

.vm-btn.vm-btn-primary:hover {
    background-color: #fff;
    color: #0077B3;
}

.vm-btn.vm-btn-secondary {
    background-color: #eee;
    color: #333;
}

.vm-btn.vm-btn-secondary:hover {
    background-color: #ccc;
    color: #111;
}

.vm-btn.vm-btn-sm {
    padding: 2px 4px;
}

.vm-btn.vm-btn-lg {
    padding: 7px 12px;
}

.category-view h4{
  margin: 0;
  padding: 0;
}

.category-view .row .category .spacer h2{
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.category-view .row .category .spacer h2 a img{
  margin-top: 2px;
  max-width: 100%;
  height: auto;
}

.featured-view h4,.discontinued-view h4,.latest-view h4,.topten-view h4,.recent-view h4,.related-products-view h4{
  font-size: 14px;
  margin: 0 0 8px;
  padding: 0;
}
/*.browse-view h1{font-size:0.2em;margin:0 0 8px;padding:0;}*/

.orderby-displaynumber{
  border-bottom: solid #E9E8E8 1px;
  border-top: solid #E9E8E8 1px;
  margin: 10px 0;
  padding: 10px 0;
}

.orderlistcontainer{
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 8px;
}

.orderlistcontainer div.activeOrder{
  background: #FFF top right no-repeat url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  padding: 2px 24px 1px 12px;
}

.orderlistcontainer a{
  text-decoration: none;
  display: block;
}

.orderlistcontainer a :hover{
  text-decoration: none;
  display: block;
  color: #EEE;
  background: #777;
}

.orderlistcontainer div.orderlist{
  display: none;
  position: absolute;
  border: solid #CAC9C9 1px;
  background: #FFF;
  cursor: pointer;
  z-index: 1;
}

.orderlistcontainer div.orderlist div{
  padding: 2px 12px 1px;
}

.orderlistcontainer div.orderlist div:hover{
  color: #EEE;
  background: #CAC9C9;
}

.ask-a-question-view .product-summary{
  border-bottom: solid #CAC9C9 1px;
  margin: 25px 0 0;
  padding: 0 0 10px;
}

.ask-a-question-view .product-summary h2{
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.ask-a-question-view .product-summary .short-description{
  margin-top: 6px;
}

.ask-a-question-view .product-summary img.product-image{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.ask-a-question-view .form-field textarea.field{
  width: 394px;
  background: #fff url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/default_bg.jpg) bottom repeat-x;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 12px;
}

.ask-a-question-view .form-field textarea.field:hover{
  background: #fff url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/default_hover_bg.jpg) top repeat-x;
  color: #000;
}

.ask-a-question-view .form-field .submit{
  width: 418px;
}

.ask-a-question-view input.counter,.ask-a-question-view input#name,.ask-a-question-view input#email{
  background: #e8e8e8 url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  color: #777;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 5px 4px;
}

.ask-a-question-view table.askform, .ask-a-question-view table.askform tr, .ask-a-question-view table.askform td {
  border: 0;
}

.ask-a-question-view table.askform td {
  padding: 5px 0;
}

.ask-a-question-view #recaptcha_area {
  margin-bottom: 20px;
}

a.ask-a-question{
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 8px;
  padding: 3px 12px 1px;
  margin: 2px;
}

a.ask-a-question:hover{
  color: #777;
  text-decoration: none;
}

.ask-a-question-view,.manufacturer-details-view .spacer{
  padding: 20px;
}

.ask-a-question-view h1,.manufacturer-details-view h1{
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.ask-a-question,.manufacturer,.manufacturer-details-view .email-weblink,.manufacturer-details-view .description{
  margin: 10px 0 0;
}

.manufacturer-details-view img{
  float: right;
  margin: 0 0 10px 20px;
}

.manufacturer-details-view .email-weblink a{
  margin-right: 15px;
}

a.product-details, a.details, div.details{
  background-position: 0 0;
  display: inline-block;
  padding: 3px 8px 1px;
}

a.details:hover, div.details:hover, a.product-details:hover{
  background-position: 0 -40px;
  color: #777;
}

span.details-button{
  margin: 0 0 0 10px;
}

span.details-button input.details-button {
  background: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/backgrounds.png) repeat-x scroll center top #E8E8E8;
  color: #135CAE;
  border: 1px solid #CAC9C9;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  padding: 3px 8px 1px;
}

.coupon{
  color: gray;
  border-radius: 4px;
  border: 1px solid #CAC9C9;
  font-size: 9px;
  padding: 3px;
}

textarea.virtuemart{
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 5px 5px 4px;
}

p.product_s_desc{
  line-height: 20px;
  height: 40px;
  margin: 0;
  padding: 0;
}

span.stock-level{
  font-size: 10px;
  color: #7d7b7b;
}

.horizontal-separator{
  height: 1px;
  background: #e9e8e8;
  margin: 10px 0;
}

.invalid {
  border-color: #f00!important;
  background-color: #ffd;
  color: #000;
}

label.invalid {
  background-color: #fff;
  color: #f00;
}

.page-results{
  margin-top: 25px;
  text-align: right;
}

.control-buttons button.default{
  margin-left: 8px;
}

table.user-details .vm-chzn-select{
  background: #e8e8e8 url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 210px;
}

table.user-details input{
  background: #e8e8e8 url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 200px;
}

table.user-details input.invalid{
  background: #e8e8e8 url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid red 1px;
  border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
}

table.user-details{
  width: 450px;
  margin-bottom: 10px;
}

table.user-details input[type="checkbox"], table.user-details input[type="radio"] {
  width: 20px;
}

td.key{
  padding: 0 6px;
  width: 150px;
}

.cart-view h1{
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px;
}

.cart-view h2{
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.checkout-button-top{
  text-align: right;
  border-top: solid #E9E8E8 1px;
  padding: 10px 0 0;
}

.checkout-button-top input.terms-of-service{
  margin-right: 10px;
  display: inline-block;
}

span.tos{
  display: inline-block;
  margin-right: 15px;
}

.billto-shipto{
  border-top: solid #E9E8E8 1px;
  border-bottom: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 25px;
}

.billto-shipto span, a.terms-of-service{
  display: inline-block;
  font-size: 14px;
}

#full-tos {
  display: none;
}

.output-billto span.titles,.output-shipto span.titles{
  width: 150px;
  float: left;
}

.output-billto span.values-first_name,.output-billto span.values-middle_name,.output-billto span.values-zip,.output-shipto span.values-first_name,.output-shipto span.values-middle_name,.output-shipto span.values-zip{
  float: left;
  margin-right: 3px;
}

table.cart-summary tr th{
  background: #e8e8e8 url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/backgrounds.png) top repeat-x;
  border-bottom: solid #E9E8E8 1px;
  padding: 6px 2px 3px;
}

.cart-summary .vm-price-value {
  white-space: nowrap;
}

.cart-summary tr td {
  padding: 5px 3px 2px;
}

.customer-comment{
  text-align: center;
  border-top: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 0;
}

textarea.customer-comment{
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  text-align: left;
  padding: 5px 5px 4px;
}

.cart.customer-note{
  margin: 10px 0 0 0;
}

textarea#customer_note_field {
  margin: 10px 0;
  width: 98%;
}

div.terms-of-service{
  margin: 10px 0 0;
  padding: 10px 0 15px;
  display: inline;
}

.terms-of-service h5{
  background: #7C1E21;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  font-weight: 400;
  margin: 0;
  padding: 15px;
}

.terms-of-service h5 a,.terms-of-service h5 a:visited{
  color: #fff;
  text-transform: uppercase;
}

.VmArrowdown{
  background: top right no-repeat url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  float: right;
  width: 16px;
  height: 16px;
  padding: 0 12px;
}

ul.VMmenu,.VMmenu ul,.VMmenu li{
  list-style-type: none;
  background-image:none;
  padding: 2px;
}

#com-form-login .width30.floatleft {
  display: inline-block;
  margin: 0 20px 0 0;
}

#com-form-login label{
  display: inline-block;
}

#com-form-login input[type="checkbox"] {
  margin: 0;
}

.vm2-add_quantity_cart{
  background-position: 0 0;
  width: 24px;
  height: 24px;
  border: 0px;
  cursor: pointer;
}

.vm2-arrow_down{
  background-position: 0 -72px;
  width: 16px;
  height: 16px;
}

.vm2-billto-icon{
  background-position: 0 -138px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  border: 0px;
}

.vm2-remove_from_cart{
  background-position: 0 -212px;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}

.vm2-shipto-icon{
  background-position: 0 -284px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
}

.vm2-lowstock{
  background-position: 0 -1114px;
  width: 62px;
  height: 15px;
  display: inline-block;
  float: right;
  margin: 6px 4px 0 0;
}

.vm2-nostock{
  background-position: 0 -1179px;
  width: 62px;
  height: 15px;
  display: inline-block;
  float: right;
  margin: 6px 4px 0 0;
}

.vm2-normalstock{
  background-position: 0 -1244px;
  width: 62px;
  height: 15px;
  display: inline-block;
  float: right;
  margin: 6px 4px 0 0;
}

.featured-view .vm2-lowstock, .featured-view .vm2-nostock, .featured-view .vm2-normalstock, .discontinued-view .vm2-lowstock, .discontinued-view .vm2-nostock, .discontinued-view .vm2-normalstock, .latest-view .vm2-lowstock, .latest-view .vm2-nostock, .latest-view .vm2-normalstock, .topten-view .vm2-lowstock, .topten-view .vm2-nostock, .topten-view .vm2-normalstock, .recent-view .vm2-lowstock, .recent-view .vm2-nostock, .recent-view .vm2-normalstock, .related-view .vm2-lowstock, .related-view .vm2-nostock, .related-view .vm2-normalstock{
  float: right;
  margin: 6px 4px 0 0;
}

.vm2-termsofservice-icon{
  background-position: 0 -1309px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  display: inline-block;
}

.vendor-store-desc,.category-view,.featured-view,.discontinued-view,.latest-view,.topten-view,.recent-view,.related-products-view,.browse-view,.order-view{
  margin-bottom: 25px;
}

.main-image,.featured-view .product,.discontinued-view .product,.latest-view .product,.topten-view .product,.recent-view .product,.related-products-view .product{
  text-align: center;
}

.vm-product-media-rating {
  width: 100%;
  float: left;
}

.vm-product-media-rating h2 {
  border: none;
  margin: 6px 0;
}

.vm-rating-header {
  float: right;
  margin: 0 6px 0 0;
}

.vm-product-media-container {
  text-align: center;
  max-width: 100%;
  margin-bottom: 15px;
}

.vm-product-container .vm-product-media-container {
  float: left;
  width: 55%;
}

.vm-product-descr-container {
  float: left;
  width: 100%;
  text-align: center;
}

.vm-product-details-container {
  float: right;
  width: 45%;
}

.valign-wrapper {
  position: relative;
}

.valign-content-wrapper {
  position: absolute;
  height: 100%;
  top: 50%;
  width: 100%;
}

.valign-content {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: -43px;
}
/* .main-image img {max-width:100%;height:auto}*/

.main-image img {
  max-width: 100%;
  height:auto;
}
/*.main-image img.product-image,.featured-view .spacer img,.discontinued-view .spacer img,.latest-view .spacer img,.topten-view .spacer img,.recent-view .spacer img{max-width:100%;height:auto;width:auto;}*/

.browseProductImage {
  height: auto;
  max-width: 100%;
}

.browseCategoryImage {
  height: auto;
  max-width: 100%;
}

.customer-reviews,.ask-a-question-view .form-field{
  margin: 25px 0 0;
}

span.variant-name, span.custom-variant-name{
  width: 100px;
  float: left;
  display: block;
  margin-bottom: 5px;
}

span.addtocart-button input.addtocart-button:hover, span.addtocart-button input.notify-button:hover, input.highlight-button:hover, a.highlight:hover{
  background-position: 0 -200px;
  color: #f2f2f2;
}

.category-view .row .category .spacer,.featured-view .spacer,.discontinued-view .spacer,.latest-view .spacer,.topten-view .spacer,.recent-view .spacer,.related-products-view .spacer,.browse-view .row .product .spacer{
  padding: 6px;
}

.featured-view .spacer h3,.discontinued-view .spacer h3,.latest-view .spacer h3,.topten-view .spacer h3,.recent-view .spacer h3,.related-products-view .spacer h3{
  font-size: 14px;
  margin: 0 0 3px;
  padding: 0;
}

.browse-view .row .product .spacer img,.related-products-view .row .product .spacer img{
  width: auto;
  height: auto;
}

.display-number,.control-buttons{
  text-align:right !important;
  margin: 0 8px 0 0;
}

.control-buttons #reg_text {
  float: left;
  margin: 0 20px 0 0;
  text-align: left;
}

.control-buttons .reg_text {
  float: left;
  margin: 0 20px 0 0;
  text-align: left;
}

#userForm select,.width80{
  width: 80%;
}

textarea.virtuemart:hover, textarea.customer-comment:hover{
  color: #000;
  background: #e8e8e8;
}

label.invalid, span.red{
  color: red;
}

.output-billto span.values,.output-shipto span.values,.floatleft, span.floatleft{
  float: left;
}

.output-billto span.values,.output-shipto span.values {
  padding-right: 5px;
}

.joomlaCoreField {
  background-color: #FFFFDD;
}

.vm-pagination {
  float: left;
  text-align:center !important;
}

.vm-pagination ul{
  text-align:center !important;
}

.vm-pagination ul li{
  display: inline;
}

.vm-pagination .counter{
  text-align: right !important;
}

.vm-page-counter {
  float: right;
}

.vm-bottom div{
  text-align:center !important;
}

.vm-bottom ul{
  text-align:center !important;
}

.vm-bottom ul li{
  display: inline;
}

.vm-bottom .counter{
  text-align: right !important;
}

.pagenav {
  padding: 3px 8px;
  margin: 0 4px;
  border: 1px solid #aaa;
  background-color: #fafafa;
  color: #808080;
}

a.pagenav {
  color: #555;
  text-decoration: none;
}

td.orders-key{
  font-weight: bold;
  text-align: left;
}
/* Manufacturer View Default */

.manufacturer-view-default .row .manufacturer .spacer {
  padding: 6px;
}

.product-field-display a img{
  display: block;
}

.product-related-products, .product-related-categories{
  border-top: solid #ccc 1px;
  padding-bottom: 10px;
}

.product-related-products img, .product-related-categories img {
  margin: 0 auto;
}

.product-fields .product-field-type-P{
  clear: both;
  border-bottom: 1px solid #EEEEEE;
  margin-top: 18px;
}

.product-field-type-P .product-fields-title{
  font-size: 120%;
}

.product-field-type-B,.product-field-type-S,.product-field-type-I{
  float: left;
  text-align: left;
}

.product-field-type-R, .product-field-type-Z{
  float: left;
  margin: 0 16px;
}

.product-fields-title-wrapper{
  min-width: 160px;
  font-weight: bold;
  padding: 8px 0;
}

.product-field-type-S ul {
  margin: 0;
  padding: 0 0 0 15px;
}

.vm-customfield-mod img,.vm-customfield-cart img{
  vertical-align: middle;
  width: 16px;
}

.vm-img-desc{
  display: block;
}

a:hover .vm-img-desc{
  background: #095197;
}

.vmpayment_name, .vmpayment_cost, .vmshipment_name, .vmshipment_cost{
  padding: 0 2px;
}

.vmpayment_description,.vmshipment_description {
  color: gray;
  font-size: 9px;
  padding: 0 2px;
}

.vmpayment_cardinfo {
  color: gray;
  font-size: 9px;
}

.virtuemart_search .inputbox{
  vertical-align: middle;
}
/* Custom Field Images */

.product-fields .product-field{
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 6px;
}

.product-fields .product-field label.other-customfield {
  width: 25%;
  float: left;
  position: relative;
  top: 20px;
  left: -18px;
  margin-bottom: 27px;
  text-align: center;
}/* For 4 images across use width:17% */

.product-fields .product-field-type-M {
  display: block;
}

.product-fields .product-field-type-M input[type=radio] {
  display: block;
  margin: 10px;
}

.product-fields .product-field-type-M label {
  display: inline-block;
}

.product-fields .product-field-type-M img {
  display: block;
  vertical-align: text-top;
  float: right;
}

.product-field-display {
  vertical-align: middle;
}

.product-fields .product-field .vm-img-desc {
  font-size: 9px;
}

.vm-cart-item-name {
  text-align: left;
  overflow: hidden;
}

.vm-cart-item-sku {
  text-align: left;
}

.vm-cart-item-basicprice{
  min-width: 64px;
  width: 5%;
  text-align: center;
}

.vm-cart-item-quantity{
  min-width: 100px;
  width: 10%;
  text-align: center;
}

.vm-cart-item-tax{
  min-width: 64px;
  width: 5%;
  text-align: center;
}

.vm-cart-item-discount{
  min-width: 64px;
  width: 5%;
  text-align: center;
}

.vm-cart-item-total{
  min-width: 64px;
  width: 5%;
  text-align: center;
}

.vm-search-custom-values-group {
  display: block;
  float: left;
  background-color: #f2f2f2;
  margin: 4px;
  padding: 4px;
}

span.vm-search-descr {
  display: block;
}

.vm-search-custom-search-input input.inputbox {
  margin: 0;
}

/* some more styles */

.buttonBar-right{
  text-align: right;
  float: right;
}

.userfields_info{
  font-weight: bold;
  display: block;
  margin: 0px 0px 8px 0px;
}

div.product {
  float: left;
  border: 0px solid #ddd;
  min-width: 220px;
}

div.product_horizon div.product {
  float: left;
  border: 1px solid #ddd;
  margin: 4px;
  min-width: 220px;
}

.vm-product-descr-container h2 {
  min-height: 51px;
  margin-bottom: 0px;
}

.vm-product-descr-container-0 {
  min-height: 50px;
  margin-bottom: 6px;
}

.vm-product-descr-container-1 {
  min-height: 90px;
  margin-bottom: 6px;
}

.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2 {
  font-size: 14px;
  line-height: 20px;
  margin:  0 0 10px 0;
  text-align: center;
}

/* Reset Bootstrap row class margin for VM views */

div[class*="-view"] .row{
  margin: 0;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */

.vmLoadingDiv {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2) url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/vm-preloader.gif) 50% 45% no-repeat;
}

/* Anytime the body has the loading class, our
   modal element will be visible */

.vmLoading .vmLoadingDiv {
  display: block;
}

.vmLoadingDiv .vmLoadingDivMsg {
  position: relative;
  top: 50%;
}

/* additional for vm-products-horizon */
.vm-products-horizon.vm-col {
    width: 100%;
}

.vm-products-horizon .vm-product-media-container {
    float: left;
    max-width: 180px;
}

.vm-products-horizon .vm-product-rating-container {
	float: left;
	padding: 4px 8px;
}

.vm-products-horizon .vm-product-descr-container-0, .vm-products-horizon .vm-product-descr-container-1, .vm-products-horizon .vm-product-descr-container-2 {
    float: left;
}

.vm-products-horizon .vm-product-descr-container-0 > h2, .vm-products-horizon .vm-product-descr-container-1 h2, .vm-products-horizon .vm-product-descr-container-2 h2 {
    display: inline-block;
    float: none;
}

.vm-products-horizon .vmicon {
    float: none;
}

.vm-products-horizon .ratingbox {
    display: block;
}

.vm-products-horizon .vm-details-button {
    display: none;
}

.vm-products-horizon .vm-customfields-wrap {
    float: left;
}

.vm-products-horizon .product-price {
    float: right;
}

.vm-products-horizon .addtocart-bar {
    float: right;
    position: static;
}



/* adjust to screen size */

div[class*="-view"] .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* cart table */
.cart-summary td, .cart-summary th {
  border: 1px solid #ddd;
}

.vm-payment-plugin-single label, .vm-shipment-plugin-single label {
  display: inline;
}
/* Chosen */
.chzn-container, .chzn-drop{
  max-width: 100%;
}

.product-field-type-C .chzn-container {
  margin-bottom: 10px;
}

/* Category module wall layout */
.vm-categories-wall{
	list-style:none;
	margin:0 0 20px;
	padding:0;
}
.vm-categories-wall a{
	font-weight:bold;
	display:block
}
.vm-categories-wall-catwrapper{
	margin-bottom:15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vm-categories-wall-img{
	margin-bottom:10px
}
.vm-categories-wall .width50:nth-child(2n +1),
.vm-categories-wall .width33:nth-child(3n +1),
.vm-categories-wall .width25:nth-child(4n +1),
.vm-categories-wall .width20:nth-child(5n +1),
.vm-categories-wall .width16:nth-child(6n +1){
	clear:left
}

.spacer.product-container {
  border: 1px solid #ddd;
  margin: 2px;
}

@media all and (max-width: 980px) {
  div#nav {
    display: none;
  }

  div#contentarea {
    padding: 0;
  }
}

@media all and (max-width: 800px) {
  div#line {
    display: none;
  }

  div#nav {
    display: none;
  }

  div.vendor-store-desc {
    display: none;
  }

  div[class*="vm-col-"] {
    width: 49%;
  }

  .vm-col-3 {
    width: 49%;
  }

  h1#logo {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  /* Category module wall layout */
  .vm-categories-wall-catwrapper{
    width: 50%;
  }

  .vm-categories-wall .vm-categories-wall-catwrapper:nth-child(2n +1){
    clear:left;
  }

  .vm-categories-wall .width50:nth-child(2n +1),
  .vm-categories-wall .width33:nth-child(3n +1),
  .vm-categories-wall .width25:nth-child(4n +1),
  .vm-categories-wall .width20:nth-child(5n +1),
  .vm-categories-wall .width16:nth-child(6n +1){
  	clear: none;
  }

}

@media (max-width: 480px){
  #header ul {
    text-align: center;
  }

  .row div[class*="width"]{
    width: 49%;
    float: left;
    margin-bottom: 15px;
  }

  div.product {
    float: left;
    margin: auto;
    width: 49%;
  }

  div[class*="vm-col-"] {
    width: 100%;
  }

  .vm-product-container > div {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .productdetails-view .spacer-buy-area {
    padding: 0;
  }

  .productdetails-view .addtocart-area, .productdetails-view .manufacturer, .productdetails-view .addtocart-bar{
    text-align: center;
  }
}

@media all and (max-width: 400px) {
  .row div[class*="width"]{
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  #header ul {
    right: 0px;
    left: 0px;
  }
}

@media (max-width: 360px) {
  /* Category module wall layout */
  .vm-categories-wall-catwrapper{
    width: 100%;
  }
}
/* Reviews */
.customer-reviews h4{
  border-bottom: solid #CAC9C9 1px;
  font-size: 1.0em;
  margin: 0 0 10px;
  padding: 0 0 6px;
}

.write-reviews{
  text-align: center;
  margin: 20px 0 0;
}

.write-reviews h4{
  text-align: left;
}

.write-reviews h4 span{
  font-size: 1.0em;
  font-weight: 400;
  margin-left: 8px;
}

.write-reviews span.step{
  font-weight: 700;
  display: inline-block;
  margin: 0 0 8px;
}

.rating{
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}

.write-reviews ul.rating li{
  display: inline-block;
  list-style: none;
  text-align: center;
  padding: 0 5px;
}

.write-reviews ul.rating li span{
  display: block;
}

.write-reviews textarea.virtuemart{
  margin-bottom: 6px;
  display: inline-block;
}

.list-reviews .normal{
  border: solid #CAC9C9 1px;
  margin-bottom: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 12px;
}

.list-reviews .normal blockquote,.list-reviews .highlight blockquote{
  margin-top: 12px;
  font-size: 12px;
  word-wrap: break-word;
}

.list-reviews .normal blockquote:before,.list-reviews .highlight blockquote:before{
  content: open-quote;
  font-weight: 700;
  font-size: 24px;
  padding-right: 6px;
}

.list-reviews .normal blockquote:after,.list-reviews .highlight blockquote:after{
  content: close-quote;
  font-weight: 700;
  font-size: 24px;
  padding-left: 6px;
}

.list-reviews .highlight{
  background: #f7f6f6;
  border: solid #CAC9C9 1px;
  margin-bottom: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 12px;
}

.list-reviews span.date{
  float: right;
  display: block;
  color: #777;
  border-left: solid #CAC9C9 1px;
  border-bottom: solid #CAC9C9 1px;
  position: relative;
  top: -12px;
  right: -12px;
  font-size: 10px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  padding: 4px 6px 2px;
}
/* Reviews end */

.vm2-stars0{
  background-position: 0 -358px;
  width: 64px;
  height: 13px;
}

.vm2-stars1{
  background-position: 0 -421px;
  width: 64px;
  height: 13px;
}

.vm2-stars2{
  background-position: 0 -484px;
  width: 64px;
  height: 13px;
}

.vm2-stars3{
  background-position: 0 -547px;
  width: 64px;
  height: 13px;
}

.vm2-stars4{
  background-position: 0 -610px;
  width: 64px;
  height: 13px;
}

.vm2-stars5{
  background-position: 0 -673px;
  width: 64px;
  height: 13px;
}

.vm2-stars_0{
  background-position: 0 -736px;
  width: 64px;
  height: 13px;
}

.vm2-stars_1{
  background-position: 0 -799px;
  width: 64px;
  height: 13px;
}

.vm2-stars_2{
  background-position: 0 -862px;
  width: 64px;
  height: 13px;
}

.vm2-stars_3{
  background-position: 0 -925px;
  width: 64px;
  height: 13px;
}

.vm2-stars_4{
  background-position: 0 -988px;
  width: 64px;
  height: 13px;
}

.vm2-stars_5{
  background-position: 0 -1051px;
  width: 64px;
  height: 13px;
}

.vm-product-rating-container {
  text-align: left;
}

.ratingbox {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 24px;
  background: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/color-stars.png) repeat-x scroll 0 bottom transparent;
  margin: 0 auto 15px;
}

.ratingbox div, .ratingbox span {
  background: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/color-stars.png) repeat-x;
  display: block;
  width: 1%;
  height: 24px;
  position: static;
}

.browse-view .ratingbox{
  margin: 0 auto 15px;
}

.spacer-buy-area .ratingbox {
  margin-bottom: 15px;
}

div.vote, span.vote {
  display: block;
  margin-bottom: 4px;
  float: right;
  margin-left: 130px;
}

.category-ratingbox {
  position: relative;
  display: block;
  width: 60px;
  height: 12px;
  background: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/color-stars-small.png) repeat-x scroll 0 bottom transparent;
}

.category-ratingbox div, .category-ratingbox span {
  background: url(//mail.homenergy4u.gr//components/com_virtuemart/assets/css/../images/color-stars-small.png) repeat-x;
  display: block;
  width: 1%;
  height: 12px;
  position: absolute;
}

.stars-orange{
  background-position:0 0 !important;
}

.stars-red{
  background-position:0 -54px !important;
}

.stars-green{
  background-position:0 -108px !important;
}

.stars-blue{
  background-position:0 -162px !important;
}

.stars-purple{
  background-position:0 -216px !important;
}

@media (max-width: 768px){
  .spacer-buy-area .ratingbox {
    margin: 0 auto 15px;
  }
}

.t3-slideshow + .t3-content-mast-top {
  position: relative;
  margin-top: -200px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .t3-slideshow + .t3-content-mast-top {
    margin-top: -60px;
  }
}
@media (max-width: 991px) {
  .t3-slideshow + .t3-content-mast-top {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .t3-slideshow + .t3-content-mast-top {
    margin-top: 15px;
  }
}
.acm-slideshow {
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  
  .acm-slideshow {
    padding-left: 0;
    padding-right: 0;
  }
}
.acm-slideshow .owl-carousel {
  cursor: move;
  padding: 0;
  overflow: visible;
  background: #333333;
}
.acm-slideshow .owl-carousel .owl-stage-outer {
  overflow: visible;
  z-index: 0;
}
.acm-slideshow .owl-carousel .item {
  position: relative;
  overflow: hidden;
}
.acm-slideshow .owl-carousel .item .img-bg {
  border-left: 1px solid #000000;
  max-width: 100%;
}
.acm-slideshow .owl-carousel .item .slider-img {
  width: 100%;
  height: auto;
}
.acm-slideshow .owl-carousel .item .slider-thumb {
  width: auto;
}

.acm-slideshow .owl-carousel .item .slider-content {
  color: #ffffff;
  text-align: left;
  position: absolute;
  z-index: 2;
  /*edited removed 23_08_2020
  bottom: 300px;*/
  right: 105px;
  padding: 0;
  margin-left: 0;
  height: auto;
  display: block;
}
@media (max-width: 1199px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    /*bottom: 150px;*/
    /*right: 30px;*/
    right: -150px;
    
  }
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    bottom: 90px;
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    bottom: 60px;
  }
}
.acm-slideshow .owl-carousel .item .slider-content .item-title {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Archivo', sans-serif;
  line-height: 1.785;
}
@media (min-width: 768px) {
  .acm-slideshow .owl-carousel .item .slider-content .item-title {
    font-size: 30px;
  }
}
.acm-slideshow .owl-carousel .item .slider-content .item-title a {
  color: #ffffff;
  line-height: normal;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.acm-slideshow .owl-carousel .item .slider-content-inner {
  background-color: transparent;
  max-width: 390px;
}
.acm-slideshow .owl-carousel .item .slider-content-inner a {
  color: #ffffff;
}
.acm-slideshow .owl-carousel .item .slider-content-inner h2 {
  background: #000000;
  box-shadow: -10px 0 0 #000000, 10px 0 0 #000000;
  box-decoration-break: clone;
  color: #ffffff;
  font-size: 45px;
  display: inline;
  line-height: 1.24;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 2px 0;
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .item .slider-content-inner h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content-inner h2 {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 0;
  }
}
.acm-slideshow .owl-carousel .item .slider-content-inner .btn {
  margin-left: -10px;
  margin-top: 10px;
}
.acm-slideshow .owl-carousel .owl-item:not(.active) .img-bg {
  -webkit-filter: grayscale(100%);
  
  filter: grayscale(100%);
}
.acm-slideshow .owl-carousel .owl-item:not(.active) .slider-content {
  display: none;
}
.acm-slideshow .owl-carousel .owl-nav > div {
  background-image: url(//mail.homenergy4u.gr//templates/ja_shoe/acm/slideshow/css/themes/light/../../../ico/left.png);
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  text-align: center;
  right: 100%;
  position: absolute;
  height: 100%;
  width: 100px;
}
.acm-slideshow .owl-carousel .owl-nav > div.owl-next {
  background-image: url(//mail.homenergy4u.gr//templates/ja_shoe/acm/slideshow/css/themes/light/../../../ico/right.png);
  left: 100%;
  right: auto;
}
.acm-slideshow .owl-carousel .owl-nav > div .fa {
  display: none;
}
.acm-slideshow .owl-carousel .owl-dots {
  bottom: 220px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .acm-slideshow .owl-carousel .owl-dots {
    bottom: 80px;
  }
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .owl-dots {
    bottom: 45px;
  }
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .owl-dots {
    bottom: 20px;
  }
}
.acm-slideshow .owl-carousel .owl-dots > div {
  display: inline-block;
  margin: 0 5px;
}
.acm-slideshow .owl-carousel .owl-dots > div > span {
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
}
.acm-slideshow .owl-carousel .owl-dots > div.active > span {
  border-width: 2px;
  position: relative;
  top: 1px;
  height: 10px;
  width: 10px;
}
@media (min-width: 768px) {
  .acm-slideshow .owl-carousel.ct-center .item .slider-content {
    text-align: center;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
.acm-slideshow .owl-carousel.ct-left .item .slider-content {
  left: 90px;
  right: auto;
}
@media (max-width: 1199px) {
  .acm-slideshow .owl-carousel.ct-left .item .slider-content {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel.ct-left .item .slider-content {
    left: 0;
  }
}
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-opacity-60{opacity:0.6}.cc-window.cc-opacity-70{opacity:0.7}.cc-window.cc-opacity-80{opacity:0.8}.cc-window.cc-opacity-90{opacity:0.9}.cc-window.cc-opacity-100{opacity:1}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-1em)}
.cc-animate.cc-revoke.cc-center{transform:translateY(-1em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(1em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-animate.cc-revoke.cc-active.cc-center,.cc-animate.cc-revoke-bottom.cc-active,.cc-revoke:hover{transform:translateY(0)}.cc-animate.cc-revoke-bottom.cc-center{transform: translateY(1em)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-flow: row wrap;z-index:99999999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;-ms-flex-direction:column;flex-direction:column;text-align:initial}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke.cc-top.cc-animate{padding:1em .5em 0.2em}
.cc-revoke.cc-center.cc-animate{padding:1em .5em 0.2em}.cc-revoke.cc-bottom.cc-animate{padding:0.2em .5em 1em}.cc-revoke-bottom.cc-center.cc-animate{padding: 0.2em .5em 1em}.cc-header{font-size:18px;font-weight:700;max-width:256px;margin-top:2px}span.cc-message span.cc-cookie-settings-toggle{padding:.2em .4em;font-size:.9em;border-width:2px;border-style:solid;text-align:center;white-space:nowrap;display:inline-block;margin-top:4px}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em .2em .2em 0;margin: 0 4px 0 0;background:transparent}.cc-link:hover{opacity:1;background:transparent}.cc-link:active,.cc-link:visited,.cc-link:focus{outline:none;background:transparent}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn.cc-allow{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.3em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top,.cc-revoke.cc-center{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:auto}.cc-revoke.cc-right{right:3em;left:auto}.cc-revoke.cc-center{left:50%;margin-left:-75px;top:0;margin-top:0}
.cc-revoke.cc-center.cc-revoke-bottom{bottom:0;top:auto;margin-top:auto;border-radius:0;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-center{top:50%;left:50%;margin-left:-192px;margin-top:-130px}.cc-center.cc-allowall-button{margin-left:-256px}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}span.cc-header + span.cc-message span.cc-message-text{margin-right:5px}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1;text-align:left}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1 1 auto}div.cc-compliance > a.cc-btn{margin-right:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:319px){.cc-btn{white-space:normal}}@media(max-width:639px){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:0 0 1em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:0}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}span.cc-cookie-settings-toggle{cursor:pointer}span.cc-cookie-settings-toggler{transform:rotate(180deg);transition:transform 250ms;display:inline-block}span.cc-cookie-settings-toggler.cc-opened{transform:rotate(0deg)}
@media(min-width:640px){div.fancybox-30{max-width:599px}}@media(min-width:800px){div.fancybox-50{max-width:799px}}div.cc-checkboxes-container{display:flex;width:100%;flex-flow:wrap;margin-top:6px}div.cc-checkboxes-container input[type=checkbox]{margin:0!important;padding:0!important}div.cc-checkboxes-container a:not(.cc-btn){margin:0 0 0 2px;padding:3px 6px 0 0;text-decoration:none}div.cc-checkbox-container{display:flex;margin-right:6px;margin-bottom:5px;align-items:center;position:relative}div.cc-checkbox-container:not(:last-child) a{border-right:1px solid #FFF}div.cc-floating div.cc-checkboxes-container{margin-top:15px}div.cc-checkboxes-container a.cc-btn.cc-allow{min-width:fit-content;padding:0 .4em;height:16px;box-sizing:content-box}div.cc-cookie-category-title{font-size:16px;font-weight:700;border-bottom:1px solid #333;display:inline-block}input.cc-cookie-checkbox+span{position:absolute;top:0;left:0;cursor:pointer;height:18px;width:18px}input.cc-cookie-checkbox[readonly]+span,input.cc-cookie-checkbox[disabled]+span{cursor:auto}input.cc-cookie-checkbox+span:after,input.cc-cookie-checkbox+span:before{position:relative;display:block;content:"";box-sizing:content-box!important}div.cc-cookie-category-description{padding:10px 0}fieldset.cc-cookie-list-title legend{font-size:16px}ul.cc-cookie-category-list{margin:0 0 9px 25px}ul.cc-cookie-category-list li{margin-bottom:4px;overflow:auto}input.cc-cookie-checkbox{height:16px!important;width:16px!important;min-height:18px!important;border-radius:1px;box-sizing:content-box!important;cursor:pointer!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none!important;border:none!important}input.cc-cookie-checkbox+span:before{border:1px solid grey;background:#FFF;width:16px;height:16px;left:-1px}input.cc-cookie-checkbox+span:after{left:1px;border-width:1px;border-style:solid;border-color:#b3b3b3 #dcddde #dcddde #b3b3b3;background-image:linear-gradient(135deg,#b1b6be 0,#FFF 100%);background-repeat:no-repeat;background-position:center;top:-16px;width:12px;height:12px}input.cc-cookie-checkbox:checked+span:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNGMUE0MkE1QkJDMjExRTM5QUIxQzQwRjkwREYzMUIyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNGMUE0MkE2QkJDMjExRTM5QUIxQzQwRjkwREYzMUIyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0YxQTQyQTNCQkMyMTFFMzlBQjFDNDBGOTBERjMxQjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0YxQTQyQTRCQkMyMTFFMzlBQjFDNDBGOTBERjMxQjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4IZcVrAAAA5UlEQVR42mL8//8/AyMjIwMxQHwRgwOQAuEJjMRqBGoSAFL3gRhEf2BiIB7Mh2oCgQ+MFy5c+E9Ix/o3SxlmPOtGFnJkAZEGBgaMeJyoAKTOI9k24WUcwwEmNEUGBJx4AaipEMRgQtIEUnAeSCcgiRVAQxEGEmEMsB/dLxk4Atn70RRcgDoRDGLEMxh63WfAvQSz8QIUIztvPRL/QixQIzIAawS6+wMopNA0K8CCHogD0T0O9yMOzSDQCJR7gFMjmuYFUKEDQLEJ2KKJBV0AqjkRGKILsdiOqhFv6kHSCkrXMAAQYACIkU0SIPgtxAAAAABJRU5ErkJggg==),linear-gradient(135deg,#B1B6BE 0,#FFF 100%)}input.cc-cookie-checkbox[readonly]{opacity:0}input.cc-cookie-checkbox[readonly]+span{opacity:.5}input.cc-cookie-checkbox:disabled+span:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ4MjZEMDk4NTMxQTExRThCQTA1ODgzNDUyQ0M0QzlFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ4MjZEMDk5NTMxQTExRThCQTA1ODgzNDUyQ0M0QzlFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDgyNkQwOTY1MzFBMTFFOEJBMDU4ODM0NTJDQzRDOUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDgyNkQwOTc1MzFBMTFFOEJBMDU4ODM0NTJDQzRDOUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7mUCrwAAAAuklEQVR42mJ4xMDg/oCB4T8IP2RgiGOAgv8MDMxAscNQuauPGRg4GYGMN0A5YZgiRgaGeDkGhqVAjQeAXBsGBNgCUlwEZPQy4AFAW34CKQlGEAefBphCRQaGD4wwQWwakBWC+EwwzwCpQHRTgSaxAxX4wfkghVg8g64pXp6BYRETukKo1a1ozlkIClYWIFsT3Y0KQDcC/fAO2Q//GBi0QQrYQGF9n4HhBxALIJsI8jQoUoDinSA+QIABABYuPryJlkH5AAAAAElFTkSuQmCC),linear-gradient(135deg,#B1B6BE 0,#FFF 100%)}
div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:before,div.cc-checkbox-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:after{background-color:#28a745;border-color:#28a745;transition:background-color .25s}div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:after{content:"";border-style:solid;border-width:0 2px 2px 0;border-radius:0;position:absolute;left:4px;top:1px;height:11px;width:6px;transform:rotate(45deg);border-color:#fff;background:transparent}div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:before,div.cc-checkbox-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:after{background-color:#a72828;border-color:#a72828;transition:background-color .25s}div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:after{content:"+";position:absolute;left:3px;top:-1px;height:11px;width:6px;transform:rotate(45deg);background:transparent;font-size:26px;border:none}
div.cc-settings-label{opacity:.8;font-size:14px;margin-right:4px}@media (max-width:600px){div.cc-settings-label{width:100%;margin-bottom:2px}}div.cc-window.cc-floating div.cc-settings-label{width:100%;margin-bottom:2px}
div.gdprlock-placeholder,div.gdprcookielock-placeholder{position: relative;background-color:#dfdfdf;min-width:200px;min-height:120px;display:flex}div.gdprlock-placeholder.gdprlock-placeholder-action{cursor:pointer}div.gdprlock-placeholder-text,div.gdprcookielock-placeholder-text{font-size:20px;text-align:center;width:80%;margin:auto;line-height:initial}
@media screen and (max-width:640px){div.gdprlock-placeholder-text,div.gdprcookielock-placeholder-text{width:100%}}@media screen and (max-width:499px){div.cc-window.cc-floating div.cc-compliance{flex-wrap:wrap}div.cc-window.cc-floating div.cc-compliance a.cc-btn{margin-bottom:5px}div.cc-window.cc-floating.cc-center{left: auto; margin-left: auto;max-width: none}}
@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg)}to{transform:perspective(400px) rotate3d(1,0,0,90deg)}}
.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible !important}
@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg)}to{transform:perspective(400px) rotate3d(1,0,0,0deg)}}
.flipInX{animation-duration:.75s;animation-name:flipInX;backface-visibility:visible !important}
fieldset.cc-cookie-list-title .gdpr_onoffswitchcookie{width:66px;position:relative;float:right;margin:2px 10px 0 0}fieldset.cc-cookie-list-title .gdpr_onoffswitch-label{display:block;position:relative;overflow:hidden;cursor:pointer;margin:auto;width:auto;max-width:initial}fieldset.cc-cookie-list-title .gdpr_onoffswitch-inner{display:block;width:200%;margin-left:0;transition:margin .2s ease-in 0s}.gdpr_onoffswitch-inner::after,fieldset.cc-cookie-list-title .gdpr_onoffswitch-inner::before{display:block;float:left;width:50%;height:22px;padding:0;line-height:22px;font-size:14px;color:#fff;font-family:Trebuchet,Arial,sans-serif;font-weight:700;box-sizing:border-box}fieldset.cc-cookie-list-title .gdpr_onoffswitch-inner::before{content:"ON";padding-left:14px;background-color:#19a319;color:#fff}fieldset.cc-cookie-list-title .gdpr_onoffswitch-inner::after{content:"OFF";padding-right:10px;background-color:#f01f1f;color:#fff;text-align:right}fieldset.cc-cookie-list-title .gdpr_onoffswitch-switch{display:block;width:20px;height:18px;margin:0;background:#fff;position:absolute;top:2px;right:2px;transition:all .2s ease-in 0s}fieldset.cc-cookie-list-title .gdpr_cookie_switcher span.gdpr_onoffswitch-switch{width:14px;height:14px}fieldset.cc-cookie-list-title .gdpr_cookie_switcher label.gdpr_onoffswitch-label{height:18px}fieldset.cc-cookie-list-title .gdpr_cookie_switcher span.gdpr_onoffswitch-inner::after,fieldset.cc-cookie-list-title .gdpr_cookie_switcher span.gdpr_onoffswitch-inner::before{line-height:18px}fieldset.cc-cookie-list-title .gdpr_onoffswitchcookie.gdpr_cookie_switcher.disabled .gdpr_onoffswitch-inner{margin-left:-100%}fieldset.cc-cookie-list-title .gdpr_onoffswitchcookie.gdpr_cookie_switcher.disabled .gdpr_onoffswitch-switch{right:50px}

div.cc-window.cc-floating{max-width:24em}@media(max-width: 639px){div.cc-window.cc-floating:not(.cc-center){max-width: none}}div.cc-window, span.cc-cookie-settings-toggler{font-size:16px}div.cc-revoke{font-size:16px}div.cc-settings-label,span.cc-cookie-settings-toggle{font-size:14px}div.cc-window.cc-banner{padding:1em 1.8em}div.cc-window.cc-floating{padding:2em 1.8em}input.cc-cookie-checkbox+span:before, input.cc-cookie-checkbox+span:after{border-radius:1px}
	

		@-webkit-viewport   { width: device-width; }
		@-moz-viewport      { width: device-width; }
		@-ms-viewport       { width: device-width; }
		@-o-viewport        { width: device-width; }
		@viewport           { width: device-width; }
	
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

#debungcontrolls {
	z-index:100000;
	position:fixed;
	bottom:0px; width:100%;
	height:auto;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
}

.debugtimeline {
	width:100%;
	height:10px;
	position:relative;
	display:block;
	margin-bottom:3px;	
	display:none;
	white-space: nowrap;	
	box-sizing: border-box;
}

.debugtimeline:hover {
	height:15px;

}

.the_timeline_tester {
	background:#e74c3c;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:0;	
}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff !important;
}


.debugtimeline.tl_slide .the_timeline_tester {
	background:#f39c12;	
}

.debugtimeline.tl_frame .the_timeline_tester {
	background:#3498db;	
}

.debugtimline_txt {
	color:#fff;
	font-weight: 400;
	font-size:7px;
	position:absolute;	
	left:10px;
	top:0px;
	white-space: nowrap;
	line-height: 10px;
}


.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888);
  src: url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),
       url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../fonts/revicons/revicons.woff?5510888) format('woff'),
       url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../fonts/revicons/revicons.ttf?5510888) format('truetype'),
       url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../fonts/revicons/revicons.svg?5510888#revicons) format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; 

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */

							

/******************************
	-	BASIC STYLES		-
******************************/

.rev_slider_wrapper{
	position:relative;
	z-index: 0;
	width:100%;
}

.rev_slider{
	position:relative;
	overflow:visible;
}

.entry-content .rev_slider a,
.rev_slider a { box-shadow: none; }

.tp-overflow-hidden { 	overflow:hidden !important;}
.group_ov_hidden 	{	overflow:hidden}

.tp-simpleresponsive img,
.rev_slider img{
	max-width:none !important;	
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
	list-style:none !important;
	position:absolute;	
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
	top:0px;left:0px;
}


.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li { 
	visibility:hidden; 
}

.tp-revslider-slidesli,
.tp-revslider-mainul	{	
	padding:0 !important; 
	margin:0 !important; 
	list-style:none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}


.tp-caption .rs-untoggled-content { display:block;}
.tp-caption .rs-toggled-content { display:none;}

.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;}
.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;}

.rev_slider .tp-caption,
.rev_slider .caption 	{ 
	position:relative;  
	visibility:hidden; 
	white-space: nowrap;
	display: block;	
	-webkit-font-smoothing: antialiased !important;
	z-index:1;
}

.rev_slider .tp-caption,
.rev_slider .caption,
.tp-simpleresponsive img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
	margin-bottom:0;

}

.tp-svg-layer svg {	width:100%; height:100%;position: relative;vertical-align: top}

	
/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
	cursor:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
	cursor:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/closedhand.cur), move;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {	
	box-sizing:border-box;	
	max-height:none !important;	
}


.tp-caption.tp-layer-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;	
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption,
.tp-parallax-wrap.tp-hidden-caption {	
	visibility:hidden !important; 
	display:none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
	max-width: none !important
}

.tp-element-background 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0;}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

.tp-parallax-wrap { transform-style: preserve-3d }

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
.rev_row_zone					{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;}

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_middle 			{	top:50%; transform:translateY(-50%);}
.rev_row_zone_bottom 			{	bottom:0px;}

.rev_column .tp-parallax-wrap  { vertical-align: top }

.rev_slider .tp-caption.rev_row 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto !important;
	font-size:0px;
}

.rev_column {	
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;	
	font-size:0px;
}

.rev_column_inner {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

.rev_column_bg {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0px solid transparent;
}



.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap 			{	text-align: inherit; }
.rev_column_inner .tp-mask-wrap 			{	display: inline-block;}


.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}

.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns .tp-parallax-wrap.rev_column  { display:block !important; width:100% !important; }


/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/


.fullscreen-container {	
	position:relative;
	padding:0;
}


.fullwidthbanner-container{
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers				{	
	position:absolute; z-index:101; top:0px;left:0px;
	/*pointer-events:none;*/

}

/* new static layers position option */
.tp-static-layers-back {	
	z-index:0;
}


.tp-caption .frontcorner		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcorner		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}

.tp-caption .frontcornertop		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcornertop		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}
									
.tp-layer-inner-rotation {	
	position: relative !important;
}		


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

.rs-background-video-layer 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}

.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}

.fullcoveredvideo audio,
.fullscreenvideo audio
.fullcoveredvideo video,
.fullscreenvideo video				{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid .tp-poster	{	display: none}

.tp-video-play-button					{	
	background:#000;
	background:rgba(0,0,0,0.3);										
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;										
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;
	
	display: inline-block;	
	vertical-align: top;
	z-index: 4;
	opacity: 0;	
	transition:opacity 300ms ease-out !important;				
}

.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button { display:none !important;}
.tp-caption .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}									
.tp-caption:hover .tp-video-play-button	{	opacity: 1; display:block;}
.tp-caption .tp-revstop					{	display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:inline-block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.fullscreenvideo .fullscreenvideo audio 		{	object-fit:contain !important;}
.fullscreenvideo .fullscreenvideo video 		{	object-fit:contain !important;}

.fullscreenvideo .fullcoveredvideo audio 		{	object-fit:cover !important;}
.fullscreenvideo .fullcoveredvideo video 		{	object-fit:cover !important;}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;	
	transition: opacity .3s;
	background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);		
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {	opacity: .9;}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;	
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover 				{	cursor: pointer;}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 				{ 	padding:0px 5px;display:table-cell; vertical-align: middle;}

.tp-video-seek-bar-wrap				{	width:80%}
.tp-video-vol-bar-wrap				{	width:20%}

.tp-volume-bar,
.tp-seek-bar						{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.disabled_lc .tp-video-play-button,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer audio::-webkit-media-controls { display:none !important;}
 

.tp-audio-html5 .tp-video-controls {	opacity: 1 !important; visibility: visible !important}

 


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;  
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{  
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;        
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute; 
    z-index:-2;    
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;    
    border-radius:100px / 20px;
}

/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
	padding:6px 13px 5px;
	border-radius: 3px;	
	height:30px;
	cursor:pointer;
	color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
	font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
	text-decoration:none;
}

.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; }


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {	background-position:bottom, 15px 11px}

	
/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117;box-shadow:0px 3px 0px 0px #104d0b;}

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb;box-shadow:0px 3px 0px 0px #0f3e68}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d;box-shadow:0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700;box-shadow:0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555;box-shadow:0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888;box-shadow:0px 3px 0px 0px #555}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;  font-family: "Roboto", sans-serif;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }

.rev-btn.rev-withicon i					{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; transition: all 0.2s ease-out !important; margin-left:10px !important;}

.rev-btn.rev-hiddenicon i				{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; transition: all 0.2s ease-out !important;  opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited				{	 line-height: 36px; font-size: 14px; padding: 10px 30px; }

.rev-btn.rev-medium.rev-withicon i		{ 	font-size: 14px; top: 0px; }

.rev-btn.rev-medium.rev-hiddenicon i	{ 	font-size: 14px; top: 0px; }


/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited				{	line-height: 28px; font-size: 12px; padding: 7px 20px; }

.rev-btn.rev-small.rev-withicon i		{	font-size: 12px; top: 0px; }

.rev-btn.rev-small.rev-hiddenicon i		{ 	font-size: 12px; top: 0px; }


/* ROUNDING OPTIONS */
.rev-maxround 							{ 	border-radius: 30px; }
.rev-minround 							{ 	border-radius: 3px; }	


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
 
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
 
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
 
}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;	
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;	
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;	
	animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
	border-color:#333;
}
.rev-scroll-btn.revs-dark span {
	background: #333;	
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;  
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}

.rev-cbutton-light	{	
	color: #333;  	
	background-color: rgba(255,255,255, 0.75);	
}

.rev-cbutton-light-sr	{		
	color: #333;  	
	border-radius: 3px;		
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}

.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; background:#000; background:rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}



/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/

 

.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom:1;
}

.tp-caption img {  }



.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/coloredbg.png) repeat}
.tp-caption.slidelink a span{	background:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/coloredbg.png) repeat}
.tp-shape {	width:100%;height:100%;}



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.tp-caption .rs-starring				{	display: inline-block}


.tp-caption .rs-starring .star-rating {
	float: none;	
	display: inline-block;
    vertical-align: top;
    color: #FFC321 !important;
}


.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {	
	position: relative;
	height: 1em;	
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.tp-caption  .rs-starring .star-rating:before, 
.tp-caption  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.tp-caption .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

.tp-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	margin-top:-20px;
	margin-left:-20px;	
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;	
}


.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	margin-top:-20px;
	margin-left:-20px;	
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;	
}



.tp-loader.spinner5 	{	
	background-image:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;	
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


.tp-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	border-radius: 100%;	
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);} 
  100% {transform: scale(1.0);opacity: 0;}
}


.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  border-radius: 100%;
  display: inline-block;  
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */  
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {  
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);} 
  40% {transform: scale(1.0);}
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;  
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;  
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);} 
  50% { transform: scale(1.0);}
}



/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/


.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }



/***************************
	- KEN BURNS FIXES -
***************************/

body.rtl .tp-kbimg {left: 0 !important}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

/*******************
	- DEBUG MODE -
*******************/

.hglayerinfo				   {	  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{	padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/** 
INSTAGRAM FILTERS BY UNA 
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.tp-kbimg-wrap:before,
.tp-kbimg-wrap:after {height:500%;width:500%}


/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

#debungcontrolls {
	z-index:100000;
	position:fixed;
	bottom:0px; width:100%;
	height:auto;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
}

.debugtimeline {
	width:100%;
	height:10px;
	position:relative;
	display:block;
	margin-bottom:3px;	
	display:none;
	white-space: nowrap;	
	box-sizing: border-box;
}

.debugtimeline:hover {
	height:15px;

}

.the_timeline_tester {
	background:#e74c3c;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:0;	
}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff !important;
}


.debugtimeline.tl_slide .the_timeline_tester {
	background:#f39c12;	
}

.debugtimeline.tl_frame .the_timeline_tester {
	background:#3498db;	
}

.debugtimline_txt {
	color:#fff;
	font-weight: 400;
	font-size:7px;
	position:absolute;	
	left:10px;
	top:0px;
	white-space: nowrap;
	line-height: 10px;
}


.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888);
  src: url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),
       url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../fonts/revicons/revicons.woff?5510888) format('woff'),
       url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../fonts/revicons/revicons.ttf?5510888) format('truetype'),
       url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../fonts/revicons/revicons.svg?5510888#revicons) format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; 

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */

							

/******************************
	-	BASIC STYLES		-
******************************/

.rev_slider_wrapper{
	position:relative;
	z-index: 0;
	width:100%;
}

.rev_slider{
	position:relative;
	overflow:visible;
}

.entry-content .rev_slider a,
.rev_slider a { box-shadow: none; }

.tp-overflow-hidden { 	overflow:hidden !important;}
.group_ov_hidden 	{	overflow:hidden}

.tp-simpleresponsive img,
.rev_slider img{
	max-width:none !important;	
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
	list-style:none !important;
	position:absolute;	
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
	top:0px;left:0px;
}


.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li { 
	visibility:hidden; 
}

.tp-revslider-slidesli,
.tp-revslider-mainul	{	
	padding:0 !important; 
	margin:0 !important; 
	list-style:none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}


.tp-caption .rs-untoggled-content { display:block;}
.tp-caption .rs-toggled-content { display:none;}

.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;}
.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;}

.rev_slider .tp-caption,
.rev_slider .caption 	{ 
	position:relative;  
	visibility:hidden; 
	white-space: nowrap;
	display: block;	
	-webkit-font-smoothing: antialiased !important;
	z-index:1;
}

.rev_slider .tp-caption,
.rev_slider .caption,
.tp-simpleresponsive img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
	margin-bottom:0;

}

.tp-svg-layer svg {	width:100%; height:100%;position: relative;vertical-align: top}

	
/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
	cursor:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
	cursor:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/closedhand.cur), move;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {	
	box-sizing:border-box;	
	max-height:none !important;	
}


.tp-caption.tp-layer-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;	
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption,
.tp-parallax-wrap.tp-hidden-caption {	
	visibility:hidden !important; 
	display:none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
	max-width: none !important
}

.tp-element-background 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0;}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

.tp-parallax-wrap { transform-style: preserve-3d }

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
.rev_row_zone					{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;}

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_middle 			{	top:50%; transform:translateY(-50%);}
.rev_row_zone_bottom 			{	bottom:0px;}

.rev_column .tp-parallax-wrap  { vertical-align: top }

.rev_slider .tp-caption.rev_row 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto !important;
	font-size:0px;
}

.rev_column {	
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;	
	font-size:0px;
}

.rev_column_inner {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

.rev_column_bg {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0px solid transparent;
}



.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap 			{	text-align: inherit; }
.rev_column_inner .tp-mask-wrap 			{	display: inline-block;}


.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}

.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns .tp-parallax-wrap.rev_column  { display:block !important; width:100% !important; }


/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/


.fullscreen-container {	
	position:relative;
	padding:0;
}


.fullwidthbanner-container{
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers				{	
	position:absolute; z-index:101; top:0px;left:0px;
	/*pointer-events:none;*/

}

/* new static layers position option */
.tp-static-layers-back {	
	z-index:0;
}


.tp-caption .frontcorner		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcorner		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}

.tp-caption .frontcornertop		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcornertop		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}
									
.tp-layer-inner-rotation {	
	position: relative !important;
}		


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

.rs-background-video-layer 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}

.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}

.fullcoveredvideo audio,
.fullscreenvideo audio
.fullcoveredvideo video,
.fullscreenvideo video				{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid .tp-poster	{	display: none}

.tp-video-play-button					{	
	background:#000;
	background:rgba(0,0,0,0.3);										
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;										
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;
	
	display: inline-block;	
	vertical-align: top;
	z-index: 4;
	opacity: 0;	
	transition:opacity 300ms ease-out !important;				
}

.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button { display:none !important;}
.tp-caption .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}									
.tp-caption:hover .tp-video-play-button	{	opacity: 1; display:block;}
.tp-caption .tp-revstop					{	display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:inline-block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.fullscreenvideo .fullscreenvideo audio 		{	object-fit:contain !important;}
.fullscreenvideo .fullscreenvideo video 		{	object-fit:contain !important;}

.fullscreenvideo .fullcoveredvideo audio 		{	object-fit:cover !important;}
.fullscreenvideo .fullcoveredvideo video 		{	object-fit:cover !important;}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;	
	transition: opacity .3s;
	background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);		
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {	opacity: .9;}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;	
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover 				{	cursor: pointer;}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 				{ 	padding:0px 5px;display:table-cell; vertical-align: middle;}

.tp-video-seek-bar-wrap				{	width:80%}
.tp-video-vol-bar-wrap				{	width:20%}

.tp-volume-bar,
.tp-seek-bar						{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.disabled_lc .tp-video-play-button,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer audio::-webkit-media-controls { display:none !important;}
 

.tp-audio-html5 .tp-video-controls {	opacity: 1 !important; visibility: visible !important}

 


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;  
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{  
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;        
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute; 
    z-index:-2;    
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;    
    border-radius:100px / 20px;
}

/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
	padding:6px 13px 5px;
	border-radius: 3px;	
	height:30px;
	cursor:pointer;
	color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
	font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
	text-decoration:none;
}

.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; }


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {	background-position:bottom, 15px 11px}

	
/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117;box-shadow:0px 3px 0px 0px #104d0b;}

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb;box-shadow:0px 3px 0px 0px #0f3e68}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d;box-shadow:0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700;box-shadow:0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555;box-shadow:0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888;box-shadow:0px 3px 0px 0px #555}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;  font-family: "Roboto", sans-serif;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }

.rev-btn.rev-withicon i					{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; transition: all 0.2s ease-out !important; margin-left:10px !important;}

.rev-btn.rev-hiddenicon i				{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; transition: all 0.2s ease-out !important;  opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited				{	 line-height: 36px; font-size: 14px; padding: 10px 30px; }

.rev-btn.rev-medium.rev-withicon i		{ 	font-size: 14px; top: 0px; }

.rev-btn.rev-medium.rev-hiddenicon i	{ 	font-size: 14px; top: 0px; }


/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited				{	line-height: 28px; font-size: 12px; padding: 7px 20px; }

.rev-btn.rev-small.rev-withicon i		{	font-size: 12px; top: 0px; }

.rev-btn.rev-small.rev-hiddenicon i		{ 	font-size: 12px; top: 0px; }


/* ROUNDING OPTIONS */
.rev-maxround 							{ 	border-radius: 30px; }
.rev-minround 							{ 	border-radius: 3px; }	


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
 
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
 
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
 
}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;	
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;	
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;	
	animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
	border-color:#333;
}
.rev-scroll-btn.revs-dark span {
	background: #333;	
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;  
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}

.rev-cbutton-light	{	
	color: #333;  	
	background-color: rgba(255,255,255, 0.75);	
}

.rev-cbutton-light-sr	{		
	color: #333;  	
	border-radius: 3px;		
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}

.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; background:#000; background:rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}



/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/

 

.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom:1;
}

.tp-caption img {  }



.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/coloredbg.png) repeat}
.tp-caption.slidelink a span{	background:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/coloredbg.png) repeat}
.tp-shape {	width:100%;height:100%;}



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.tp-caption .rs-starring				{	display: inline-block}


.tp-caption .rs-starring .star-rating {
	float: none;	
	display: inline-block;
    vertical-align: top;
    color: #FFC321 !important;
}


.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {	
	position: relative;
	height: 1em;	
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.tp-caption  .rs-starring .star-rating:before, 
.tp-caption  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.tp-caption .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

.tp-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	margin-top:-20px;
	margin-left:-20px;	
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;	
}


.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	margin-top:-20px;
	margin-left:-20px;	
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;	
}



.tp-loader.spinner5 	{	
	background-image:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/css/../assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;	
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


.tp-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	border-radius: 100%;	
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);} 
  100% {transform: scale(1.0);opacity: 0;}
}


.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  border-radius: 100%;
  display: inline-block;  
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */  
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {  
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);} 
  40% {transform: scale(1.0);}
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;  
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;  
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);} 
  50% { transform: scale(1.0);}
}



/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/


.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }



/***************************
	- KEN BURNS FIXES -
***************************/

body.rtl .tp-kbimg {left: 0 !important}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

/*******************
	- DEBUG MODE -
*******************/

.hglayerinfo				   {	  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{	padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/** 
INSTAGRAM FILTERS BY UNA 
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.tp-kbimg-wrap:before,
.tp-kbimg-wrap:after {height:500%;width:500%}


/*!
 *  Font Awesome 4.7.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(//mail.homenergy4u.gr//media/com_revslider/public/assets/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(//mail.homenergy4u.gr//media/com_revslider/public/assets/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//mail.homenergy4u.gr//media/com_revslider/public/assets/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//mail.homenergy4u.gr//media/com_revslider/public/assets/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//mail.homenergy4u.gr//media/com_revslider/public/assets/fonts/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//mail.homenergy4u.gr//media/com_revslider/public/assets/fonts/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="fa-icon-"], [class*=" fa-icon-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-icon-2x {
  font-size: 2em;
}
.fa-icon-3x {
  font-size: 3em;
}
.fa-icon-4x {
  font-size: 4em;
}
.fa-icon-5x {
  font-size: 5em;
}
.fa-icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-icon-ul > li {
  position: relative;
}
.fa-icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-icon-li.fa-icon-lg {
  left: -1.85714286em;
}
.fa-icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-icon-pull-left {
  float: left;
}
.fa-icon-pull-right {
  float: right;
}
.fa.fa-icon-pull-left {
  margin-right: .3em;
}
.fa.fa-icon-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-icon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-icon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-icon-rotate-90,
:root .fa-icon-rotate-180,
:root .fa-icon-rotate-270,
:root .fa-icon-flip-horizontal,
:root .fa-icon-flip-vertical {
  filter: none;
}
.fa-icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-icon-stack-1x,
.fa-icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-icon-stack-1x {
  line-height: inherit;
}
.fa-icon-stack-2x {
  font-size: 2em;
}
.fa-icon-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-icon-glass:before {
  content: "\f000";
}
.fa-icon-music:before {
  content: "\f001";
}
.fa-icon-search:before {
  content: "\f002";
}
.fa-icon-envelope-o:before {
  content: "\f003";
}
.fa-icon-heart:before {
  content: "\f004";
}
.fa-icon-star:before {
  content: "\f005";
}
.fa-icon-star-o:before {
  content: "\f006";
}
.fa-icon-user:before {
  content: "\f007";
}
.fa-icon-film:before {
  content: "\f008";
}
.fa-icon-th-large:before {
  content: "\f009";
}
.fa-icon-th:before {
  content: "\f00a";
}
.fa-icon-th-list:before {
  content: "\f00b";
}
.fa-icon-check:before {
  content: "\f00c";
}
.fa-icon-remove:before,
.fa-icon-close:before,
.fa-icon-times:before {
  content: "\f00d";
}
.fa-icon-search-plus:before {
  content: "\f00e";
}
.fa-icon-search-minus:before {
  content: "\f010";
}
.fa-icon-power-off:before {
  content: "\f011";
}
.fa-icon-signal:before {
  content: "\f012";
}
.fa-icon-gear:before,
.fa-icon-cog:before {
  content: "\f013";
}
.fa-icon-trash-o:before {
  content: "\f014";
}
.fa-icon-home:before {
  content: "\f015";
}
.fa-icon-file-o:before {
  content: "\f016";
}
.fa-icon-clock-o:before {
  content: "\f017";
}
.fa-icon-road:before {
  content: "\f018";
}
.fa-icon-download:before {
  content: "\f019";
}
.fa-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-icon-inbox:before {
  content: "\f01c";
}
.fa-icon-play-circle-o:before {
  content: "\f01d";
}
.fa-icon-rotate-right:before,
.fa-icon-repeat:before {
  content: "\f01e";
}
.fa-icon-refresh:before {
  content: "\f021";
}
.fa-icon-list-alt:before {
  content: "\f022";
}
.fa-icon-lock:before {
  content: "\f023";
}
.fa-icon-flag:before {
  content: "\f024";
}
.fa-icon-headphones:before {
  content: "\f025";
}
.fa-icon-volume-off:before {
  content: "\f026";
}
.fa-icon-volume-down:before {
  content: "\f027";
}
.fa-icon-volume-up:before {
  content: "\f028";
}
.fa-icon-qrcode:before {
  content: "\f029";
}
.fa-icon-barcode:before {
  content: "\f02a";
}
.fa-icon-tag:before {
  content: "\f02b";
}
.fa-icon-tags:before {
  content: "\f02c";
}
.fa-icon-book:before {
  content: "\f02d";
}
.fa-icon-bookmark:before {
  content: "\f02e";
}
.fa-icon-print:before {
  content: "\f02f";
}
.fa-icon-camera:before {
  content: "\f030";
}
.fa-icon-font:before {
  content: "\f031";
}
.fa-icon-bold:before {
  content: "\f032";
}
.fa-icon-italic:before {
  content: "\f033";
}
.fa-icon-text-height:before {
  content: "\f034";
}
.fa-icon-text-width:before {
  content: "\f035";
}
.fa-icon-align-left:before {
  content: "\f036";
}
.fa-icon-align-center:before {
  content: "\f037";
}
.fa-icon-align-right:before {
  content: "\f038";
}
.fa-icon-align-justify:before {
  content: "\f039";
}
.fa-icon-list:before {
  content: "\f03a";
}
.fa-icon-dedent:before,
.fa-icon-outdent:before {
  content: "\f03b";
}
.fa-icon-indent:before {
  content: "\f03c";
}
.fa-icon-video-camera:before {
  content: "\f03d";
}
.fa-icon-photo:before,
.fa-icon-image:before,
.fa-icon-picture-o:before {
  content: "\f03e";
}
.fa-icon-pencil:before {
  content: "\f040";
}
.fa-icon-map-marker:before {
  content: "\f041";
}
.fa-icon-adjust:before {
  content: "\f042";
}
.fa-icon-tint:before {
  content: "\f043";
}
.fa-icon-edit:before,
.fa-icon-pencil-square-o:before {
  content: "\f044";
}
.fa-icon-share-square-o:before {
  content: "\f045";
}
.fa-icon-check-square-o:before {
  content: "\f046";
}
.fa-icon-arrows:before {
  content: "\f047";
}
.fa-icon-step-backward:before {
  content: "\f048";
}
.fa-icon-fast-backward:before {
  content: "\f049";
}
.fa-icon-backward:before {
  content: "\f04a";
}
.fa-icon-play:before {
  content: "\f04b";
}
.fa-icon-pause:before {
  content: "\f04c";
}
.fa-icon-stop:before {
  content: "\f04d";
}
.fa-icon-forward:before {
  content: "\f04e";
}
.fa-icon-fast-forward:before {
  content: "\f050";
}
.fa-icon-step-forward:before {
  content: "\f051";
}
.fa-icon-eject:before {
  content: "\f052";
}
.fa-icon-chevron-left:before {
  content: "\f053";
}
.fa-icon-chevron-right:before {
  content: "\f054";
}
.fa-icon-plus-circle:before {
  content: "\f055";
}
.fa-icon-minus-circle:before {
  content: "\f056";
}
.fa-icon-times-circle:before {
  content: "\f057";
}
.fa-icon-check-circle:before {
  content: "\f058";
}
.fa-icon-question-circle:before {
  content: "\f059";
}
.fa-icon-info-circle:before {
  content: "\f05a";
}
.fa-icon-crosshairs:before {
  content: "\f05b";
}
.fa-icon-times-circle-o:before {
  content: "\f05c";
}
.fa-icon-check-circle-o:before {
  content: "\f05d";
}
.fa-icon-ban:before {
  content: "\f05e";
}
.fa-icon-arrow-left:before {
  content: "\f060";
}
.fa-icon-arrow-right:before {
  content: "\f061";
}
.fa-icon-arrow-up:before {
  content: "\f062";
}
.fa-icon-arrow-down:before {
  content: "\f063";
}
.fa-icon-mail-forward:before,
.fa-icon-share:before {
  content: "\f064";
}
.fa-icon-expand:before {
  content: "\f065";
}
.fa-icon-compress:before {
  content: "\f066";
}
.fa-icon-plus:before {
  content: "\f067";
}
.fa-icon-minus:before {
  content: "\f068";
}
.fa-icon-asterisk:before {
  content: "\f069";
}
.fa-icon-exclamation-circle:before {
  content: "\f06a";
}
.fa-icon-gift:before {
  content: "\f06b";
}
.fa-icon-leaf:before {
  content: "\f06c";
}
.fa-icon-fire:before {
  content: "\f06d";
}
.fa-icon-eye:before {
  content: "\f06e";
}
.fa-icon-eye-slash:before {
  content: "\f070";
}
.fa-icon-warning:before,
.fa-icon-exclamation-triangle:before {
  content: "\f071";
}
.fa-icon-plane:before {
  content: "\f072";
}
.fa-icon-calendar:before {
  content: "\f073";
}
.fa-icon-random:before {
  content: "\f074";
}
.fa-icon-comment:before {
  content: "\f075";
}
.fa-icon-magnet:before {
  content: "\f076";
}
.fa-icon-chevron-up:before {
  content: "\f077";
}
.fa-icon-chevron-down:before {
  content: "\f078";
}
.fa-icon-retweet:before {
  content: "\f079";
}
.fa-icon-shopping-cart:before {
  content: "\f07a";
}
.fa-icon-folder:before {
  content: "\f07b";
}
.fa-icon-folder-open:before {
  content: "\f07c";
}
.fa-icon-arrows-v:before {
  content: "\f07d";
}
.fa-icon-arrows-h:before {
  content: "\f07e";
}
.fa-icon-bar-chart-o:before,
.fa-icon-bar-chart:before {
  content: "\f080";
}
.fa-icon-twitter-square:before {
  content: "\f081";
}
.fa-icon-facebook-square:before {
  content: "\f082";
}
.fa-icon-camera-retro:before {
  content: "\f083";
}
.fa-icon-key:before {
  content: "\f084";
}
.fa-icon-gears:before,
.fa-icon-cogs:before {
  content: "\f085";
}
.fa-icon-comments:before {
  content: "\f086";
}
.fa-icon-thumbs-o-up:before {
  content: "\f087";
}
.fa-icon-thumbs-o-down:before {
  content: "\f088";
}
.fa-icon-star-half:before {
  content: "\f089";
}
.fa-icon-heart-o:before {
  content: "\f08a";
}
.fa-icon-sign-out:before {
  content: "\f08b";
}
.fa-icon-linkedin-square:before {
  content: "\f08c";
}
.fa-icon-thumb-tack:before {
  content: "\f08d";
}
.fa-icon-external-link:before {
  content: "\f08e";
}
.fa-icon-sign-in:before {
  content: "\f090";
}
.fa-icon-trophy:before {
  content: "\f091";
}
.fa-icon-github-square:before {
  content: "\f092";
}
.fa-icon-upload:before {
  content: "\f093";
}
.fa-icon-lemon-o:before {
  content: "\f094";
}
.fa-icon-phone:before {
  content: "\f095";
}
.fa-icon-square-o:before {
  content: "\f096";
}
.fa-icon-bookmark-o:before {
  content: "\f097";
}
.fa-icon-phone-square:before {
  content: "\f098";
}
.fa-icon-twitter:before {
  content: "\f099";
}
.fa-icon-facebook-f:before,
.fa-icon-facebook:before {
  content: "\f09a";
}
.fa-icon-github:before {
  content: "\f09b";
}
.fa-icon-unlock:before {
  content: "\f09c";
}
.fa-icon-credit-card:before {
  content: "\f09d";
}
.fa-icon-feed:before,
.fa-icon-rss:before {
  content: "\f09e";
}
.fa-icon-hdd-o:before {
  content: "\f0a0";
}
.fa-icon-bullhorn:before {
  content: "\f0a1";
}
.fa-icon-bell:before {
  content: "\f0f3";
}
.fa-icon-certificate:before {
  content: "\f0a3";
}
.fa-icon-hand-o-right:before {
  content: "\f0a4";
}
.fa-icon-hand-o-left:before {
  content: "\f0a5";
}
.fa-icon-hand-o-up:before {
  content: "\f0a6";
}
.fa-icon-hand-o-down:before {
  content: "\f0a7";
}
.fa-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-icon-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-icon-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-icon-globe:before {
  content: "\f0ac";
}
.fa-icon-wrench:before {
  content: "\f0ad";
}
.fa-icon-tasks:before {
  content: "\f0ae";
}
.fa-icon-filter:before {
  content: "\f0b0";
}
.fa-icon-briefcase:before {
  content: "\f0b1";
}
.fa-icon-arrows-alt:before {
  content: "\f0b2";
}
.fa-icon-group:before,
.fa-icon-users:before {
  content: "\f0c0";
}
.fa-icon-chain:before,
.fa-icon-link:before {
  content: "\f0c1";
}
.fa-icon-cloud:before {
  content: "\f0c2";
}
.fa-icon-flask:before {
  content: "\f0c3";
}
.fa-icon-cut:before,
.fa-icon-scissors:before {
  content: "\f0c4";
}
.fa-icon-copy:before,
.fa-icon-files-o:before {
  content: "\f0c5";
}
.fa-icon-paperclip:before {
  content: "\f0c6";
}
.fa-icon-save:before,
.fa-icon-floppy-o:before {
  content: "\f0c7";
}
.fa-icon-square:before {
  content: "\f0c8";
}
.fa-icon-navicon:before,
.fa-icon-reorder:before,
.fa-icon-bars:before {
  content: "\f0c9";
}
.fa-icon-list-ul:before {
  content: "\f0ca";
}
.fa-icon-list-ol:before {
  content: "\f0cb";
}
.fa-icon-strikethrough:before {
  content: "\f0cc";
}
.fa-icon-underline:before {
  content: "\f0cd";
}
.fa-icon-table:before {
  content: "\f0ce";
}
.fa-icon-magic:before {
  content: "\f0d0";
}
.fa-icon-truck:before {
  content: "\f0d1";
}
.fa-icon-pinterest:before {
  content: "\f0d2";
}
.fa-icon-pinterest-square:before {
  content: "\f0d3";
}
.fa-icon-google-plus-square:before {
  content: "\f0d4";
}
.fa-icon-google-plus:before {
  content: "\f0d5";
}
.fa-icon-money:before {
  content: "\f0d6";
}
.fa-icon-caret-down:before {
  content: "\f0d7";
}
.fa-icon-caret-up:before {
  content: "\f0d8";
}
.fa-icon-caret-left:before {
  content: "\f0d9";
}
.fa-icon-caret-right:before {
  content: "\f0da";
}
.fa-icon-columns:before {
  content: "\f0db";
}
.fa-icon-unsorted:before,
.fa-icon-sort:before {
  content: "\f0dc";
}
.fa-icon-sort-down:before,
.fa-icon-sort-desc:before {
  content: "\f0dd";
}
.fa-icon-sort-up:before,
.fa-icon-sort-asc:before {
  content: "\f0de";
}
.fa-icon-envelope:before {
  content: "\f0e0";
}
.fa-icon-linkedin:before {
  content: "\f0e1";
}
.fa-icon-rotate-left:before,
.fa-icon-undo:before {
  content: "\f0e2";
}
.fa-icon-legal:before,
.fa-icon-gavel:before {
  content: "\f0e3";
}
.fa-icon-dashboard:before,
.fa-icon-tachometer:before {
  content: "\f0e4";
}
.fa-icon-comment-o:before {
  content: "\f0e5";
}
.fa-icon-comments-o:before {
  content: "\f0e6";
}
.fa-icon-flash:before,
.fa-icon-bolt:before {
  content: "\f0e7";
}
.fa-icon-sitemap:before {
  content: "\f0e8";
}
.fa-icon-umbrella:before {
  content: "\f0e9";
}
.fa-icon-paste:before,
.fa-icon-clipboard:before {
  content: "\f0ea";
}
.fa-icon-lightbulb-o:before {
  content: "\f0eb";
}
.fa-icon-exchange:before {
  content: "\f0ec";
}
.fa-icon-cloud-download:before {
  content: "\f0ed";
}
.fa-icon-cloud-upload:before {
  content: "\f0ee";
}
.fa-icon-user-md:before {
  content: "\f0f0";
}
.fa-icon-stethoscope:before {
  content: "\f0f1";
}
.fa-icon-suitcase:before {
  content: "\f0f2";
}
.fa-icon-bell-o:before {
  content: "\f0a2";
}
.fa-icon-coffee:before {
  content: "\f0f4";
}
.fa-icon-cutlery:before {
  content: "\f0f5";
}
.fa-icon-file-text-o:before {
  content: "\f0f6";
}
.fa-icon-building-o:before {
  content: "\f0f7";
}
.fa-icon-hospital-o:before {
  content: "\f0f8";
}
.fa-icon-ambulance:before {
  content: "\f0f9";
}
.fa-icon-medkit:before {
  content: "\f0fa";
}
.fa-icon-fighter-jet:before {
  content: "\f0fb";
}
.fa-icon-beer:before {
  content: "\f0fc";
}
.fa-icon-h-square:before {
  content: "\f0fd";
}
.fa-icon-plus-square:before {
  content: "\f0fe";
}
.fa-icon-angle-double-left:before {
  content: "\f100";
}
.fa-icon-angle-double-right:before {
  content: "\f101";
}
.fa-icon-angle-double-up:before {
  content: "\f102";
}
.fa-icon-angle-double-down:before {
  content: "\f103";
}
.fa-icon-angle-left:before {
  content: "\f104";
}
.fa-icon-angle-right:before {
  content: "\f105";
}
.fa-icon-angle-up:before {
  content: "\f106";
}
.fa-icon-angle-down:before {
  content: "\f107";
}
.fa-icon-desktop:before {
  content: "\f108";
}
.fa-icon-laptop:before {
  content: "\f109";
}
.fa-icon-tablet:before {
  content: "\f10a";
}
.fa-icon-mobile-phone:before,
.fa-icon-mobile:before {
  content: "\f10b";
}
.fa-icon-circle-o:before {
  content: "\f10c";
}
.fa-icon-quote-left:before {
  content: "\f10d";
}
.fa-icon-quote-right:before {
  content: "\f10e";
}
.fa-icon-spinner:before {
  content: "\f110";
}
.fa-icon-circle:before {
  content: "\f111";
}
.fa-icon-mail-reply:before,
.fa-icon-reply:before {
  content: "\f112";
}
.fa-icon-github-alt:before {
  content: "\f113";
}
.fa-icon-folder-o:before {
  content: "\f114";
}
.fa-icon-folder-open-o:before {
  content: "\f115";
}
.fa-icon-smile-o:before {
  content: "\f118";
}
.fa-icon-frown-o:before {
  content: "\f119";
}
.fa-icon-meh-o:before {
  content: "\f11a";
}
.fa-icon-gamepad:before {
  content: "\f11b";
}
.fa-icon-keyboard-o:before {
  content: "\f11c";
}
.fa-icon-flag-o:before {
  content: "\f11d";
}
.fa-icon-flag-checkered:before {
  content: "\f11e";
}
.fa-icon-terminal:before {
  content: "\f120";
}
.fa-icon-code:before {
  content: "\f121";
}
.fa-icon-mail-reply-all:before,
.fa-icon-reply-all:before {
  content: "\f122";
}
.fa-icon-star-half-empty:before,
.fa-icon-star-half-full:before,
.fa-icon-star-half-o:before {
  content: "\f123";
}
.fa-icon-location-arrow:before {
  content: "\f124";
}
.fa-icon-crop:before {
  content: "\f125";
}
.fa-icon-code-fork:before {
  content: "\f126";
}
.fa-icon-unlink:before,
.fa-icon-chain-broken:before {
  content: "\f127";
}
.fa-icon-question:before {
  content: "\f128";
}
.fa-icon-info:before {
  content: "\f129";
}
.fa-icon-exclamation:before {
  content: "\f12a";
}
.fa-icon-superscript:before {
  content: "\f12b";
}
.fa-icon-subscript:before {
  content: "\f12c";
}
.fa-icon-eraser:before {
  content: "\f12d";
}
.fa-icon-puzzle-piece:before {
  content: "\f12e";
}
.fa-icon-microphone:before {
  content: "\f130";
}
.fa-icon-microphone-slash:before {
  content: "\f131";
}
.fa-icon-shield:before {
  content: "\f132";
}
.fa-icon-calendar-o:before {
  content: "\f133";
}
.fa-icon-fire-extinguisher:before {
  content: "\f134";
}
.fa-icon-rocket:before {
  content: "\f135";
}
.fa-icon-maxcdn:before {
  content: "\f136";
}
.fa-icon-chevron-circle-left:before {
  content: "\f137";
}
.fa-icon-chevron-circle-right:before {
  content: "\f138";
}
.fa-icon-chevron-circle-up:before {
  content: "\f139";
}
.fa-icon-chevron-circle-down:before {
  content: "\f13a";
}
.fa-icon-html5:before {
  content: "\f13b";
}
.fa-icon-css3:before {
  content: "\f13c";
}
.fa-icon-anchor:before {
  content: "\f13d";
}
.fa-icon-unlock-alt:before {
  content: "\f13e";
}
.fa-icon-bullseye:before {
  content: "\f140";
}
.fa-icon-ellipsis-h:before {
  content: "\f141";
}
.fa-icon-ellipsis-v:before {
  content: "\f142";
}
.fa-icon-rss-square:before {
  content: "\f143";
}
.fa-icon-play-circle:before {
  content: "\f144";
}
.fa-icon-ticket:before {
  content: "\f145";
}
.fa-icon-minus-square:before {
  content: "\f146";
}
.fa-icon-minus-square-o:before {
  content: "\f147";
}
.fa-icon-level-up:before {
  content: "\f148";
}
.fa-icon-level-down:before {
  content: "\f149";
}
.fa-icon-check-square:before {
  content: "\f14a";
}
.fa-icon-pencil-square:before {
  content: "\f14b";
}
.fa-icon-external-link-square:before {
  content: "\f14c";
}
.fa-icon-share-square:before {
  content: "\f14d";
}
.fa-icon-compass:before {
  content: "\f14e";
}
.fa-icon-toggle-down:before,
.fa-icon-caret-square-o-down:before {
  content: "\f150";
}
.fa-icon-toggle-up:before,
.fa-icon-caret-square-o-up:before {
  content: "\f151";
}
.fa-icon-toggle-right:before,
.fa-icon-caret-square-o-right:before {
  content: "\f152";
}
.fa-icon-euro:before,
.fa-icon-eur:before {
  content: "\f153";
}
.fa-icon-gbp:before {
  content: "\f154";
}
.fa-icon-dollar:before,
.fa-icon-usd:before {
  content: "\f155";
}
.fa-icon-rupee:before,
.fa-icon-inr:before {
  content: "\f156";
}
.fa-icon-cny:before,
.fa-icon-rmb:before,
.fa-icon-yen:before,
.fa-icon-jpy:before {
  content: "\f157";
}
.fa-icon-ruble:before,
.fa-icon-rouble:before,
.fa-icon-rub:before {
  content: "\f158";
}
.fa-icon-won:before,
.fa-icon-krw:before {
  content: "\f159";
}
.fa-icon-bitcoin:before,
.fa-icon-btc:before {
  content: "\f15a";
}
.fa-icon-file:before {
  content: "\f15b";
}
.fa-icon-file-text:before {
  content: "\f15c";
}
.fa-icon-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-icon-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-icon-sort-amount-asc:before {
  content: "\f160";
}
.fa-icon-sort-amount-desc:before {
  content: "\f161";
}
.fa-icon-sort-numeric-asc:before {
  content: "\f162";
}
.fa-icon-sort-numeric-desc:before {
  content: "\f163";
}
.fa-icon-thumbs-up:before {
  content: "\f164";
}
.fa-icon-thumbs-down:before {
  content: "\f165";
}
.fa-icon-youtube-square:before {
  content: "\f166";
}
.fa-icon-youtube:before {
  content: "\f167";
}
.fa-icon-xing:before {
  content: "\f168";
}
.fa-icon-xing-square:before {
  content: "\f169";
}
.fa-icon-youtube-play:before {
  content: "\f16a";
}
.fa-icon-dropbox:before {
  content: "\f16b";
}
.fa-icon-stack-overflow:before {
  content: "\f16c";
}
.fa-icon-instagram:before {
  content: "\f16d";
}
.fa-icon-flickr:before {
  content: "\f16e";
}
.fa-icon-adn:before {
  content: "\f170";
}
.fa-icon-bitbucket:before {
  content: "\f171";
}
.fa-icon-bitbucket-square:before {
  content: "\f172";
}
.fa-icon-tumblr:before {
  content: "\f173";
}
.fa-icon-tumblr-square:before {
  content: "\f174";
}
.fa-icon-long-arrow-down:before {
  content: "\f175";
}
.fa-icon-long-arrow-up:before {
  content: "\f176";
}
.fa-icon-long-arrow-left:before {
  content: "\f177";
}
.fa-icon-long-arrow-right:before {
  content: "\f178";
}
.fa-icon-apple:before {
  content: "\f179";
}
.fa-icon-windows:before {
  content: "\f17a";
}
.fa-icon-android:before {
  content: "\f17b";
}
.fa-icon-linux:before {
  content: "\f17c";
}
.fa-icon-dribbble:before {
  content: "\f17d";
}
.fa-icon-skype:before {
  content: "\f17e";
}
.fa-icon-foursquare:before {
  content: "\f180";
}
.fa-icon-trello:before {
  content: "\f181";
}
.fa-icon-female:before {
  content: "\f182";
}
.fa-icon-male:before {
  content: "\f183";
}
.fa-icon-gittip:before,
.fa-icon-gratipay:before {
  content: "\f184";
}
.fa-icon-sun-o:before {
  content: "\f185";
}
.fa-icon-moon-o:before {
  content: "\f186";
}
.fa-icon-archive:before {
  content: "\f187";
}
.fa-icon-bug:before {
  content: "\f188";
}
.fa-icon-vk:before {
  content: "\f189";
}
.fa-icon-weibo:before {
  content: "\f18a";
}
.fa-icon-renren:before {
  content: "\f18b";
}
.fa-icon-pagelines:before {
  content: "\f18c";
}
.fa-icon-stack-exchange:before {
  content: "\f18d";
}
.fa-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-icon-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-icon-toggle-left:before,
.fa-icon-caret-square-o-left:before {
  content: "\f191";
}
.fa-icon-dot-circle-o:before {
  content: "\f192";
}
.fa-icon-wheelchair:before {
  content: "\f193";
}
.fa-icon-vimeo-square:before {
  content: "\f194";
}
.fa-icon-turkish-lira:before,
.fa-icon-try:before {
  content: "\f195";
}
.fa-icon-plus-square-o:before {
  content: "\f196";
}
.fa-icon-space-shuttle:before {
  content: "\f197";
}
.fa-icon-slack:before {
  content: "\f198";
}
.fa-icon-envelope-square:before {
  content: "\f199";
}
.fa-icon-wordpress:before {
  content: "\f19a";
}
.fa-icon-openid:before {
  content: "\f19b";
}
.fa-icon-institution:before,
.fa-icon-bank:before,
.fa-icon-university:before {
  content: "\f19c";
}
.fa-icon-mortar-board:before,
.fa-icon-graduation-cap:before {
  content: "\f19d";
}
.fa-icon-yahoo:before {
  content: "\f19e";
}
.fa-icon-google:before {
  content: "\f1a0";
}
.fa-icon-reddit:before {
  content: "\f1a1";
}
.fa-icon-reddit-square:before {
  content: "\f1a2";
}
.fa-icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-icon-stumbleupon:before {
  content: "\f1a4";
}
.fa-icon-delicious:before {
  content: "\f1a5";
}
.fa-icon-digg:before {
  content: "\f1a6";
}
.fa-icon-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-icon-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-icon-drupal:before {
  content: "\f1a9";
}
.fa-icon-joomla:before {
  content: "\f1aa";
}
.fa-icon-language:before {
  content: "\f1ab";
}
.fa-icon-fax:before {
  content: "\f1ac";
}
.fa-icon-building:before {
  content: "\f1ad";
}
.fa-icon-child:before {
  content: "\f1ae";
}
.fa-icon-paw:before {
  content: "\f1b0";
}
.fa-icon-spoon:before {
  content: "\f1b1";
}
.fa-icon-cube:before {
  content: "\f1b2";
}
.fa-icon-cubes:before {
  content: "\f1b3";
}
.fa-icon-behance:before {
  content: "\f1b4";
}
.fa-icon-behance-square:before {
  content: "\f1b5";
}
.fa-icon-steam:before {
  content: "\f1b6";
}
.fa-icon-steam-square:before {
  content: "\f1b7";
}
.fa-icon-recycle:before {
  content: "\f1b8";
}
.fa-icon-automobile:before,
.fa-icon-car:before {
  content: "\f1b9";
}
.fa-icon-cab:before,
.fa-icon-taxi:before {
  content: "\f1ba";
}
.fa-icon-tree:before {
  content: "\f1bb";
}
.fa-icon-spotify:before {
  content: "\f1bc";
}
.fa-icon-deviantart:before {
  content: "\f1bd";
}
.fa-icon-soundcloud:before {
  content: "\f1be";
}
.fa-icon-database:before {
  content: "\f1c0";
}
.fa-icon-file-pdf-o:before {
  content: "\f1c1";
}
.fa-icon-file-word-o:before {
  content: "\f1c2";
}
.fa-icon-file-excel-o:before {
  content: "\f1c3";
}
.fa-icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-icon-file-photo-o:before,
.fa-icon-file-picture-o:before,
.fa-icon-file-image-o:before {
  content: "\f1c5";
}
.fa-icon-file-zip-o:before,
.fa-icon-file-archive-o:before {
  content: "\f1c6";
}
.fa-icon-file-sound-o:before,
.fa-icon-file-audio-o:before {
  content: "\f1c7";
}
.fa-icon-file-movie-o:before,
.fa-icon-file-video-o:before {
  content: "\f1c8";
}
.fa-icon-file-code-o:before {
  content: "\f1c9";
}
.fa-icon-vine:before {
  content: "\f1ca";
}
.fa-icon-codepen:before {
  content: "\f1cb";
}
.fa-icon-jsfiddle:before {
  content: "\f1cc";
}
.fa-icon-life-bouy:before,
.fa-icon-life-buoy:before,
.fa-icon-life-saver:before,
.fa-icon-support:before,
.fa-icon-life-ring:before {
  content: "\f1cd";
}
.fa-icon-circle-o-notch:before {
  content: "\f1ce";
}
.fa-icon-ra:before,
.fa-icon-resistance:before,
.fa-icon-rebel:before {
  content: "\f1d0";
}
.fa-icon-ge:before,
.fa-icon-empire:before {
  content: "\f1d1";
}
.fa-icon-git-square:before {
  content: "\f1d2";
}
.fa-icon-git:before {
  content: "\f1d3";
}
.fa-icon-y-combinator-square:before,
.fa-icon-yc-square:before,
.fa-icon-hacker-news:before {
  content: "\f1d4";
}
.fa-icon-tencent-weibo:before {
  content: "\f1d5";
}
.fa-icon-qq:before {
  content: "\f1d6";
}
.fa-icon-wechat:before,
.fa-icon-weixin:before {
  content: "\f1d7";
}
.fa-icon-send:before,
.fa-icon-paper-plane:before {
  content: "\f1d8";
}
.fa-icon-send-o:before,
.fa-icon-paper-plane-o:before {
  content: "\f1d9";
}
.fa-icon-history:before {
  content: "\f1da";
}
.fa-icon-circle-thin:before {
  content: "\f1db";
}
.fa-icon-header:before {
  content: "\f1dc";
}
.fa-icon-paragraph:before {
  content: "\f1dd";
}
.fa-icon-sliders:before {
  content: "\f1de";
}
.fa-icon-share-alt:before {
  content: "\f1e0";
}
.fa-icon-share-alt-square:before {
  content: "\f1e1";
}
.fa-icon-bomb:before {
  content: "\f1e2";
}
.fa-icon-soccer-ball-o:before,
.fa-icon-futbol-o:before {
  content: "\f1e3";
}
.fa-icon-tty:before {
  content: "\f1e4";
}
.fa-icon-binoculars:before {
  content: "\f1e5";
}
.fa-icon-plug:before {
  content: "\f1e6";
}
.fa-icon-slideshare:before {
  content: "\f1e7";
}
.fa-icon-twitch:before {
  content: "\f1e8";
}
.fa-icon-yelp:before {
  content: "\f1e9";
}
.fa-icon-newspaper-o:before {
  content: "\f1ea";
}
.fa-icon-wifi:before {
  content: "\f1eb";
}
.fa-icon-calculator:before {
  content: "\f1ec";
}
.fa-icon-paypal:before {
  content: "\f1ed";
}
.fa-icon-google-wallet:before {
  content: "\f1ee";
}
.fa-icon-cc-visa:before {
  content: "\f1f0";
}
.fa-icon-cc-mastercard:before {
  content: "\f1f1";
}
.fa-icon-cc-discover:before {
  content: "\f1f2";
}
.fa-icon-cc-amex:before {
  content: "\f1f3";
}
.fa-icon-cc-paypal:before {
  content: "\f1f4";
}
.fa-icon-cc-stripe:before {
  content: "\f1f5";
}
.fa-icon-bell-slash:before {
  content: "\f1f6";
}
.fa-icon-bell-slash-o:before {
  content: "\f1f7";
}
.fa-icon-trash:before {
  content: "\f1f8";
}
.fa-icon-copyright:before {
  content: "\f1f9";
}
.fa-icon-at:before {
  content: "\f1fa";
}
.fa-icon-eyedropper:before {
  content: "\f1fb";
}
.fa-icon-paint-brush:before {
  content: "\f1fc";
}
.fa-icon-birthday-cake:before {
  content: "\f1fd";
}
.fa-icon-area-chart:before {
  content: "\f1fe";
}
.fa-icon-pie-chart:before {
  content: "\f200";
}
.fa-icon-line-chart:before {
  content: "\f201";
}
.fa-icon-lastfm:before {
  content: "\f202";
}
.fa-icon-lastfm-square:before {
  content: "\f203";
}
.fa-icon-toggle-off:before {
  content: "\f204";
}
.fa-icon-toggle-on:before {
  content: "\f205";
}
.fa-icon-bicycle:before {
  content: "\f206";
}
.fa-icon-bus:before {
  content: "\f207";
}
.fa-icon-ioxhost:before {
  content: "\f208";
}
.fa-icon-angellist:before {
  content: "\f209";
}
.fa-icon-cc:before {
  content: "\f20a";
}
.fa-icon-shekel:before,
.fa-icon-sheqel:before,
.fa-icon-ils:before {
  content: "\f20b";
}
.fa-icon-meanpath:before {
  content: "\f20c";
}
.fa-icon-buysellads:before {
  content: "\f20d";
}
.fa-icon-connectdevelop:before {
  content: "\f20e";
}
.fa-icon-dashcube:before {
  content: "\f210";
}
.fa-icon-forumbee:before {
  content: "\f211";
}
.fa-icon-leanpub:before {
  content: "\f212";
}
.fa-icon-sellsy:before {
  content: "\f213";
}
.fa-icon-shirtsinbulk:before {
  content: "\f214";
}
.fa-icon-simplybuilt:before {
  content: "\f215";
}
.fa-icon-skyatlas:before {
  content: "\f216";
}
.fa-icon-cart-plus:before {
  content: "\f217";
}
.fa-icon-cart-arrow-down:before {
  content: "\f218";
}
.fa-icon-diamond:before {
  content: "\f219";
}
.fa-icon-ship:before {
  content: "\f21a";
}
.fa-icon-user-secret:before {
  content: "\f21b";
}
.fa-icon-motorcycle:before {
  content: "\f21c";
}
.fa-icon-street-view:before {
  content: "\f21d";
}
.fa-icon-heartbeat:before {
  content: "\f21e";
}
.fa-icon-venus:before {
  content: "\f221";
}
.fa-icon-mars:before {
  content: "\f222";
}
.fa-icon-mercury:before {
  content: "\f223";
}
.fa-icon-intersex:before,
.fa-icon-transgender:before {
  content: "\f224";
}
.fa-icon-transgender-alt:before {
  content: "\f225";
}
.fa-icon-venus-double:before {
  content: "\f226";
}
.fa-icon-mars-double:before {
  content: "\f227";
}
.fa-icon-venus-mars:before {
  content: "\f228";
}
.fa-icon-mars-stroke:before {
  content: "\f229";
}
.fa-icon-mars-stroke-v:before {
  content: "\f22a";
}
.fa-icon-mars-stroke-h:before {
  content: "\f22b";
}
.fa-icon-neuter:before {
  content: "\f22c";
}
.fa-icon-genderless:before {
  content: "\f22d";
}
.fa-icon-facebook-official:before {
  content: "\f230";
}
.fa-icon-pinterest-p:before {
  content: "\f231";
}
.fa-icon-whatsapp:before {
  content: "\f232";
}
.fa-icon-server:before {
  content: "\f233";
}
.fa-icon-user-plus:before {
  content: "\f234";
}
.fa-icon-user-times:before {
  content: "\f235";
}
.fa-icon-hotel:before,
.fa-icon-bed:before {
  content: "\f236";
}
.fa-icon-viacoin:before {
  content: "\f237";
}
.fa-icon-train:before {
  content: "\f238";
}
.fa-icon-subway:before {
  content: "\f239";
}
.fa-icon-medium:before {
  content: "\f23a";
}
.fa-icon-yc:before,
.fa-icon-y-combinator:before {
  content: "\f23b";
}
.fa-icon-optin-monster:before {
  content: "\f23c";
}
.fa-icon-opencart:before {
  content: "\f23d";
}
.fa-icon-expeditedssl:before {
  content: "\f23e";
}
.fa-icon-battery-4:before,
.fa-icon-battery:before,
.fa-icon-battery-full:before {
  content: "\f240";
}
.fa-icon-battery-3:before,
.fa-icon-battery-three-quarters:before {
  content: "\f241";
}
.fa-icon-battery-2:before,
.fa-icon-battery-half:before {
  content: "\f242";
}
.fa-icon-battery-1:before,
.fa-icon-battery-quarter:before {
  content: "\f243";
}
.fa-icon-battery-0:before,
.fa-icon-battery-empty:before {
  content: "\f244";
}
.fa-icon-mouse-pointer:before {
  content: "\f245";
}
.fa-icon-i-cursor:before {
  content: "\f246";
}
.fa-icon-object-group:before {
  content: "\f247";
}
.fa-icon-object-ungroup:before {
  content: "\f248";
}
.fa-icon-sticky-note:before {
  content: "\f249";
}
.fa-icon-sticky-note-o:before {
  content: "\f24a";
}
.fa-icon-cc-jcb:before {
  content: "\f24b";
}
.fa-icon-cc-diners-club:before {
  content: "\f24c";
}
.fa-icon-clone:before {
  content: "\f24d";
}
.fa-icon-balance-scale:before {
  content: "\f24e";
}
.fa-icon-hourglass-o:before {
  content: "\f250";
}
.fa-icon-hourglass-1:before,
.fa-icon-hourglass-start:before {
  content: "\f251";
}
.fa-icon-hourglass-2:before,
.fa-icon-hourglass-half:before {
  content: "\f252";
}
.fa-icon-hourglass-3:before,
.fa-icon-hourglass-end:before {
  content: "\f253";
}
.fa-icon-hourglass:before {
  content: "\f254";
}
.fa-icon-hand-grab-o:before,
.fa-icon-hand-rock-o:before {
  content: "\f255";
}
.fa-icon-hand-stop-o:before,
.fa-icon-hand-paper-o:before {
  content: "\f256";
}
.fa-icon-hand-scissors-o:before {
  content: "\f257";
}
.fa-icon-hand-lizard-o:before {
  content: "\f258";
}
.fa-icon-hand-spock-o:before {
  content: "\f259";
}
.fa-icon-hand-pointer-o:before {
  content: "\f25a";
}
.fa-icon-hand-peace-o:before {
  content: "\f25b";
}
.fa-icon-trademark:before {
  content: "\f25c";
}
.fa-icon-registered:before {
  content: "\f25d";
}
.fa-icon-creative-commons:before {
  content: "\f25e";
}
.fa-icon-gg:before {
  content: "\f260";
}
.fa-icon-gg-circle:before {
  content: "\f261";
}
.fa-icon-tripadvisor:before {
  content: "\f262";
}
.fa-icon-odnoklassniki:before {
  content: "\f263";
}
.fa-icon-odnoklassniki-square:before {
  content: "\f264";
}
.fa-icon-get-pocket:before {
  content: "\f265";
}
.fa-icon-wikipedia-w:before {
  content: "\f266";
}
.fa-icon-safari:before {
  content: "\f267";
}
.fa-icon-chrome:before {
  content: "\f268";
}
.fa-icon-firefox:before {
  content: "\f269";
}
.fa-icon-opera:before {
  content: "\f26a";
}
.fa-icon-internet-explorer:before {
  content: "\f26b";
}
.fa-icon-tv:before,
.fa-icon-television:before {
  content: "\f26c";
}
.fa-icon-contao:before {
  content: "\f26d";
}
.fa-icon-500px:before {
  content: "\f26e";
}
.fa-icon-amazon:before {
  content: "\f270";
}
.fa-icon-calendar-plus-o:before {
  content: "\f271";
}
.fa-icon-calendar-minus-o:before {
  content: "\f272";
}
.fa-icon-calendar-times-o:before {
  content: "\f273";
}
.fa-icon-calendar-check-o:before {
  content: "\f274";
}
.fa-icon-industry:before {
  content: "\f275";
}
.fa-icon-map-pin:before {
  content: "\f276";
}
.fa-icon-map-signs:before {
  content: "\f277";
}
.fa-icon-map-o:before {
  content: "\f278";
}
.fa-icon-map:before {
  content: "\f279";
}
.fa-icon-commenting:before {
  content: "\f27a";
}
.fa-icon-commenting-o:before {
  content: "\f27b";
}
.fa-icon-houzz:before {
  content: "\f27c";
}
.fa-icon-vimeo:before {
  content: "\f27d";
}
.fa-icon-black-tie:before {
  content: "\f27e";
}
.fa-icon-fonticons:before {
  content: "\f280";
}
.fa-icon-reddit-alien:before {
  content: "\f281";
}
.fa-icon-edge:before {
  content: "\f282";
}
.fa-icon-credit-card-alt:before {
  content: "\f283";
}
.fa-icon-codiepie:before {
  content: "\f284";
}
.fa-icon-modx:before {
  content: "\f285";
}
.fa-icon-fort-awesome:before {
  content: "\f286";
}
.fa-icon-usb:before {
  content: "\f287";
}
.fa-icon-product-hunt:before {
  content: "\f288";
}
.fa-icon-mixcloud:before {
  content: "\f289";
}
.fa-icon-scribd:before {
  content: "\f28a";
}
.fa-icon-pause-circle:before {
  content: "\f28b";
}
.fa-icon-pause-circle-o:before {
  content: "\f28c";
}
.fa-icon-stop-circle:before {
  content: "\f28d";
}
.fa-icon-stop-circle-o:before {
  content: "\f28e";
}
.fa-icon-shopping-bag:before {
  content: "\f290";
}
.fa-icon-shopping-basket:before {
  content: "\f291";
}
.fa-icon-hashtag:before {
  content: "\f292";
}
.fa-icon-bluetooth:before {
  content: "\f293";
}
.fa-icon-bluetooth-b:before {
  content: "\f294";
}
.fa-icon-percent:before {
  content: "\f295";
}
.fa-icon-gitlab:before {
  content: "\f296";
}
.fa-icon-wpbeginner:before {
  content: "\f297";
}
.fa-icon-wpforms:before {
  content: "\f298";
}
.fa-icon-envira:before {
  content: "\f299";
}
.fa-icon-universal-access:before {
  content: "\f29a";
}
.fa-icon-wheelchair-alt:before {
  content: "\f29b";
}
.fa-icon-question-circle-o:before {
  content: "\f29c";
}
.fa-icon-blind:before {
  content: "\f29d";
}
.fa-icon-audio-description:before {
  content: "\f29e";
}
.fa-icon-volume-control-phone:before {
  content: "\f2a0";
}
.fa-icon-braille:before {
  content: "\f2a1";
}
.fa-icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-icon-asl-interpreting:before,
.fa-icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-icon-deafness:before,
.fa-icon-hard-of-hearing:before,
.fa-icon-deaf:before {
  content: "\f2a4";
}
.fa-icon-glide:before {
  content: "\f2a5";
}
.fa-icon-glide-g:before {
  content: "\f2a6";
}
.fa-icon-signing:before,
.fa-icon-sign-language:before {
  content: "\f2a7";
}
.fa-icon-low-vision:before {
  content: "\f2a8";
}
.fa-icon-viadeo:before {
  content: "\f2a9";
}
.fa-icon-viadeo-square:before {
  content: "\f2aa";
}
.fa-icon-snapchat:before {
  content: "\f2ab";
}
.fa-icon-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-icon-snapchat-square:before {
  content: "\f2ad";
}
.fa-icon-pied-piper:before {
  content: "\f2ae";
}
.fa-icon-first-order:before {
  content: "\f2b0";
}
.fa-icon-yoast:before {
  content: "\f2b1";
}
.fa-icon-themeisle:before {
  content: "\f2b2";
}
.fa-icon-google-plus-circle:before,
.fa-icon-google-plus-official:before {
  content: "\f2b3";
}
.fa-icon-fa:before,
.fa-icon-font-awesome:before {
  content: "\f2b4";
}
.fa-icon-handshake-o:before {
  content: "\f2b5";
}
.fa-icon-envelope-open:before {
  content: "\f2b6";
}
.fa-icon-envelope-open-o:before {
  content: "\f2b7";
}
.fa-icon-linode:before {
  content: "\f2b8";
}
.fa-icon-address-book:before {
  content: "\f2b9";
}
.fa-icon-address-book-o:before {
  content: "\f2ba";
}
.fa-icon-vcard:before,
.fa-icon-address-card:before {
  content: "\f2bb";
}
.fa-icon-vcard-o:before,
.fa-icon-address-card-o:before {
  content: "\f2bc";
}
.fa-icon-user-circle:before {
  content: "\f2bd";
}
.fa-icon-user-circle-o:before {
  content: "\f2be";
}
.fa-icon-user-o:before {
  content: "\f2c0";
}
.fa-icon-id-badge:before {
  content: "\f2c1";
}
.fa-icon-drivers-license:before,
.fa-icon-id-card:before {
  content: "\f2c2";
}
.fa-icon-drivers-license-o:before,
.fa-icon-id-card-o:before {
  content: "\f2c3";
}
.fa-icon-quora:before {
  content: "\f2c4";
}
.fa-icon-free-code-camp:before {
  content: "\f2c5";
}
.fa-icon-telegram:before {
  content: "\f2c6";
}
.fa-icon-thermometer-4:before,
.fa-icon-thermometer:before,
.fa-icon-thermometer-full:before {
  content: "\f2c7";
}
.fa-icon-thermometer-3:before,
.fa-icon-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-icon-thermometer-2:before,
.fa-icon-thermometer-half:before {
  content: "\f2c9";
}
.fa-icon-thermometer-1:before,
.fa-icon-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-icon-thermometer-0:before,
.fa-icon-thermometer-empty:before {
  content: "\f2cb";
}
.fa-icon-shower:before {
  content: "\f2cc";
}
.fa-icon-bathtub:before,
.fa-icon-s15:before,
.fa-icon-bath:before {
  content: "\f2cd";
}
.fa-icon-podcast:before {
  content: "\f2ce";
}
.fa-icon-window-maximize:before {
  content: "\f2d0";
}
.fa-icon-window-minimize:before {
  content: "\f2d1";
}
.fa-icon-window-restore:before {
  content: "\f2d2";
}
.fa-icon-times-rectangle:before,
.fa-icon-window-close:before {
  content: "\f2d3";
}
.fa-icon-times-rectangle-o:before,
.fa-icon-window-close-o:before {
  content: "\f2d4";
}
.fa-icon-bandcamp:before {
  content: "\f2d5";
}
.fa-icon-grav:before {
  content: "\f2d6";
}
.fa-icon-etsy:before {
  content: "\f2d7";
}
.fa-icon-imdb:before {
  content: "\f2d8";
}
.fa-icon-ravelry:before {
  content: "\f2d9";
}
.fa-icon-eercast:before {
  content: "\f2da";
}
.fa-icon-microchip:before {
  content: "\f2db";
}
.fa-icon-snowflake-o:before {
  content: "\f2dc";
}
.fa-icon-superpowers:before {
  content: "\f2dd";
}
.fa-icon-wpexplorer:before {
  content: "\f2de";
}
.fa-icon-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.eot?d7yf1v);
	src:url(//mail.homenergy4u.gr//media/com_revslider/public/assets/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),
		url(//mail.homenergy4u.gr//media/com_revslider/public/assets/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),
		url(//mail.homenergy4u.gr//media/com_revslider/public/assets/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),
		url(//mail.homenergy4u.gr//media/com_revslider/public/assets/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}

" + htmlDivCss + "
" + htmlDivCss + "
' + htmlDivCss + '