html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: inline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

strong {
  font-weight: 700;
}

html {
  box-sizing: border-box;
}

.container-fluid, .fluid-container {
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
  line-height: 1.5;
  -webkit-touch-callout: none;
  font-family: "Open Sans", sans-serif;
  background: #fff url(ext/cstm/img/main_bg.jpg) no-repeat center center fixed;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  overflow-x: hidden;
}

@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

body:after {
  content: url(ext/cstm/img/close.png) url(ext/cstm/img/loading.gif) url(ext/cstm/img/prev.png) url(ext/cstm/img/next.png);
  display: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  padding: 0;
  margin: 0;
  font-size: 26px;
}

h2 {
  font-size: 24px;
  color: #36b7e2;
}

h3 {
  font-size: 22px;
  color: #36b7e2;
}

a,
input,
.icon-link,
.menu-button,
.totop i,
.item-overlay,
i {
  color: #3ab2c4;
  text-decoration: none !important;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

a:hover,
a:focus,
a:active,
input:hover,
.icon-link:hover,
.menu-button:hover,
.totop i:hover .item-overlay:hover,
i:hover {
  color: #36b7e2;
  text-decoration: none !important;
}

.icon-link:hover,
.menu-button:hover,
i:hover {
  cursor: pointer;
  color: #36b7e2;
}

.done {
  display: none;
  font-size: 16px;
  border-radius: 0;
  padding: 5px;
  margin-top: 15px;
}

header,
footer {
  width: 100%;
  padding: 20px;
  position: relative;
}

footer {
  padding: 0;
}

footer ul {
  list-style-type: none;
  line-height: 1.75em;
  margin-bottom: 15px;
}

footer h4 {
  color: #11589b;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-top {
  padding: 30px 0;
  background-color: #11589b;
}

.footer-top h4 {
  color: #fff;
  margin-bottom: 10px;
}

.footer-top .partners {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #36b7e2;
  border-radius: none;
  border: 1px solid #ccc;
  padding: 18px 10px;
  margin: 0 auto;
  line-height: 0.1em;
}

.footer-top .partners img {
  width: 30px;
  height: 30px;
}

.footer-top .partners:hover {
  background-color: #11589b;
}

.partner-logos a {
  text-align: center;
  vertical-align: middle;
}

.partner-logos a img {
  margin: 0 auto;
}

.partner-logos a.huida {
  margin-top: 12px;
}

.footer-middle {
  padding: 15px;
  background-color: #fff;
}

.footer-middle .payments {
  margin-top: 30px;
}

.newsletter-form fieldset {
  position: relative;
  display: block;
  width: auto;
  padding: 0;
  border: none;
  border-radius: none;
  white-space: nowrap;
  width: 100%;
}

.newsletter-form input {
  width: auto;
  border-radius: 0 !important;
}

.newsletter-title {
  text-align: left;
}

.newsletter-form input[type='submit'] {
  color: #fff;
  background: #36b7e2;
  border-radius: 0 !important;
  border: 1px solid #ccc;
  float: right;
  padding: 6px 0;
  width: 30%;
}

.newsletter-form input[type='submit']:hover {
  background: #11589b;
  cursor: pointer;
}

.newsletter-form .form-group {
  background: #eee;
  border-radius: none;
  border: 1px solid #ccc !important;
  float: left;
  width: 65%;
  margin-bottom: 0;
}

.newsletter-form input[type='email'] {
  width: 80%;
  border: none;
  background: #eee;
  color: #666 !important;
  padding: 6px 2px;
  border-left: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}

.newsletter-form i {
  text-align: center;
  color: #888;
  margin: 0 3%;
}

.footer-bottom {
  padding: 10px;
  background-color: #f5f5f5;
}

.bodyWrapper {}

#wrapper {
  background-color: #fff;
  width: 90%;
  height: auto;
  margin: 54px auto 71px auto;
  position: relative;
}

#logo {
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
  width: auto;
  max-width: 100%;
  height: auto;
}

#hdr-left {
  margin: 0;
  float: left;
}

#hdr-right {
  float: right;
  margin: 3px 0 0 0;
}

#top-navbar {
  float: left;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.circle {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(pie.htc);
  position: relative;
  zoom: 1;
}

.border-grey {
  border: 2px solid #999;
}

.border-white {
  border: 2px solid #fff;
}

.no-border {
  border: none;
}

.white {
  background-color: white;
}

.color-white {
  color: white;
}

.red {
  background-color: #ff7d7d;
}

.big {
  height: 26px;
  width: 26px;
}

.big-xx {
  height: 30px;
  width: 30px;
}

.small {
  height: 14px;
  width: 14px;
}

.txt-sm {
  color: white !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 0 0 3px 0 !important;
  overflow: hidden;
}

.clear {
  clear: both;
  float: none;
  display: block;
}

.navbar-nav {
  float: left;
  display: inline-block;
  margin: 5px 0 0 0px;
  border: none;
}

.navbar-nav {
  list-style-type: none;
  border-left: 1px solid #ccc;
  padding-left: 10px;
}

.second.navbar-nav {
  border-left: none;
}

.navbar-nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none !important;
}

.navbar-nav i:first-child {
  margin: 0;
}

.navbar-nav li a {
  color: #6d6d6d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  background: none !important;
  padding: 4px 10px;
}

.navbar-nav li a:hover {
  color: #36b7e2;
  background: none;
}

#hdr-right .fa-stack {
  font-size: 17px;
}

.fa-stack .fa {
  color: #fff;
}

.fa-stack:hover .fa {
  color: #333;
}

.fa-stack.grey .fa {
  color: #6d6d6d;
}

.fa-stack.grey .fa.circle {
  line-height: 1.3em;
}

.fa-stack.grey:hover .fa {
  color: #36b7e2;
}

.emporos-name {
  display: inline-block;
  margin: 5px 10px 0 0;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  color: #aaa;
}

.emporos-not,
.emporos-msg {
  display: inline-block;
  margin: 0 10px 0 0;
}

.emporos-sts {
  display: inline-block;
  margin: 0;
}

/*================================Front Page============================*/
.menu-button {
  display: none;
  float: left;
  margin: 5px 0 0 20px;
  padding: 2px 8px;
  border-radius: 8px;
  border: 2px solid #aaa;
  color: #aaa;
  font-size: 18px;
  cursor: pointer;
}

.menu-button:hover {
  border: 2px solid #36b7e2;
  color: #36b7e2;
}

#menu-cont {
  float: left;
  width: auto;
  margin: 0 0 0 30px;
}

.menudivider {
  float: left;
  background-color: #cacaca;
  width: 1px;
  height: 40px;
}

#content-wrapper {
  width: 100%;
  display: block;
  position: relative;
}

#feat-img {
  float: left;
  padding: 0;
}

#sidebar.sidebar-right {}

#map {
  height: 760px;
  min-height: 760px;
}

.panel-heading {
  font-weight: 700;
}

.filters-ul>li {
  display: block;
  clear: both;
  margin-bottom: 15px;
}

.filters-ul>li label {
  padding-right: 15px;
}

.products_filters-section_title {
  width: 150px;
  display: inline-block;
  padding-right: 20px;
  font-size: 12px !important;
  font-weight: 700;
  color: #36b7e2;
  /*height: 32px;*/
}

#notifications .panel a {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}

#main-content {
  /*float: left;*/
  display: block;
  /*width: 38%;*/
  /*z-index: 9999;*/
}

#main #main-content {
  background: #fff;
}

#sidebar {
  /*float: left;*/
  /*width: 20%;*/
  height: 100%;
  line-height: 1.5;
}

#main #sidebar {
  background-color: #2C2F34;
}

.feat-img-overlay {
  /*
    background-color: #4dec22;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
*/
}

.feat-img-caption {
  position: absolute;
  z-index: 10;
  bottom: 10%;
  left: 5%;
  color: white;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
}

.feat-img-prev {
  position: absolute;
  z-index: 11;
  bottom: 3%;
  left: 5%;
}

.feat-img-next {
  position: absolute;
  z-index: 11;
  bottom: 3%;
  left: 17%;
}

.feat-img-prev i,
.feat-img-next i {
  font-size: 50px;
  color: #fff;
}

.feat-img-prev i:hover,
.feat-img-next i:hover {
  cursor: pointer;
}

.captions {
  display: none;
}

.news-ticker {
  background-color: #11589b;
  height: 70px;
}

.modern-ticker {
  color: #eee;
}

.modern-ticker {
  width: 97%;
  margin: 0 1.5%;
  height: 70px;
}

.modern-ticker a {
  text-decoration: none;
  color: #eee;
  font-size: 12px !important;
  padding: 10px 20px;
}

