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"], .uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

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"], .uneditable-input {
  border-radius: 4px;
  color: #555555;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 20px;
  padding: 4px 6px;
  vertical-align: middle;
}

select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  width: 220px;
}

.container {
  width: 960px;
}

p {
  color: #444;
}

h2, h3, h4, h5, h6 {
  color: #0c284d;
}

.pager ul {
  padding-left: 0;
}

.header-map {
  background-image: url("/Themes/UnifyGenata/assets/img/map2.jpg");
  background-position: center center;
  display: block;
  height: 270px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  background-repeat: no-repeat;
}

.main-content {
  background-image: url("/Themes/UnifyGenata/assets/img/m-bg.png");
  padding: 40px 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.wrapper {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px;
}

.html-product-details-page .shop-product {
  background-color: transparent;
}
.html-product-details-page .shop-product h2 {
  color: #0c284d;
}
.html-product-details-page .shop-product .short-description, .html-product-details-page .shop-product .manufacturers {
  margin-bottom: 10px;
}
.html-product-details-page .shop-product .overview-buttons {
  margin-bottom: 20px;
}
.html-product-details-page .shop-product .add-to-wishlist a, .html-product-details-page .shop-product .add-to-wishlist i, .html-product-details-page .shop-product .add-to-wishlist .wishlist-in a, .html-product-details-page .shop-product .add-to-wishlist .wishlist-in i, .html-product-details-page .shop-product .add-to-wishlist .compare-in a, .html-product-details-page .shop-product .add-to-wishlist .compare-in i {
  color: #333;
}
.html-product-details-page .shop-product .add-to-wishlist:hover a, .html-product-details-page .shop-product .add-to-wishlist:hover i, .html-product-details-page .shop-product .add-to-wishlist .wishlist-in:hover a, .html-product-details-page .shop-product .add-to-wishlist .wishlist-in:hover i, .html-product-details-page .shop-product .add-to-wishlist .compare-in:hover a, .html-product-details-page .shop-product .add-to-wishlist .compare-in:hover i {
  color: #2e5991;
}
.html-product-details-page .shop-product .specifies-list li {
  color: #333;
}
.html-product-details-page .shop-product .specifies-list li .specifies-list li span {
  color: #666;
}
.html-product-details-page .shop-product table {
  width: auto !important;
}

.grid2 {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.grid2 .col {
  width: 50%;
  float: left;
}
.grid2:first-child .col {
  width: 100%;
  float: none;
}

.featured-products-catalog-block {
  border-bottom: 1px solid #dedede;
  padding: 10px 0 30px;
  margin-bottom: 50px;
}

.search-input {
  border: 1px solid #3f7abc;
  padding: 25px;
  margin-bottom: 50px;
}

input[type="text"], input[type="password"] {
  border: 1px solid #eee;
}

.search-input label {
  text-align: left;
  color: #333;
}
.search-input label[for="q"], .search-input label[for="cid"], .search-input label[for="mid"] {
  width: 120px;
  color: #3f7abc;
}
.search-input .inputs {
  margin-bottom: 8px;
}
.search-input .inputs input#q, .search-input .inputs select#cid, .search-input .inputs select#mid {
  width: 220px;
}
.search-input .buttons {
  text-align: right;
}
.search-input .buttons .search-button {
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 5px 14px;
}
.search-input .buttons .search-button:hover, .search-input .buttons .search-button:focus {
  background-attachment: scroll;
  background-color: #0979d5;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #0f66b6;
  color: #fff;
}

.gallery-items-list {
  text-align: center;
  margin-top: 20px;
}
.gallery-items-list .item {
  width: 30%;
  margin: 0 2% 36px 2%;
  display: inline-table;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #3f7abc;
  background-color: rgba(255, 255, 255, 0.4);
}
.gallery-items-list .item:first-child, .gallery-items-list .item:nth-child(3n+1) {
  margin-left: 0;
}
.gallery-items-list .item:nth-child(3n) {
  margin-right: 0;
}
.gallery-items-list .item .item-head h2 {
  font-size: 18px;
}
.gallery-items-list .item .adaptive-picture {
  width: 100%;
  height: 180px;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
.gallery-items-list .item:hover .adaptive-picture {
  opacity: 0.9;
}

.gallery-items-sublist {
  text-align: center;
  margin-top: 20px;
}
.gallery-items-sublist .item {
  width: 30%;
  max-width: 300px;
  margin: 0 2% 36px 2%;
  display: inline-table;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #3f7abc;
  background-color: rgba(255, 255, 255, 0.4);
}
.gallery-items-sublist .item:first-child, .gallery-items-sublist .item:nth-child(3n+1) {
  margin-left: 0;
}
.gallery-items-sublist .item:nth-child(3n) {
  margin-right: 0;
}
.gallery-items-sublist .item .item-head h2 {
  font-size: 18px;
}
.gallery-items-sublist .item .adaptive-picture {
  width: 100%;
  height: 130px;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
.gallery-items-sublist .item:hover .adaptive-picture {
  opacity: 0.9;
}
.gallery-items-sublist .item h3 {
  font-size: 16px;
  line-height: 22px;
}

#fancybox-overlay {
  z-index: 9998 !important;
}

#fancybox-wrap {
  z-index: 9999 !important;
  padding: 10px !important;
}

.container.two-column {
  padding-left: 0px;
  padding-right: 0px;
}

.two-column .panel-heading {
  background-image: url("/Themes/UnifyGenata/assets/img/recproduct.png");
  background-repeat: repeat;
  background-position: center top;
}
.two-column .panel-heading h2 {
  background-color: rgba(255, 255, 255, 0.44);
}

.two-column .panel-collapse {
  background-image: url("/Themes/UnifyGenata/assets/img/m-bg.png");
  background-repeat: repeat;
}

.list-group-item {
  background-color: rgba(255, 255, 255, 0.6);
}

.content {
  padding-top: 0px;
}

.full-description div {
  width: 100% !important;
}

@media (max-width: 999px) {
  #header .navbar-header {
    padding: 5px 0 0;
  }

  #new-product-slider-block .item-box .picture {
    height: 115px;
  }

  #new-product-slider-block .item-box .picture a::before {
    padding-top: 110%;
  }

  .header-v5 .navbar {
    margin-top: 0px;
  }

  .header-v5 .navbar-brand {
    margin: 0;
    padding: 0;
  }

  .header-v5 .navbar-default .navbar-toggle {
    padding-top: 35px;
  }

  .header-v5 .navbar-header {
    margin-bottom: 0;
    height: 100px;
  }

  .header-v5 .navbar-header {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .filter-by-block {
    width: 400px;
    margin: 0 auto;
  }

  .manufacturers-col1 .panel-group {
    margin-bottom: 0;
  }

  .manufacturers-col2 {
    padding-top: 0;
  }
}
@media (max-width: 990px) {
  .navbar-responsive-collapse {
    background-color: #557190;
  }

  .header-v5 .navbar-default .navbar-nav > li > a {
    color: #fff;
  }

  .header-v5 .navbar-default .navbar-nav > li > a::hover {
    color: #d7ffff;
  }

  .header-v5 li.dropdown > a:first-child, .header-v5 li.dropdown-submenu > a:first-child {
    float: left;
    width: 100%;
  }

  .header-v5 .navbar-default .navbar-nav > .open > a, .header-v5 .navbar-default .navbar-nav > .open > a:hover, .header-v5 .navbar-default .navbar-nav > .open > a:focus {
    color: #3498db;
  }
}
@media (max-width: 960px) {
  .container {
    width: 100%;
  }

  .container.homepage-title {
    background-size: auto 120%;
  }

  #new-product-slider-block .item-box .picture a::before {
    padding-top: 125%;
  }

  .grid2 .col {
    width: 100%;
  }
}
@media (max-width: 854px) {
  #new-product-slider-block .item-box .picture a::before {
    padding-top: 76%;
  }

  .news-list-control .news-items .item-box {
    width: 100%;
    height: auto;
  }

  .news-list-control .news-items .item-box {
    margin: 0 0 40px 0;
  }

  .news-list-control .news-items .item-box .news-item-content .picture {
    height: 230px;
  }
}
@media (max-width: 800px) {
  .gallery-items-list .item, .gallery-items-sublist .item {
    width: 46%;
    margin: 0 1% 36px;
  }
  .gallery-items-list .item:nth-child(3n+1), .gallery-items-sublist .item:nth-child(3n+1) {
    margin-left: 1%;
  }
  .gallery-items-list .item:nth-child(3n), .gallery-items-sublist .item:nth-child(3n) {
    margin-right: 1%;
  }
  .gallery-items-list .item:nth-child(2n+1), .gallery-items-sublist .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .gallery-items-list .item:nth-child(2n), .gallery-items-sublist .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #new-product-slider-block .item-box .picture a::before {
    padding-top: 90%;
  }

  .news-list-control .news-items .item-box .news-item-content .picture {
    height: 192px;
  }
}
@media (max-width: 640px) {
  #new-product-slider-block .item-box .picture a::before {
    padding-top: 115%;
  }

  .news-list-control .news-items .item-box .news-item-content .picture {
    height: 158px;
  }
}
@media (max-width: 540px) {
  #new-product-slider-block .item-box .picture a::before {
    padding-top: 62%;
  }

  .news-list-control .news-items .item-box .news-item-content .picture {
    height: 130px;
  }

  p img {
    width: 100%;
    height: auto;
  }

  .header-map {
    height: 200px;
  }

  .gallery-items-list .item, .gallery-items-sublist .item {
    width: 100%;
    margin: 0 0 36px;
  }
  .gallery-items-list .item:nth-child(3n+1), .gallery-items-sublist .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .gallery-items-list .item:nth-child(3n), .gallery-items-sublist .item:nth-child(3n) {
    margin-right: 0;
  }

  .price-item .product, .price-item .product .title, .price-item .product .download-sample {
    display: inline-block;
    width: 100%;
  }

  .price-item .product .download-sample {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  #new-product-slider-block .item-box .picture a::before {
    padding-top: 74%;
  }

  .container.homepage-title h1 {
    font-size: 20px;
  }

  .header-v5 .navbar-header {
    margin-right: 0;
  }

  .header-v5 .navbar-brand {
    margin-top: 14px;
  }
  .header-v5 .navbar-brand img {
    width: 200px;
    height: auto;
  }

  .news-list-control .news-items .item-box .news-item-content .picture {
    height: 115px;
  }

  .header-map {
    height: 180px;
  }

  .filter-by-block {
    width: 96%;
  }
}
@media (max-width: 360px) {
  #new-product-slider-block .item-box .picture a::before {
    padding-top: 112%;
  }

  .container.homepage-title h1 {
    font-size: 15px;
  }

  .news-list-control .news-items .item-box .news-item-content .picture {
    height: 90px;
  }

  .header-map {
    height: 150px;
  }

  .search-input .inputs input#q, .search-input .inputs select#cid, .search-input .inputs select#mid {
    width: 100%;
  }
}
@media (max-width: 320px) {
  #new-product-slider-block .item-box .picture a::before {
    padding-top: 154%;
  }

  .header-v5 .navbar-brand {
    margin-top: 7px;
  }
  .header-v5 .navbar-brand img {
    width: 150px;
  }

  .navbar.navbar-default, .header-v5 .navbar-header {
    height: 70px;
  }

  .header-v5 .navbar-default .navbar-toggle {
    padding-top: 15px;
  }

  .header-map {
    height: 120px;
  }
}
@media (max-width: 240px) {
  #new-product-slider-block .item-box .picture a::before {
    padding-top: 250%;
  }
}

/*# sourceMappingURL=custom2.css.map */
