#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

#sync1 .item {
  background: #0c83e7;
  padding: 0;
  margin: 0px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}

@media screen and (max-width: 1022px) {
  .c_menu_search .company-info {
    display: none;
  }
}

.alert-add-to-cart {
  width: 300px;
  margin: auto;
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: none;
}

.c_home_contact {
  background: url(../../images/homepage/homepage_contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 70px 0;
}

.c_home_page {
  padding-bottom: 50px;
  background: #fff;
}

.c_home_contact .title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 40px;
  color: #333;
  font-weight: bold;
}

.c_home_contact .description {
  font-size: 15px;
  font-style: italic;
  margin-top: 10px;
}



/* 
intro side bar */
.col_left .box {
  width: 100%;
}

.box {
  margin-bottom: 15px;
}

.col_left .title,
.col_left .title h3 {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 0px;
  color: #fff;
  padding: 5px 0px 1px 5px;
  background: var(--nv-primary);
}

.col_left .box .boxlink {
  border: 0 !important;
}

.col_left .box .boxlink {
  border: thin #d9d9d9 solid;
}

.boxlink ul {
  padding: 0px 15px 0px 15px;
  line-height: 32px;
}

.col_left .box .boxlink .media:first-child {
  padding-top: 6px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media {
  margin-top: 15px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-body {
  width: 10000px;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media .media-left img {
  width: 120px;
  height: 80px;
  padding: 0px 1px 0px 7px;
}
.media-object {
  display: block;
}
 
.box .media .media-body a {
  color: #193253;
}