.modern-ticker a span {
  text-decoration: none;
  color: #eee;
  font-size: 14px !important;
  display: inline-block;
  margin: 0 13px 0 0 !important;
}

.modern-ticker ul {
  margin: 15px 0 0 10px;
  padding: 0;
  list-style: none;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.mt-body {
  margin: 0px;
}

.mt-label {
  margin-right: 2px;
  position: absolute;
  left: 0;
}

.mt-label {
  border-radius: 5px 0 0 5px;
}

.mt-news {
  overflow: hidden;
  position: absolute;
}

.mt-scroll .mt-news {
  background-color: transparent;
}

.mt-news ul {
  background-repeat: no-repeat;
  background-position: -1000px;
}

.mt-news li {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.mt-round .mt-news:first-child,
.mt-round .mt-news:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.mt-round .mt-news:last-child,
.mt-round .mt-news:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mt-news a {
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: 7px center;
  display: block;
  white-space: nowrap;
}

.mt-scroll.mt-round .mt-news a {
  border-radius: 0;
}

.mt-hide {
  display: none;
}

.latest-news {
  width: 100%;
  margin: auto;
  position: relative;
  font-size: 13px;
}

.leading-article {
  padding: 20px 25px;
  margin: 0px auto 0 auto;
}

.leading-article.title {
  padding: 0px;
}

.leading-article .article-section {
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  margin: 0 0;
  padding: 0px;
  border-bottom: solid 1px #36b7e2;
}

.leading-article.title .article-section {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 15px 25px;
  background: #333;
  border: none;
}

.leading-article .article-section a {
  color: #36b7e2;
  text-decoration: none;
}

.leading-article.title .article-section a {
  color: #fff;
  text-decoration: none;
}

.leading-article.title .article-section a:hover {
  color: #36b7e2;
  text-decoration: none;
}

.lead a {
  background: #36b7e2;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  text-decoration: none;
}

.lead a:hover {
  background: #ddd;
  color: #36b7e2;
  text-decoration: none;
}

.article-title {
  color: #333;
  font-family: "Open Sans Condensed";
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.3em;
}

.article-title+div ul {
  list-style-position: inside;
}

.article-date {
  color: #36b7e2;
  font-size: 16px;
  margin: 0 0 10px 0;
}

.article-intro {
  text-align: justify;
  color: #777
    /*#8f8c8e*/
  ;
  margin: 0 0 20px 0;
  position: relative;
}

.article-read-more {
  margin: 0 0 10px 0;
  position: relative;
}

.article-read-more i {
  font-size: 24px;
  display: inline-block;
}

.article-read-more span {
  position: absolute;
  margin: 0 0 0 15px;
  display: inline-block;
  font-size: 16px;
}

@-moz-document url-prefix() {
  .article-read-more span {
    margin: 1px 0 0 30px;
  }
}

.article-read-more a {
  text-decoration: none;
  color: #8f8c8e;
  font-weight: 700;
}

.article-read-more a:hover {
  color: #36b7e2;
}

.other-articles {
  width: 100%;
  margin: 40px 0 0 0;
}

#index .other-articles {
  margin: 25px 0 0 0;
}

.article-cont-left {
  background-color: #f9f9f9;
  width: 50%;
  float: left;
  height: 100%;
}

.article-cont-right {
  background-color: #f5f5f5;
  width: 50%;
  float: left;
  height: 100%;
}

.other-article-cont {
  width: 90%;
  margin: 20px auto 20px auto;
}

.other-article {
  color: #36b7e2;
  font-size: 24px;
  margin-bottom: 2px;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "Open Sans Condensed";
  white-space: nowrap;
}

.other-article-title {
  color: #2b2127;
  font-family: "Open Sans Condensed";
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  height: 27px;
  overflow: hidden;
}

.other-article-intro {
  color: #8f8c8e;
  margin: 0 0 20px 0;
  position: relative;
}

#index #intro1,
#index #intro2 {
  height: 95px;
  overflow: hidden;
}

#index #intro {
  height: 76px;
  overflow: hidden;
}

.article-gal a {
  float: left;
  margin: 1%;
  width: 23%;
}

.main-content-inner,
#primary-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #36b7e2 !important;
}

/*================================Sidebar============================*/
.mCSB_inside>.mCSB_container {
  margin-right: 15px;
}

.sidebar-widget {
  padding: 17px 0 17px 0;
  position: relative;
  display: block;
}

.sidebar-widget.dropdown-menu0 {
  padding: 25px 21px 24px 21px;
}

.sidebar-top {
  /*    min-height:225px;*/
  background-color: #36b7e2;
  position: relative;
  clear: both;
}

.sidebar-title {
  color: #fff;
  padding: 0 0 0 20px;
  position: relative;
  font-weight: 700;
  font-size: 14px;
}

.sidebar-title a {
  color: #fff;
}

.sidebar-title a:hover {
  color: #36b7e2;
}

.sidebar-title span {
  display: inline-block;
  vertical-align: 15%;
  padding: 0 0 0 10px;
}

.sidebar-title i {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}

.sidebar-line {
  background-color: #11589b;
  height: 1px;
  width: 95%;
  float: right;
  clear: both !important;
  margin: 20px 0 15px 0;
}

.orario-par,
.orario-for {
  padding: 0 0 0 20px;
  clear: both;
  color: #fff;
  display: block;
}

.orario-par-or {
  color: #eee;
  font-size: 12px;
  display: block;
}

.orario-par-or span,
.orario-par-tit span {
  color: #fff !important;
  margin: 0 0 0 6px;
  font-size: 12px;
  display: inline-block;
}

.fix {
  margin: 20px 0 0 0 !important;
}

#sidebar,
#sidebar .pdf-cont {
  background-color: #2C2F34;
}

#sidebar .pdf-cont .catalogue {
  padding: 0 15px;
  overflow: hidden;
  max-height: 100px;
  margin: 0;
  list-style-type: none;
  clear: both;
  float: none;
  position: relative;
}

#sidebar .pdf-cont .catalogue:last-child {
  height: 25px;
}

.pdf-cont .catalogue .catalogue-front,
.pdf-cont .catalogue .catalogue-content {
  float: left;
  color: #fff;
  display: inline;
  font-size: 11px;
  margin: 0;
  padding: 0;
  border: none;
  width: 25%;
}

.pdf-cont .catalogue .catalogue-front img {
  max-width: 100%;
  max-height: 65px;
  margin-top: 5px;
}

.pdf-cont .catalogue .catalogue-content {
  width: 70%;
  margin: 0 0 0 5%;
  padding: 0;
}

.pdf-cont .catalogue span {
  clear: both;
  display: block;
  float: none;
}

.pdf-cont .catalogue .catalogue-title {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.pdf-cont .catalogue .catalogue-subtitle {
  color: #ccc;
  font-weight: 700;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.pdf-cont .catalogue .catalogue-desc {
  color: #aaa;
  font-weight: 400;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  height: 32px;
  overflow: hidden;
}

.pdf-cont .catalogue .catalogue-title:hover,
.pdf-cont .catalogue .catalogue-subtitle:hover,
.pdf-cont .catalogue .catalogue-desc:hover {
  color: #36b7e2 !important;
}

.pdf-cont .sidebar-line {
  background: #444;
  margin: 18px 0 15px 0;
  clear: both;
}

.pdf-cont .catalogue .catalogue-desc .sidebar-line {
  width: 100%;
}

.pdf-cont .all-catalogues-link {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  clear: both;
  font-size: 12px;
  position: relative;
  white-space: nowrap;
}

.pdf-cont .all-catalogues-link:hover {
  color: #36b7e2;
}

#sidebar .pdf-cont .catalogue a:hover .pdf-cont .catalogue .catalogue-desc {
  color: #36b7e2 !important;
}

.pdf-cont .all-catalogues-link .fa {
  font-size: 18px;
  vertical-align: -15%;
  margin: 0 10px 0 5px;
}

/*============================Footer============================*/
#copyright-cont {
  float: left;
  width: 40%;
}

#totop-cont {
  float: left;
  width: 20%;
}

#social-cont {
  float: left;
  width: 40%;
}

.copyright {
  font-size: 12px;
  margin: 0;
  color: #999;
  margin: 10px 0 0 0;
}

.totop {
  font-size: 21px;
  color: #999;
  text-align: center;
  margin: 0;
}

.totop span {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: -2px 0 0 0;
}

.totop i {
  margin: 0 0 0 -25px;
  position: relative;
  z-index: 2;
  color: #999;
}

.totop i:hover {
  color: #36b7e2;
}

.social-pos {
  float: right;
  margin: 0;
}

.fb,
.tw,
.gp {
  float: left;
  margin: 0 10px 0 0;
}

.fb a,
.tw a,
.gp a {
  color: #999;
  font-size: 25px;
}

