.owl-gallery {
  margin-bottom: 5px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .owl-gallery {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.owl-gallery .owl-nav {
  margin: 0;
}
.owl-gallery .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  padding: 0;
  background-color: #05558a;
  color: #ffffff;
  font-size: 24px;
  height: 50px;
  width: 25px;
  padding-top: 8px;
}
.owl-gallery .owl-nav [class*=owl-]:hover, .owl-gallery .owl-nav [class*=owl-]:focus, .owl-gallery .owl-nav [class*=owl-]:active {
  background-color: #05558a;
  color: #ffffff;
}
.owl-gallery .owl-nav [class*=owl-].disabled {
  background-color: transparent;
  color: transparent;
}
.owl-gallery .owl-nav .owl-prev {
  left: 0;
  border-radius: 0 100% 100% 0/0 50% 50% 0;
  -webkit-border-radius: 0 100% 100% 0/0 50% 50% 0;
  -moz-border-radius: 0 100% 100% 0/0 50% 50% 0;
  padding-left: 5px;
  text-align: left;
}
.owl-gallery .owl-nav .owl-next {
  right: 0;
  border-radius: 100% 0 0 100%/50% 0 0 50%;
  -webkit-border-radius: 100% 0 0 100%/50% 0 0 50%;
  -moz-border-radius: 100% 0 0 100%/50% 0 0 50%;
  padding-right: 5px;
  text-align: right;
}
.owl-gallery .thumbnail,
.owl-gallery .thumbnail-video {
  border: none;
  position: relative;
  margin: 0;
  padding: 4px;
  padding-bottom: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .owl-gallery .thumbnail,
  .owl-gallery .thumbnail-video {
    padding-bottom: 73.1%;
  }
}
.owl-gallery .thumbnail .content,
.owl-gallery .thumbnail-video .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .owl-gallery .thumbnail .content img,
  .owl-gallery .thumbnail-video .content img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    max-height: none;
    width: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .owl-gallery .thumbnail .content img.height,
  .owl-gallery .thumbnail-video .content img.height {
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    transform: translate(0, -15%);
  }
  .owl-gallery .thumbnail .content img.width,
  .owl-gallery .thumbnail-video .content img.width {
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    -o-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
  }
  .owl-gallery .thumbnail .content:hover img.height, .owl-gallery .thumbnail .content:focus img.height,
  .owl-gallery .thumbnail-video .content:hover img.height,
  .owl-gallery .thumbnail-video .content:focus img.height {
    top: 100%;
    bottom: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .owl-gallery .thumbnail .content:hover img.width, .owl-gallery .thumbnail .content:focus img.width,
  .owl-gallery .thumbnail-video .content:hover img.width,
  .owl-gallery .thumbnail-video .content:focus img.width {
    top: 0;
    bottom: 0;
    left: 100%;
    right: 100%;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
.owl-gallery .thumbnail .content img,
.owl-gallery .thumbnail-video .content img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: none;
  width: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.owl-gallery .thumbnail .content img.height,
.owl-gallery .thumbnail-video .content img.height {
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  -webkit-transform: translate(0, -15%);
  -ms-transform: translate(0, -15%);
  -o-transform: translate(0, -15%);
  transform: translate(0, -15%);
}
.owl-gallery .thumbnail .content .group,
.owl-gallery .thumbnail-video .content .group {
  background-color: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
  line-height: 24px;
  padding: 30px;
}
@media (max-width: 767px) {
  .owl-gallery .thumbnail .content .group,
  .owl-gallery .thumbnail-video .content .group {
    padding: 5px 15px;
  }
}
.owl-gallery .thumbnail .content .group.add_new,
.owl-gallery .thumbnail-video .content .group.add_new {
  background-color: #f7f7f7;
  color: #cacaca;
}
.owl-gallery .thumbnail .content .group .material-icons,
.owl-gallery .thumbnail-video .content .group .material-icons {
  display: block;
  font-size: 46px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .owl-gallery .thumbnail .content .group .material-icons,
  .owl-gallery .thumbnail-video .content .group .material-icons {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 32px;
  }
}
.owl-gallery .thumbnail .content .group .fa,
.owl-gallery .thumbnail-video .content .group .fa {
  display: block;
  font-size: 48px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 55px;
}
.owl-gallery .thumbnail .content .group p,
.owl-gallery .thumbnail-video .content .group p {
  margin-bottom: 0;
}
.owl-gallery .thumbnail .content .group.stock,
.owl-gallery .thumbnail-video .content .group.stock {
  background-color: #f3f6f9;
  color: #333333;
  line-height: 18px;
}
.owl-gallery .thumbnail .content .group.stock .fa-stock,
.owl-gallery .thumbnail-video .content .group.stock .fa-stock {
  display: block;
  background-image: url("../img/icon-stock.png");
  background-size: 100% 100%;
  margin: 15px auto;
  height: 100px;
  width: 100px;
}
@media (max-width: 767px) {
  .owl-gallery .thumbnail .content .group.stock .fa-stock,
  .owl-gallery .thumbnail-video .content .group.stock .fa-stock {
    position: absolute;
    left: 50%;
    top: 38%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    margin: 0;
  }
}
.owl-gallery .thumbnail .content .group.stock div,
.owl-gallery .thumbnail-video .content .group.stock div {
  max-height: 54px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .owl-gallery .thumbnail .content .group.stock div,
  .owl-gallery .thumbnail-video .content .group.stock div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
  }
}

.close-arrow {
  color: #05558a;
  float: left;
  font-size: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 8px;
  padding-top: 15px;
}

.modal-slider {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .modal-slider .row-clear {
    margin-left: 0;
    margin-right: 0;
  }
  .modal-slider .row-clear .col-clear {
    padding-left: 0;
    padding-right: 0;
    height: 100vh;
    overflow: hidden;
  }
  .modal-slider .row-clear .col-clear.col-md-4 {
    width: 420px;
  }
  .modal-slider .row-clear .col-clear.col-md-8 {
    width: calc(100% - 420px);
  }
}
.modal-slider .header-block {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 6;
}
.modal-slider .header-block .close {
  color: #05558a;
  float: left;
  font-size: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 8px;
  margin-left: 20px;
  padding-top: 15px;
}
.modal-slider .header-block .title {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-slider .header-block .logo {
  float: right;
  padding-left: 5px;
  margin-right: 20px;
  padding-top: 15px;
  max-width: 70px;
}
.modal-slider .tabs-slider {
  border-bottom: none;
  padding-left: 10px;
  padding-right: 10px;
}
.modal-slider .tabs-slider > li {
  padding-left: 10px;
  padding-right: 10px;
}
.modal-slider .tabs-slider > li.active a {
  color: #333333;
  -webkit-box-shadow: inset 0 -2px 0 #05558a;
  box-shadow: inset 0 -2px 0 #05558a;
}
.modal-slider .tabs-slider > li > a {
  cursor: pointer;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1;
  padding: 18px 0;
}
.modal-slider .tabs-slider > li > a:hover, .modal-slider .tabs-slider > li > a:focus, .modal-slider .tabs-slider > li > a:active {
  color: #05558a;
  -webkit-box-shadow: inset 0 -2px 0 #05558a;
  box-shadow: inset 0 -2px 0 #05558a;
}
.modal-slider .tab-content_slider .tab-pane {
  padding: 18px;
  position: relative;
}

.scrtabs-tab-container {
  height: 50px;
}
.scrtabs-tab-container .tabs-slider {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.scrtabs-tab-container .scrtabs-tabs-fixed-container {
  height: 50px;
}
.scrtabs-tab-container .scrtabs-tab-scroll-arrow {
  border: 1px solid #ddd;
  color: #05558a;
  margin-top: 5px;
  padding-left: 0;
  text-align: center;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}
.grid .grid-sizer,
.grid .grid-item {
  width: 50%;
}
.grid .grid-item {
  float: left;
  padding: 2px;
  position: relative;
}
.grid .grid-item.active img, .grid .grid-item:hover img, .grid .grid-item:focus img, .grid .grid-item:active img {
  border-color: #05558a;
}
.grid .grid-item img {
  border: 1px solid #a0a0a0;
  cursor: pointer;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .grid .grid-item .link-fullscreen {
    display: none;
  }
}
@media (max-width: 991px) {
  .grid .grid-item .link-fullscreen {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

/*# sourceMappingURL=new_gallery.css.map */