.fb a:hover,
.tw a:hover,
.gp a:hover {
  color: #36b7e2;
}

/*================================item-category Page============================*/
#item-category #wrapper {
  background-color: transparent;
}

#item-category #content-wrapper {
  border: solid 1px #ccc;
  margin: 0px auto;
  background-color: transparent;
  position: relative;
  height: auto;
}

#item-category #feat-img {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  height: 100%;
}

#item-category #feat-img .feat-img-caption {
  position: relative;
  bottom: auto;
  font-size: 36px;
  width: 35%;
  margin: 20px;
}

/*================================item-category Page Header============================*/
#item-category-header {
  background-color: #36b7e2;
  width: 100%;
}

#item-category-header .emporos-name {
  color: white;
}

#item-category-header #hdr-left {}

#item-category-header #hdr-right {
  display: block;
}

#item-category-header .cart,
#item-category-header .cart-icon,
#item-category-header .fa-shopping-cart,
#item-category-header .cart-sum {
  display: inline-block;
}

#item-category-header .cart {
  margin: 0 40px 0 0;
  font-family: "Open Sans Condensed";
  font-size: 14px;
  font-weight: 700;
  height: 30px;
}

#cart-panel {
  position: relative;
}

#cart-panel>div.cart-icon {
  margin: -5px 5px 0 0;
}

#hdr-right .badge {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 9999;
  padding: 2px 5px;
  background-color: #c33;
}

#item-category-header .icon-link:hover {
  color: #333;
}

#item-category-header .navbar-nav li a {
  color: #fff;
  background: none;
}

#item-category-header .navbar-nav a:hover,
#item-category-header .navbar-nav a.current {
  color: #333;
}

#search-form {
  text-align: right;
  margin: 8px -10px 8px 0;
  padding: 0;
  position: relative;
}

#search-form .search-input {
  background: #eee;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
  padding: 8px;
  font-size: 14px;
  color: #36b7e2;
  position: relative;
  width: 100%;
  font-family: FontAwesome, "Open Sans";
}

#search-form .search-input.disabled {
  background: #ccc;
  cursor: not-allowed;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

#search-form #search_results {
  /*position: relative;*/
  display: block;
  max-height: 300px;
  overflow: auto;
}

#search-form #search_results ul {
  overflow-x: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  max-height: 300px;
}

.ui-menu-item {
  font-size: 12px !important;
  text-align: left;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: none;
  background-color: #36b7e2 !important;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0px -15px;
  outline: none;
  border: none !important;
  background: #36b7e2;
  color: #ffffff;
}

#search-form .search-submit:hover {
  color: #333;
}

#searchBox {
  position: relative;
}

#qo_search {
  position: relative;
}

#qo_search_results {
  /*position: relative;*/
  display: block;
  max-height: 300px;
  overflow: auto;
}

#qo_search_results ul {
  overflow-x: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  max-height: 300px;
}

#qo_search_results .ui-menu .ui-menu-item {
  list-style-image: none
}

#selected_products_list_body td {
  vertical-align: middle
}

#selected_products_list_foot td {
  vertical-align: middle
}

#qo_search_results .ui-autocomplete {
  display: block !important
}

#selected_products_list_body .form-control {
  margin-bottom: 0px;
}

#qo_search_results .ui-menu .ui-menu-item.disabled {}

#qo_search_results {
  min-height: 300px
}

#singlefeat img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow-x: hidden !important;
}

/*================================item-category Page Sidebar============================*/
#item-category #sidebar {
  background-color: #ffffff;
  width: 100%;
  /*border-right: solid 1px #ccc;*/
}

#item-category #sidebar select {
  padding: 8px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f8f8f8;
  color: #666;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: solid 1px #ccc;
  width: 100%;
  margin: 5px px;
  font-size: 16px;
  font-weight: 700;
}

#item-category #sidebar label {
  position: relative;
  display: block;
}

#item-category #sidebar label:after {
  content: '<>';
  font: 12px"Consolas", monospace;
  color: #999;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10px;
  top: 12px;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #ddd;
  position: absolute;
  pointer-events: none;
}

#item-category #sidebar label:before {
  content: '';
  right: 6px;
  top: 0px;
  width: 20px;
  background: #f8f8f8;
  position: absolute;
  pointer-events: none;
  display: block;
}

#item-category #sidebar .line {
  height: 1px;
  background-color: #ccc;
  width: 100%;
  clear: both;
  display: block;
  margin: -2px 0 20px 0px;
}

/* Sibebar Menu */
#item-category #sidebar .sidebar-menu {
  padding: 10px;
  overflow: auto;
}

#item-category #sidebar .sidebar-menu ul,
#item-category #sidebar .sidebar-menu ul li,
#item-category #sidebar .sidebar-menu ul li a {
  margin: 0;
  padding: 0;
}

#item-category #sidebar .sidebar-menu .line {
  margin: 0;
  padding: 0;
  width: 100%;
}

#item-category #sidebar .sidebar-menu ul li {
  display: block;
  width: 100%;
  padding: 5px 10px;
}

#item-category #sidebar .sidebar-menu ul li a.sub-1 {
  border: none;
  margin-top: 20px;
}

#item-category #sidebar .sidebar-menu ul li a {
  text-decoration: none;
  font-size: 13px;
}

#item-category #sidebar .sidebar-menu a.view-more {
  float: right;
  font-size: 12px;
}

/*================================item-category Page Content============================*/
#item-category #inner-content-wrapper {
  padding: 0;
  /*margin: 200px 40px 40px 40px;*/
  margin: 0px 0px 0px 0px!important;
  background: #fff;
  overflow: auto;
  position: relative;
  /*z-index:1500;*/
}

#item-category #main-content {
  padding: 30px;
  background-color: #e8eff3;
  overflow: hidden;
  border-left: solid 1px #ccc;
}

#item-category #main-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #666;
  /*float: left;*/
  margin: 0;
  display: block;
}

#item-category #main-content .line {
  height: 1px;
  background-color: #ccc;
  width: 120%;
  clear: both;
  display: block;
  margin: 25px 0 20px -30px;
}

#item-category #main-content a.view-more {
  font-size: 14px;
  float: right;
  text-decoration: none;
  color: #666;
  margin: 20px 0 -50px 0;
}

#item-category #main-content a.view-more:hover {
  color: #36b7e2;
}

#item-category #main-content a.view-more .fa {
  font-size: 24px;
  vertical-align: -15%;
  margin: 0 0 0 10px;
}

/*================================item-category Page Lists============================*/
.list {
  margin: 0;
}

.list-item {
  width: 200px;
  height: 220px;
  border: 1px solid #aaa;
  margin: 5px 30px 30px 5px;
  float: left;
  background: #fff;
  color: #777;
  overflow: hidden;
}

.list-item:last-child {
  margin: 5px 5px 30px 5px;
}

.list-item.selected {
  border: 1px solid #36b7e2;
}

.item-description {
  width: 174px;
  float: left;
  padding: 5px;
  font-size: 13px;
  letter-spacing: -0.1em;
  font-weight: 700;
}

.item-image {
  position: relative;
}

.item-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  opacity: 0;
  background: #36b7e2;
}

/*
.item-overlay:after {

    font-family:'FontAwesome';
    text-align:center;
    cursor:pointer;
    content:'\f08e';
    color:#fff;
    font-size: 32px;
    margin:25% auto;
    position:relative;
    left:-16px;
    top:-16px;
    width:100%;
    height:100%;
    vertical-align:middle;
    display:inline-block;

}*/
.item-overlay i {
  color: #fff;
  font-size: 32px;
  margin: 0% auto;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  /*left:-16px;
    top:-16px;*/
}

.item-image:hover .item-overlay {
  display: block;
  text-decoration: none;
  opacity: 0.5;
  z-index: 999;
}

.item-img-wrapper:hover .item-overlay {
  display: block;
  text-decoration: none;
  opacity: 0.5;
  z-index: 997;
}

.list-item img {
  width: 100%;
  height: auto;
}

.item-price {
  background: #eee;
  padding: 5px;
  width: 144px;
  float: left;
}

.item-cart {
  background: #36b7e2;
  width: 36px;
  float: left;
  color: #fff;
}

.item-cart-disabled {
  background: red;
  width: 36px;
  float: left;
  color: #fff;
  text-align: center;
}

.item-cart-in-listing {
  background: #36b7e2;
  color: #fff;
  padding: 8px 5px;
  font-family: "Open Sans Condensed";
  white-space: nowrap;
}

.item-cart-in-listing:hover {
  background: #36b7e2;
  color: #fff;
}

.item-cart-in-listing i,
.item-cart i {
  font-size: 21px;
  color: #fff;
  padding: 10px 8px;
}

.item-quantity {
  background: #eee;
  padding: 5px;
  width: 30px;
  float: left;
  text-align: center;
}

/*================================Single Item Page Lists============================*/
#item-category.single-item #inner-content-wrapper {
  padding: 40px;
}

.item-full {
  width: 100%;
  position: relative;
  overflow:hidden;
}

.item-full .item-image {
  /*    border: 1px solid #36b7e2;*/
}

.item-full .item-image img {
  width: 100%;
  height: auto;
}

.item-full .item-full-description {
  /*width: 65%;*/
  margin: 0 2.5% 0 0;
  float: left;
}

.item-full .item-full-description .item-description {
  width: 100%;
  color: #36b7e2;
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.item-full .q-plus,
.item-full .q-minus,
.item-full .item-quantity,
.item-full .item-cart,
.item-full .item-price {
  float: left;
  padding: 6px;
  width: auto;
}

.item-full .item-cart {
  cursor: pointer;
  padding: 5px;
}

.item-full .item-price,
.item-full .item-quantity,
.item-full .q-plus,
.item-full .q-minus {
  color: #666;
  background: #ddd;
}

.item-full .q-plus i,
.item-full .q-minus i,
.item-full .item-cart i {
  padding: 0px 6px;
}

.item-full .item-price {
  font-size: 18px;
  font-weight: 700;
  padding: 3px 10px;
}

.item-full .item-quantity {
  font-size: 18px;
  font-weight: 700;
  padding: 3px 10px;
}

.tab-container {
  width: 100%;
  margin-top: 15px;
  float: left;
}

ul.nav-tabs {
  border: none;
  border-radius: 0;
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: auto;
  background-color: #eee;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-tabs>li {
  background: none;
  color: #333;
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 0;
}

.nav-tabs>li.active {
  margin: 0;
  border: none;
  border-radius: 0;
  background: #fff;
  color: #222;
  border-top: solid 2px #36b7e2;
}

.nav-tabs>li>a,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border: none;
  border-radius: 0;
  margin: 0;
  /*font-family: "Open Sans Condensed";*/
  font-size: 16px;
}

.tab-content {
  position: relative;
  background: #ededed;
  padding: 15px;
}

.tab-content.active {
  display: block;
  animation: fade 1s;
}

.tab-content {
  background: #fff;
}

.tab-container .panel-group .panel {
  border-radius: 0;
  margin-bottom: 10px;
}

.tab-container .panel.panel-default {
  border-color: #36b7e2;
}

.tab-container .panel-default>.panel-heading {
  color: #fff;
  background: #36b7e2;
  border-radius: 0;
  padding: 5px;
}

#accountTabsContent .panel-heading, #view_mode_customer-collapse .panel-heading {
  padding: 10px 15px !important;
}

.tab-container .panel-title>a {
  font-size: 90% !important;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.tab-container .panel-title>a i {
  color: #fff;
}

.tab-container .panel-title>a.collapsed {
  color: #e5e5e5;
}

.tab-container .panel-title>a.collapsed i {
  color: #e5e5e5;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#photos.tab-content a {
  margin: 0;
  padding: 0;
}

.product_photos_thumb {
  display: inline-block;
  margin: 10px;
  padding: 0px;
  box-shadow: 0 0 3px 1px #ccc;
}

#docs.tab-content li {
  margin-left: 0px;
  margin-bottom: 15px;
}

/* CUSTOM */
.spacer10 {
  margin: 10px auto
}

.spacer20 {
  margin: 20px auto
}

.spacer30 {
  margin: 30px auto
}

.spacer40 {
  margin: 40px auto
}

.spacer50 {
  margin: 50px auto
}

.spacer60 {
  margin: 60px auto
}

.spacerLeft0 {
  margin-left: 0px
}

.spacerLeft10 {
  margin-left: 10px
}

.spacerLeft20 {
  margin-left: 20px
}

.spacerLeft30 {
  margin-left: 30px
}

.spacerLeft40 {
  margin-left: 40px
}

.spacerLeft50 {
  margin-left: 50px
}

.spacerLeft60 {
  margin-left: 60px
}

.spacerRight0 {
  margin-right: 0px
}

.spacerRight10 {
  margin-right: 10px
}

.spacerRight20 {
  margin-right: 20px
}

.spacerRight30 {
  margin-right: 30px
}

.spacerRight40 {
  margin-right: 40px
}

.spacerRight50 {
  margin-right: 50px
}

.spacerRight60 {
  margin-right: 60px
}

.spacerTop0 {
  margin-top: 0px
}

.spacerTop10 {
  margin-top: 10px
}

.spacerTop20 {
  margin-top: 20px
}

.spacerTop10Important {
  margin-top: 10px !Important;
}

.spacerTop20Important {
  margin-top: 20px !Important;
}

.spacerTop30 {
  margin-top: 30px
}

.spacerTop40 {
  margin-top: 40px
}

.spacerTop50 {
  margin-top: 50px
}

.spacerTop60 {
  margin-top: 60px
}

.spacerBottom0 {
  margin-bottom: 0px
}

.spacerBottom10 {
  margin-bottom: 10px
}

.spacerBottom20 {
  margin-bottom: 20px
}

.spacerBottom21 {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 15px;
}

.spacerBottom30 {
  margin-bottom: 30px
}

.spacerBottom40 {
  margin-bottom: 40px
}

.spacerBottom50 {
  margin-bottom: 50px
}

.spacerBottom60 {
  margin-bottom: 60px
}

.container-fluid {
  background-color: #fff;
  /*overflow: hidden;*/
  /*width: 90%;*/
  height: auto;
  /*margin: 54px auto 71px auto;*/
  position: relative;
}

#bodyContent {
  padding-right: 0px;
  padding-left: 0px;
}

.navMain li {
  border-bottom: 1px #ccc solid;
  clear: both;
  display: block;
  margin: -2px 0 20px -30px;
}

.navMain li:last-child {
  border: 0
}

.zero-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.zero-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.zero-padding-left {
  padding-left: 0px;
}

.zero-padding-right {
  padding-right: 0px;
}

.zero-padding-top {
  padding-top: 0px;
}

.zero-padding-bottom {
  padding-bottom: 0px;
}

.item-product {
  border: 1px solid #ddd;
  border-radius: 0px
}

.item-product:hover {
  border: 1px solid #36b7e2;
  border-radius: 0px
}

.item-product-selected {
  border: 1px solid #36b7e2;
}

.item-product-checkbox-selected {
  color: #36b7e2;
}

.thumbnail .caption {
  padding: 0px;
  color: #777;
  position: relative;
  z-index: 3;
}

.thumbnail {
  padding: 0px;
  color: #777;
}

.item-product {
  min-height: 50px;
  position: relative
}

.item-img-link {
  margin: 0px;
}

.item-product-name {
  font-family: "Open Sans Condensed";
  font-size: 14px;
  letter-spacing: -0.05em;
  padding: 0px;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
}

.item-product-name a {
  vertical-align: middle;
  color: #777;
}

.item-product-name a:hover {
  color: #36b7e2;
}

.item-details {
  height: 48px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.item-price-details {
  background: #eee;
  padding: 0px 0 0 4px;
  overflow: auto;
  line-height: 2em;
}

.item-price-details-price {
  line-height: 2.5em;
  997
}

.item-price-details-price i {
  font-size: 10px;
}

.item-arrows {
  width: 36px;
  float: right;
  height: 48px;
  background: #eee;
  padding: 0px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}

.item-arrows i {
  font-size: 18px;
  padding: 3px;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
  border: 0px solid #ddd;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  background-color: transparent;
}

.item-img-wrapper {
  position: relative;
  padding: 15px;
}

.item-img-wrapper img {
  margin-top: 25px;
}

.show-price .item-price {
  background: transparent
}

.show-price .item-price del {
  font-weight: normal
}

.item-name {
  font-weight: 700;
  color: #666;
  font-size: 34px;
  font-family: "Open Sans Condensed";
  margin: 0;
}

.item-name span {
  color: #36b7e2;
  letter-spacing: 0.025em;
}

.item-name span:hover {
  color: #36b7e2;
}

.item-code-ref {
  display: block;
  font-size: 15px;
  color: #333;
  margin-bottom: 20px
}

.item-code-ref span {
  color: #333
}

.item-image {
  background: #fff;
  padding: 10px;
}

.item-options {
  margin-top: 15px
}

.item-options-title {
  font-weight: 700;
  color: #36b7e2;
  margin-bottom: 10px;
}

.tab-content {
  overflow: auto
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: -4px 0 -3px -1px;
  list-style: none;
  overflow: hidden;
  font-weight: 300;
  /*    font-family: "Roboto Condensed";*/
  font-size: 14px;
  border-radius: 0;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li a {
  color: #444;
  text-decoration: none;
  padding: 10px 0px 10px 40px;
  background: white;
  position: relative;
  display: block;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*
.breadcrumb>li+li:before {display:none;}
*/
.breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #777;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.breadcrumb>li+li:before {
  padding: 0 0px;
  color: #ccc;
  content: "/\00a0";
  display: none;
}

.breadcrumb li:nth-child(1) a {
  padding: 10px 0 10px 20px
}

.breadcrumb li:nth-child(1) a {
  color: #444;
}

.breadcrumb li:nth-child(1) a:after {}

.breadcrumb li:nth-child(1) a:before {
  border-left-color: #bbb;
}

.breadcrumb li:nth-child(2) a {
  color: #444;
}

.breadcrumb li:nth-child(2) a:after {}

.breadcrumb li:nth-child(2) a:before {
  border-left-color: #bbb;
}

.breadcrumb li:nth-child(3) a {
  color: #444;
}

.breadcrumb li:nth-child(3) a:after {}

.breadcrumb li:nth-child(3) a:before {
  border-left-color: #bbb;
}

.breadcrumb li:nth-child(4) a {
  color: #444;
}

.breadcrumb li:nth-child(4) a:after {}

.breadcrumb li:nth-child(4) a:before {
  border-left-color: #bbb;
}

/*
.breadcrumb li:nth-child(5) a       { background:      hsla(200, 67%, 83%,1); color:#444;}
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(200, 67%, 83%,1);}
*/
.breadcrumb li:last-child a {
  color: #777;
  pointer-events: none;
  cursor: default;
  /*max-width:350px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;*/
}

.breadcrumb li:last-child a:before {
  border-left-color: #fff;
}

.breadcrumb li:last-child:before {
  display: none
}

.breadcrumb li a:hover {
  background: hsla(200, 67%, 51%, 1);
  color: #fff;
}

.breadcrumb li a:hover:before {
  border-left-color: #000;
}

.breadcrumb li a:hover:after {
  border-left-color: hsla(200, 67%, 51%, 1) !important;
}

.breadcrumb a {}

#item-category #main-content {
  min-height: 800px;
}

#item-category #main-content .page-header {
  padding-bottom: 0px;
  margin: 0px;
  border-bottom: 0px solid #ccc;
}

#main-content .page-header h3 {
  padding-bottom: 0px;
  margin: 0px;
  color: #36b7e2;
  font-size: 18px;
}

#partners h3 a {
  font-family: "Open Sans";
}

#partners-form-wrapper a i.fa, #partners-form-wrapper button i.fa {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

#collapsePartners {
  margin-top: 15px;
}

#collapsePartners .well {
  border-radius: 0;
  padding: 15px;
  margin-bottom: 15px;
}

#partners-form input, #partners-form button.btn {
  font-size: 14px;
  padding: 6px 12px;
  height: 36px;
  font-weight: 400;
  width: 100%;
  font-family: "Open Sans";
  margin: 10px 0 5px 0;
  clear: both;
}

.item-check {
  position: absolute;
  z-index: 998;
  margin: 10px 0 0 10px;
  cursor: pointer;
  color: #ccc;
  clear: both;
  float: none;
}

.item-check .inputGroupAddon.beautiful input[type="checkbox"],
.item-check .inputGroupAddon.beautiful input[type="radio"] {
  display: none;
}

.item-check .inputGroupAddon.beautiful:hover {
  color: #36b7e2;
}

#main-content .contentText .well,
.contentContainer .contentText .well {
  margin: 0 0 0 0px;
  padding: 15px 15px;
  border: 0px;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
}

.btn {
  border-radius: 0 !important;
}


.btn-prasino {
  background: #36e2b4;
  color: #fff;
}

.btn-prasino:hover {
  background: #36d0e2;
  color: #fff;
}


.btn-green {
  background: #36b7e2;
  color: #fff;
}

.btn-green:hover {
  background: #36b7e2;
  color: #fff;
}

.btn-group>.btn:hover,
.btn-group-sm>.btn:hover {
  border: 1px solid #ccc !important;
}

.btn-green .fa {
  color: #fff
}

.btn-green:hover .fa {
  color: #36b7e2
}

.btn-green-soft {
  background: #36b7e2;
  color: #fff
}

.btn-green-soft:hover {
  background: #fff;
  color: #36b7e2
}

.btn-green-soft .fa {
  color: #fff
}

.btn-green-soft:hover .fa {
  color: #36b7e2
}

.btn-success {
  background: #36b7e2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background: #5cbfe0 !important;
}

.btn-hidden {
  display: none;
}

.item-overlay i {
  display: none;
}

.modal {
  z-index: 999898989
}

.button-add-to-cart {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0
}

.panel {
  border-radius: 0px;
}

.leading-wrapper {
  background: #f9f9f9;
}

.leading-category-wrapper {}

.leading-category-wrapper.allilo .leading-article {
  padding: 5px 25px;
}

.leading-category-wrapper.allilo .leading-article .article-title, .leading-category-wrapper.allilo .leading-article .article-intro, .leading-category-wrapper.allilo .leading-article .article-date {
  margin: 0 0 5px 0;
}

.leading-category-wrapper .leading-article {
  margin: 0px auto 0 auto;
}

.highlight {
  border-color: #f00 !important
}

.inner-pages-menu {
  margin-bottom: 0px
}

.navbar-static-top {
  z-index: 999;
}

.navbar-default {
  background-color: #36b7e2;
  border-color: #36b7e2;
}

.top-button {
  border-color: #36b7e2;
  margin: 0;
  border-radius: 0;
}

.navbar-toggle .icon-bar {
  background: #36b7e2;
}

#item-category-header .navbar-toggle .icon-bar {
  background: #fff;
}

#item-category-header .top-button {
  border-color: #fff;
  margin-right: 0px;
  margin-top: 0;
  border-radius: 0;
}

#item-category-header .navbar-toggle .icon-bar {
  background: #fff;
}

.inner-pages-menu {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}

.second.navbar-nav li {
  display: inline-block;
}

.second.navbar-nav a {
  color: #6d6d6d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
}

.second.navbar-nav a:hover,
.second.navbar-nav a.active {
  color: #36b7e2;
}

.dropdown-menu li {
  margin: 5px auto;
  padding: 5px 0;
}

.dropdown-menu li a {
  padding: 5px 10px;
  white-space: normal;
  font-family: "Open Sans Condensed";
}

.badge {
  color: #fff !important
}

.form-control-inline {
  display: inline-block;
  width: auto;
  margin-bottom: 0px;
  float: left;
}

.discount-input-default-view.form-control {
  height: 42px;
  margin: 0 0 0 15px;
}

.table-middled tbody td {
  vertical-align: middle !important
}

.ui-front {
  z-index: 1000;
}

/* Historical osCommerce ---------------------------------------------------- */
.buttonSet {
  margin-top: 10px;
  margin-bottom: 10px;
}

.buttonSet {
  zoom: 1;
}

.buttonSet:before,
.buttonSet:after {
  content: "";
  display: table;
}

.buttonSet:after {
  clear: both;
}

.buttonAction {
  float: right;
}

#piGal {
  /*float: right;*/
  /*width: 250px;*/
}

#piGal img {
  /*max-width: 250px;*/
  height: auto;
}

.inputRequirement,
.markProductOutOfStock,
.stockWarning {
  color: #B33A3A;
}

.markProductOutOfStock,
.stockWarning {
  font-weight: bold;
}

ul.accountLinkList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 2;
  color: #36b7e2;
  font-size: 16px;
}

ul.accountLinkList li {
  padding: 5px 10px;
  background: #36b7e2;
  display: inline-block;
  /*margin: 30px 0;*/
}

ul.accountLinkList li a,
ul.accountLinkList li i {
  color: #fff !important;
}

ul.shoppingCartList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.shoppingCartList li.newItemInCart,
ul.shoppingCartList li.newItemInCart A {
  color: red;
}

table strong,
table strong {
  padding: 0;
  font-weight: 700;
  clear: both;
  display: block;
}

/* Alignment of Form Inputs ------------------------------------------------- */
.form-control {
  margin-bottom: 5px;
  display: inline;
  border-radius: 0;
}

/* for the product page rework ---------------------------------------------- */
.page-header h1 del {
  font-size: 0.5em;
}

/* for the listings module rework ------------------------------------------- */
.productHolder {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: border .5s ease-in-out;
  -o-transition: border .5s ease-in-out;
  transition: border .5s ease-in-out;
}

.productHolder:hover {
  border: 1px solid #428bca;
}

.productHolder h2 {
  font-size: 1.3em;
}

.item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  border: none;
}

.item.list-group-item img {
  float: left !important;
  margin-right: 10px !important;
}

.grid-group-item {
  margin-bottom: 20px;
}

.grid-group-item .list-group-item-text {
  display: none;
}

p.lead del {
  font-size: 0.5em;
}

/* Responsive Images  ------------------------------------------------------- */
/* the inbuilt bootstrap responsive images class breaks the text-center class */
#bodyContent .img-responsive,
#columnLeft .img-responsive,
#columnRight .img-responsive {
  margin-left: auto;
  margin-right: auto;
}

/* Checkout Bar ------------------------------------------------------------- */
.stepwizard {
  margin-top: 20px;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  width: 33%;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

/* Pagination  ------------------------------------------------------- */
.pagenav {
  position: relative;
}

.pagenumber {
  margin-bottom: 7px;
}

.pagenav .pagination {
  margin: 0 0px 0px 0;
  padding-right: 15px;
}

.pagination .page-number {
  border-radius: none;
  padding: 2px 8px;
  margin: 2px;
  border-radius: 0 !important;
  background: transparent;
  border: 1px solid #999;
}

span.pull-right {
  padding: 5px 5px 0 0;
}

.pagination .page-number.current,
.pagination .page-number:hover {
  background: #ddd;
}

/* Reviews ------------------------------------------------------------------ */
.reviews blockquote p {
  font-size: 1em;
}

/* Responsive Text Alignment ------------------------------------------------ */
/* https://github.com/twbs/bootstrap/issues/11292 --------------------------- */
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}

/* Footer ------------------------------------------------------------------- */
footer .container {
  max-width: 100%;
}

.footer {
  background: #eee;
  border-top: 2px solid #ddd;
}

.footer .footerbox {
  padding: 10px 10px 0px 10px;
}

.footer-extra {
  background: #111;
  color: silver;
  line-height: 3;
}

.footer-extra A {
  color: silver;
}

.footer h2 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  letter-spacing: 0.1em;
  color: rgb(142, 11, 0);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact {
  border-left: 1px solid #ddd;
}

/* Account History Info ----------------------------------------------------- */
.panel.panel-info,
.alert-info {
  border: 1px solid #ddd;
  border-radius: 0;
}

.alert-info {
  color: #36b7e2;
  border: 1px solid #ddd;
  background-color: #eee;
}

.panel-heading .badge {
  padding: 5px 10px;
  background-color: #36b7e2 !important;
}

.panel.panel-info .panel-heading {
  background-color: #36b7e2;
  border-radius: 0;
  color: #fff;
}

.panel.panel-primary {
  border: 1px solid #ddd;
  border-radius: 0;
}

.panel.panel-primary .panel-heading {
  background: #5cbfe0;
  border-radius: 0;
  border: none;
  color: #fff;
}

.panel.panel-info .panel-footer {}

.panel .btn-primary,
.panel .btn-success,
.panel .btn-info {
  background: #36b7e2;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.panel .btn-primary:hove,
.panel .btn-info:hover {
  background: #5cbfe0;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  right: 25px;
  margin-left: -1.5px;
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: calc(100% - 75px);
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background: #fff;
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 0px;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

#item-category #main-content h2.timeline-title {
  font-size: 18px;
  margin-top: 0;
}

.timeline-body>p .timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

.timeline-body blockquote {
  font-size: 1em;
}

/* Nav Bars ----------------------------------------------------------------- */
.navbar-no-corners {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-left: none;
  border-right: none;
}

.navbar-no-margin {
  margin-bottom: 0 !important;
}

.searchbox-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-control-feedback {
  padding-right: 2%;
}

.login-text {
  color: #000
}

#item-category-header .login-text {
  color: #fff
}

.flex-container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
}

.flex-container {
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
}

/*================================Media Queries============================*/
@media (max-width: 1679px) {
  .article-title {
    font-size: 26px;
  }

  #sidebar .sidebar-title {
    padding-left: 5px;
  }

  #sidebar .pdf-cont .sidebar-line {
    margin: 14px 0 11px 0;
  }

  .pdf-cont .all-catalogues-link .fa {
    display: none;
  }

  #index #intro1, #index #intro2 {
    height: 74px;
    overflow: hidden;
  }
}

@media (max-width: 1439px) {
  .navbar-nav li a {
    font-family: "Open Sans Condensed";
    font-size: 14px;
  }

  .other-article a {
    font-family: "Open Sans Condensed";
  }

  #sidebar .catalogue-front {
    width: 20%;
  }

  #sidebar .pdf-cont .all-catalogues-link {
    font-weight: 400;
  }

  .sidebar-title {
    padding-left: 5px;
  }

  .sidebar-title i {
    display: none;
  }

  #main #sidebar {}

  .other-article {
    font-size: 21px;
  }

  #index #intro1, #index #intro2 {
    height: 94px;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {

  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }

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

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

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

  .text-justify-lg {
    text-align: justify;
  }
}

@media (max-width: 1199px) {
  .other-article {
    font-size: 24px;
  }

  .container-fluid {
    background-color: #fff;
    overflow: hidden;
    /*width: 1000%;*/
    height: auto;
    margin: 0;
    position: relative;
  }

  #bodyWrapper,
  #item-category #inner-content-wrapper {
    width: 100%;
    margin: 0 0 0 0;
  }

  #item-category #inner-content-wrapper {
    width: 100%;
    margin: 120px 0 0 0;
    padding: 0;
    overflow: hidden;
  }

  .sidebar-top {
    height: 226px;
  }

  #hdr-right {
    text-align: center !important;
    width: 100%;
    display: block;
    margin: 20px 0 0 0;
  }

  #hdr-left {
    text-align: center !important;
    width: 100%;
    margin: 20px 15% 0 15%;
    display: block;
    clear: both;
    float: none;
  }

  #sidebar .pdf-cont .sidebar-line {
    margin: 6px 0 6px 0;
  }

  #sidebar,
  #feat-img,
  #main-content,
  #primary-news {
    height: auto !important;
    /*        min-height: auto;*/
  }

  #feat-img {
    min-height: 400px;
  }

  .item-full .item-full-description {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    float: none;
    clear: both;
  }

  .feat-img-caption {
    bottom: 15%;
    font-size: 32px;
  }

  #item-category #feat-img .feat-img-caption {
    position: relative;
    width: 50%;
    font-size: 28px;
    margin: 20px 0;
  }

  #item-category #sidebar select {
    padding: 6px;
    font-size: 14px;
    font-weight: 700;
  }

  #main #sidebar i {
    display: inline;
  }

  .other-article-title {
    font-size: 14px;
  }

  .latest-news {
    height: auto;
  }

  #main #sidebar {
    height: auto !important;
    clear: both;
    float: none;
    display: block;
    position: relative;
    z-index: 100;
    line-height: 1.25;
  }

  #item-category #sidebar label:after {
    top: 10px;
  }

  #content-wrapper {
    height: auto;
    overflow: hidden;
    position: relative;
  }

  .breadcrumb {
    /*padding: 0 0 3px 0;*/
  }

  .lead a {
    font-size: 16px;
    padding: 8px;
  }

  #main-content .contentText .well,
  .contentContainer .contentText .well .text-right {
    text-align: left !important;
    font-weight: 700;
  }

  #main-content .contentText .well,
  .contentContainer .contentText .well .form-control-inline {
    text-align: left;
    display: block;
    clear: both;
    float: none;
    margin: 10px 0;
  }

  #sidebar .sidebar-title {
    padding-left: 20px;
  }

  #sidebar .sidebar-title i {
    display: inline-block !important;
  }

  #sidebar .pdf-cont .catalogue-content {
    width: 100%;
  }

  #sidebar .pdf-cont .catalogue {
    height: auto;
  }

  #sidebar .pdf-cont .catalogue:nth-child(1) {
    display: block;
  }

  #sidebar .pdf-cont .catalogue:nth-last-child(1) {
    display: block;
  }

  #sidebar .pdf-cont .catalogue-desc,
  #sidebar .pdf-cont .catalogue-front {
    display: none !important;
  }

  .newsletter-form {
    margin: 15px auto !important;
  }

  #item-category-header #search-form {
    border: none;
    padding: 20px 0 0 0;
    clear: both;
    float: none;
    margin: 0;
  }

  #item-category-header .search-submit {
    top: 20px;
  }

  .orario-par-or span,
  .orario-par-tit span {
    margin: 0 0 0 6px;
    display: inline-block;
  }

  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }

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

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

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

  .text-justify-md {
    text-align: justify;
  }

  .footer-top .partners {
    font-weight: 400;
    padding: 15px 10px;
    line-height: 0.9em;
  }

  .footer-top h4 {
    color: #fff;
    margin-bottom: 0px;
  }

  .footer-bottom {
    padding-bottom: 45px;
  }
}

@media (max-width: 991px) {
  .zopim {
    bottom: 0 !important;
    right: 0 !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse.collapse {
    display: hidden !important;
    padding-bottom: 0;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }

  .navbar-collapse.collapse.in {
    height: auto !important;
    visibility: visible !important;
    display: block !important;
  }

  header {
    width: 100%;
    padding: 15px 20px 10px 20px;
    position: relative;
  }

  #logo {
    max-width: 200px;
  }

  #hdr-right {
    text-align: center !important;
    width: 100%;
    display: block;
    margin-top: 0;
  }

  #hdr-left {
    text-align: center !important;
    width: 100%;
    margin: 0;
    display: block;
    clear: both;
    float: none;
  }

  .navbar-nav {
    box-shadow: 0;
    border: none;
    padding: 5px 0 0 0;
    margin-right: -15px;
    float: right;
  }

  #top-navbar {
    box-shadow: 0;
    border: none;
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .navbar-nav {
    margin: 0;
    width:100%;
    text-align:center;
  }

  #item-category-header .navbar-nav li,
  .navbar-nav li {
    display: inline-block;
    /*clear: both;*/
    text-align: right;
    /*float: right;*/
    float: none;
    margin: 0;
  }

  .second.navbar-nav {
    margin: 5px -15px 0 0;
  }

  .second.navbar-nav li {
    float: left;
    display: inline-block;
    clear: none;
    text-align: left;
  }

  .other-article {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
  }

  #item-category-header .navbar-nav li,
  .navbar-nav li {
    margin: 0px;
  }

  #item-category-header .navbar-nav li a,
  .navbar-nav li a {
    padding: 4px 8px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  #sidebar.sidebar-right {
    height: auto;
  }

  form#search-form {
    margin: 10px 10px 15px -10px;
    width: calc(100% + 20px);
  }

  #feat-img,
  #map {
    height: 400px;
    min-height: 400px;
  }

  #item-category #feat-img {
    background: #36b7e2 !important;
  }

  .feat-img-caption {
    font-size: 28px;
  }

  #item-category #feat-img .feat-img-caption {
    font-size: 21px;
    margin: 20px;
    left: auto;
    width: auto;
  }

  #item-category #inner-content-wrapper {
    margin-top: 65px;
  }

  #item-category #sidebar select {}

  #sidebar .sidebar-widget,
  #sidebar.sidebar-right .sidebar-widget {
    height: auto;
  }

  #sidebar .pdf-cont .catalogue-front {
    display: inline-block !important;
    width: auto;
  }

  #sidebar .pdf-cont .catalogue-content {
    display: inline-block !important;
    float: left;
    width: auto;
    margin: 0 0 0 1.5%;
  }

  .pdf-cont .catalogue .catalogue-front img {
    margin: 0;
    max-height: 40px;
  }

  .footer-top .partners, .footer-top .partner-logos {
    margin-top: 30px;
  }

  #item-category #main-content {
    border: none;
    padding: 20px;
  }

  #item-category #sidebar .line,
  #item-category #main-content .line {
    display: none;
  }

  .breadcrumb {
    display: none;
  }

  #main-content div.contentContainer div.panel-footer {
    text-align: right;
  }

  #main-content div.contentContainer div.panel-footer .pull-right {
    display: block !important;
    clear: both !important;
    float: none !important;
    padding: 0;
  }

  #main-content .contentText .well,
  .contentContainer .contentText .well .text-right {
    font-family: "Open Sans Condensed";
  }

  #main-content .contentText .well,
  .contentContainer .contentText .well .btn-group-sm>.btn,
  #main-content .contentText .well,
  .contentContainer .contentText .well .btn-sm {
    font-size: 13px;
  }

  ul.list-unstyled.list-inline.filters-ul {
    font-family: "Open Sans Condensed";
  }

  ul.tabs li {
    width: 100%;
  }

  div.timeline-panel.timeline-panel-customer>div.timeline-heading>h2 {
    font-size: 16px;
  }

  div.timeline-panel.timeline-panel-customer>div.timeline-heading small {
    clear: none;
    clear: both;
    display: block;
  }

  #item-category #main-content h2,
  .btn-success,
  ul.accountLinkList {
    font-family: "Open Sans Condensed";
  }

  .item-name {
    font-size: 28px;
    line-height: 32px;
  }

  .item-img-wrapper {
    margin: 15px;
  }

  .item-check {
    margin: 20px 0 0 20px;
  }

  .newsletter-form .form-group,
  .newsletter-form input[type='submit'] {
    width: calc(50% - 15px);
    border-radius: 0;
  }

  .newsletter-form input[type='submit'] {
    width: calc(50% - 15px);
  }

  .discount-input-default-view.form-control {
    height: 30px;
    padding: 2px;
    margin: 0 0 0 15px;
  }

  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }

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

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

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

  .text-justify-sm {
    text-align: justify;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 21px;
    padding-bottom: 10px;
  }

  h2 {
    font-size: 18px;
  }

  #hdr-left,
  #hdr-right {
    margin: 0;
  }

  #logo {
    max-width: 250px;
  }

  .products_filters-section_title {
    clear: both;
    float: none;
    display: block;
  }

  .filters-ul>li label {
    margin-bottom: 5px;
    padding-right: 105px;
    clear: both;
    float: none;
    display: block;
  }

  .navbar-nav.second li a {
    padding: 3px 0;
    margin-left: 0px;
  }

  .menu-button {
    display: inline-block;
    float: right;
  }

  #menu-button:hover {
    border: 2px solid #36b7e2;
    color: #36b7e2;
  }

  #menu-cont {
    position: absolute;
    display: none;
    top: 90px;
    left: 0px;
    margin: 0;
    background: #ddd;
    z-index: 1000;
  }

  .second.navbar-nav,
  .second.navbar-nav li {
    float: none;
    display: block;
    text-align: left;
    margin:0px;
    padding:0 5px;
  }

  .second.navbar-nav li a {
    padding: 7px 0;
  }

  .emporos-name {
    clear: both;
    display: block;
    float: none;
    margin-bottom: 15px;
  }

  #feat-img {
    display: none;
  }

  .article-gal a {
    float: left;
    margin: 1%;
    width: 48%;
  }

  #item-category #inner-content-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }

  #item-category #feat-img .feat-img-caption {
    font-size: 18px;
  }

  #main-content .contentText .well,
  .contentContainer .contentText .well .text-right {
    float: left !important;
    clear: both;
    display: block;
  }

  .item-name {
    font-size: 24px;
    line-height: 28px;
  }

  .default_view_discount {
    margin-top: 15px;
  }

  .discount-input-default-view.form-control.pull-right, .default_view_discount_button.pull-right {
    float: left !important;
    margin: 15px 15px 0 0;
  }

  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }

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

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

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

  .text-justify-xs {
    text-align: justify;
  }
}

@media (max-width: 580px) {
  #logo {
    margin: 0 0 0 25%;
    max-width: 200px;
  }

  .item-full .item-price,
  .item-full .item-cart {
    display: inline-block;
  }

  .copyright {
    display: none;
  }

  #social-cont {
    float: left;
    width: auto;
  }

  #totop-cont {
    float: right;
    width: auto;
  }
}

@media (max-width: 480px) {
  #logo {
    margin: 0;
    max-width: 200px;
  }

  .panel-body {
    padding: 5px;
    text-align: center;
  }

  .tab-container .panel .btn-success {
    letter-spacing: -0.05em;
  }
}

.menuToggleBarsWrapper {
  float: left;
  clear: both;
  margin: 0 0 10px 10px;
}

.menuToggleBars {
  padding: 8px 16px;
  font-size: 14px;
}

#item-category #sidebar .navMain.nav-list {
  margin: 10px;
}

.mainMenuSideBar {
  display: none;
  margin-bottom: 0px
}

.currently_viewing_category {
  margin-bottom: 5px;
  color: #36b7e2;
  font-weight: bold;
}

@media (min-width: 991px) {
  .mainMenuSideBar {
    display: block;
  }

  .menuToggleBarsWrapper {
    display: none;
  }

  .currently_viewing_category {
    display: none
  }
}

.hoverStay {
  color: #36b7e2 !important;
}

.text_view {
  float: left !important;
  display: inline-block !important;
  margin-top: 0px !important
}

@media (min-width: 1400px) {
  .col-xl-4 {
    width: 25%;
  }
}

.float-none {
  float: none;
}

.q_one_message, .q_zero_message {
  display: inline-block;
  float: left;
  padding: 5px;
  width: auto;
  color: red
}

.modal-content {
  border-radius: 0px;
}

.panel-heading-simple {
  font-weight: normal
}

.table-responsive {
  border: 0px solid #ddd !important;
}

.item_product_code {
  position: absolute;
  margin: 10px 10px 0 0px;
  cursor: default;
  color: #333;
  clear: both;
  float: right;
  width: 100%;
  text-align: right;
}

.item_product_code span {
  padding-right: 10px
}

.btn-danger-x {
  background: #d9534f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.inline-block {
  display: inline-block;
  vertical-align: top
}

.quantity_red {
  color: red !important;
  font-weight: bold
}

.quantity_orange {
  color: orange !important;
  font-weight: bold
}

.quantity_green {
  color: green !important;
  font-weight: bold
}

.td_quantity_red {
  background-color: rgba(255, 0, 0, 0.1) !important;
}

.td_quantity_orange {
  background-color: rgba(255, 165, 0, 0.1) !important;
}

.td_quantity_green {
  background-color: rgba(0, 128, 0, 0.1) !important;
}

#search_results .btn-danger {
  font-weight: 700;
  padding: 10px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: not-allowed !important;
}

#search_results .searchButton_add_to_cart {
  color: #fff;
  padding: 3px 5px
}

#search_results .searchButton_add_to_cart .fa {
  color: #fff
}

#search_results .ui-menu .ui-menu-item {
  padding: 0px;
  list-style-image: none;
  cursor: initial;
}

#search_results .kleisimo_listas {
  position: absolute;
  height: 24px;
  bottom: 0px;
  z-index: 9999;
  text-align: center;
  background: rgba(155, 119, 119, 0.2);
  width: 100%;
  overflow: auto;
  color: #333;
  cursor: pointer
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #3792B1;
  border-color: #36b7e2;
}

.active_catalog_link a {
  color: #000 !important
}

.table-list {
  background: #fff
}

.table-list td {
  vertical-align: middle !important
}

.table-list th.heading_quantity {
  width: 80px
}

#video-guide {
  display: inline-block;
  margin: -5px 20px 0 0;
}

#video-guide a {
  color: #fff;
  font-size: 16px
}

#video-guide a i {
  color: #fff;
}

#video-guide a:hover {
  color: #333;
  text-shadow: 0px 0px 4px #f00
}

#video-guide a:hover i {
  color: #333;
}

.parastatiko_link {
  cursor: pointer;
  color: #337ab7
}

/*
.qo{margin-top:50px!important;}
*/
#inner-content-wrapper.qo #main-content {
  border: 1px solid #ccc !important
}

.products-filters-ul a {
  padding: 6px 12px !important;
  font-size: 13px !important
}

.products-filters-ul .list-inline li {
  display: inline-block !important;
  width: auto !important;
  padding: 5px 5px !important;
}

@media (max-width: 767px) {
  #accountTabs li {
    width: 100%
  }
}

.caption-text {
  position: absolute;
  top: 0px;
  font-size: 36px;
  z-index: 10;
  left: 5%;
  color: white;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  margin: 20px;
  width: 35%;
}

@media (max-width: 1199px) {
  .caption-text {
    width: 50%;
    font-size: 14px;
    margin: 20px 0;
    left: 1%;
  }
}

@media (max-width: 767px) {
  .caption-text {
    width: 50%;
    font-size: 18px;
    margin: 20px 0;
  }
}

.item-product {overflow: hidden;}
.watersystems a{ color: #65af4f;}
.cr {width: 250px;padding: 3px;position: absolute;text-align: center;color: #fff;background-color: #65af4f;position: absolute;z-index: 998;box-shadow:0px 0px 3px #666}
.cr a{color:#fff;}
.cr-top    { top: 40px; }
.cr-bottom { bottom: 25px; }
.cr-left   { left: -50px; }
.cr-right  { right: -70px; }
.cr-top.cr-left,
.cr-bottom.cr-right {transform: rotate(-45deg);}
.cr-top.cr-right,
.cr-bottom.cr-left {transform: rotate(45deg);}
.cr-expected{background-color: red;}
.cr-just-arrived{font-size:100%;background-color: blue;}
.cr-hot{background-color: #36b7e2;color:#fff;}
.cr-set{background-color: #ff7800;color:#fff;}
.cr-is_special{background-color: orange;color:#fff;}
.cr-no-internet{font-size:100%;background-color: rgba(115,115,115,0.56);}

.cr-stack{font-size:100%;right: -50px;top: 57px;}

.cr-static{position:static!important;transform: rotate(0deg)!important;width:100%!important}

.text-hot{color: #36b7e2;}


.navbar-nav li.specials_mode_activated{background:orange!important;color:#fff!important;

 /* -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;*/
  border-radius:6px;

}

.navbar-nav li.specials_mode_not_activated{background:orange!important;color:#fff!important;

  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  border-radius:6px;

}
.navbar-default .navbar-nav>li.specials_mode_activated>a {color: #fff;}
.navbar-default .navbar-nav>li.specials_mode_not_activated>a {color: #fff;}
#main-content.specials_mode_activated {background-color: #fff1d7!important;border-left: solid 1px #ccc!important;}


@-webkit-keyframes glowing {
  0% { background-color: orange; -webkit-box-shadow: 0 0 3px orange; }
  50% { background-color: #f7af2c; -webkit-box-shadow: 0 0 40px #f7af2c; }
  100% { background-color: orange; -webkit-box-shadow: 0 0 3px orange; }
}

@-moz-keyframes glowing {
  0% { background-color: orange; -moz-box-shadow: 0 0 3px orange; }
  50% { background-color: #f7af2c; -moz-box-shadow: 0 0 40px #f7af2c; }
  100% { background-color: orange; -moz-box-shadow: 0 0 3px orange; }
}

@-o-keyframes glowing {
  0% { background-color: orange; box-shadow: 0 0 3px orange; }
  50% { background-color: #f7af2c; box-shadow: 0 0 40px #f7af2c; }
  100% { background-color: orange; box-shadow: 0 0 3px orange; }
}

@keyframes glowing {
  0% { background-color: orange; box-shadow: 0 0 3px orange; }
  50% { background-color: #f7af2c; box-shadow: 0 0 40px #f7af2c; }
  100% { background-color: orange; box-shadow: 0 0 3px orange; }
}


.toggle_button{ margin-left:5px}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left:5px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #36b7e2;
  }

input:focus + .slider {
  box-shadow: 0 0 1px orange;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.pages_categories_menu{border-bottom:1px solid #ddd;}
.pages_categories_menu a{ width:100%;display:block;border-top:1px solid #ddd;border-right:1px solid #ddd;border-left:5px solid transparent;border-bottom:0;padding:15px 10px;color:#333 }
.pages_categories_menu a{ color:#333 }
.pages_categories_menu a:hover{ background:#333;color:#fff; }
.pages_categories_menu li.selected{ background:#333;color:#fff; }
.pages_categories_menu li.selected a{ background:#333;color:#36b7e2;border-left:5px solid #36b7e2;border-right:0px solid #ddd; }
.pages_categories_menu li.selected a:hover{ color:#36b7e2;border-left:5px solid #36b7e2; }
.pages_categories_menu li:first-child a{ border-top:0px solid #ddd; }
.pages_categories_menu a:last-child{ border-bottom:0px solid #ddd; }


.pages_categories_menu_inner{margin:0px;padding:0px;margin-top:10px;padding-bottom:15px;}
.pages_categories_menu_inner li{margin:10px auto;}
.pages_categories_menu_inner a{ border:0;padding: 6px 15px }
.pages_categories_menu_inner a:hover{ color:yellow; }
.pages_categories_menu li.selected .pages_categories_menu_inner li a{ background:#333;color:#fff;border-left:5px solid #000; }
.pages_categories_menu li.selected .pages_categories_menu_inner li.selected a{ background:#333;color:#36b7e2;border-left:5px solid #36b7e2; }
.pages_categories_menu li.selected .pages_categories_menu_inner li a:hover{ color:#36b7e2;border-left:5px solid #36b7e2; }

#arxwn_wrapper .leading-article {margin: 0px;}

.leading-article.title.arxwn{margin:0px;}
.leading-article.title.arxwn .article-section {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 20px 25px;
  background: #333;
  border: none;

}

#arxwn_wrapper #sidebar {
  height: auto;
}

 @media only screen and (min-width : 992px) {

.row.is-flex {display: flex;flex-wrap: wrap;}
.row.is-flex > [class*='col-'] {display: flex;flex-direction: column;}
.row.is-flex {display: -webkit-box; display:-webkit-flex; display:-ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.row.is-flex > [class*='col-'] {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}

}

#scrollPageUp{position:fixed;bottom:15px;left:calc(50% - 26px);background:rgba(17,88,155,.9);z-index:999;padding:10px 18px;border-radius:50%;color:#fff;font-size:20px;cursor:pointer;}
#scrollPageUp i{color:#fff;}
