
/* =================================== Core Owl Carousel  ======================================= */

.owl-slider-wrapper{
  position: relative;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: static;
  width: 100%;
  -ms-touch-action: pan-y;
}

.md_owl_slides{
  margin-bottom: 0px;
}

.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
  float: left;
  cursor: default;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/*.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}*/

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* =================================== Theme ======================================= */

.owl-theme .owl-controls{
  margin-top: 0;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next{
    font-family: 'icomoon' !important;
    line-height: 46px;
    font-size: 15px;
    z-index: 25;
    cursor: pointer;
    width: 45px;
    height: 45px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    top: 0;
    border-radius: 50%;
    bottom: 0;
    margin: auto !important;
    transition: background 0.25s linear, box-shadow 0.25s linear;
    position: absolute;
    color: transparent;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:hover{
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -45px;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -45px;
  letter-spacing: -3px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before{
    content: "\e903";
}

.owl-theme .owl-controls .owl-buttons .owl-next:after{
  content: "\e904";
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.owl-theme .owl-controls .owl-buttons .owl-next:after{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #212121 !important;
  transition: color 0.25s linear;
}

.owl-controls .owl-buttons .owl-prev:hover:before,
.owl-controls .owl-buttons .owl-next:hover:after,
.owl-controls .owl-buttons .owl-prev:focus:before,
.owl-controls .owl-buttons .owl-next:focus:after,
.owl-controls .owl-buttons .owl-prev:active:before,
.owl-controls .owl-buttons .owl-next:active:after,
.owl-controls .owl-buttons .owl-prev.current:before,
.owl-controls .owl-buttons .owl-next.current:after{
  color: #d12e26 !important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:focus,
.owl-theme .owl-controls .owl-buttons .owl-next:focus,
.owl-theme .owl-controls .owl-buttons .owl-prev:active,
.owl-theme .owl-controls .owl-buttons .owl-next:active,
.owl-theme .owl-controls .owl-buttons .owl-prev.current,
.owl-theme .owl-controls .owl-buttons .owl-next.current{
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
background-color: #fcfcfc;
}

.zp_owl_bnr .owl-controls .owl-buttons .owl-prev, 
.zp_owl_bnr .owl-controls .owl-buttons .owl-next{
    background: transparent !important;
    border-width: 0;
    top: -25%;
    box-shadow: none;
    opacity: 0;
    transition: opacity 0.25s linear;
}

.zp_owl_bnr .owl-controls .owl-buttons .owl-prev:before, 
.zp_owl_bnr .owl-controls .owl-buttons .owl-next:after{
    color: #fff !important;
    text-shadow: 1px 3px 0px #000;
    transition: opacity 0.25s linear;
}

.zp_owl_bnr .owl-controls .owl-buttons .owl-prev:hover:before, 
.zp_owl_bnr .owl-controls .owl-buttons .owl-next:hover:after{
  opacity: 0.6;
}

.zp_owl_bnr:hover .owl-controls .owl-buttons .owl-prev,
.zp_owl_bnr:hover .owl-controls .owl-buttons .owl-next{
  opacity: 1;
}
/* Styling Pagination*/


.owl-theme .owl-controls .owl-pagination{
  bottom: 20px;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;

}

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
  vertical-align: middle;
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 13px;/*IE7 fix*/
  opacity: 1;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  transition: 0.25s linear;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
  background: #fc2a45;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url("../img/bg/fancybox_loading.gif") no-repeat center center;
}


/* ================================== Customize bnr ================================== */

.im_slideowl{
  position: relative;
}


.zp_slides{
    position: relative;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.zp_slides .owl-wrapper-outer {
    border-width: 1px;
    border-style: solid;
    border-color: #dedede;
}

.zp_slides .owl-item .item{
    overflow: hidden;
}

.zp_slides .owl-item .item a{
  display: block;
  position: relative;
}

.zp_slides .owl-item .item a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg/watermark_bg.png) center center no-repeat;
    z-index: 2;
    background-size: cover;
    transition: transform 0.25s linear;
}

.zp_slides .owl-item .item img{
  transition: 0.25s linear;
}


.zp_thumbs .owl-item .item{
  padding-left: 10px;
   padding-right: 10px;
}


.zp_thumbs .owl-item .item a{
    cursor:pointer;
    background: #fff;
    transition: 0.25s linear;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede;
    border-radius: 0;
    transition: border-color 0.25s linear;
    padding: 0;
    display: block;
}

.zp_thumbs .owl-item .item a:hover,
.zp_thumbs .owl-item.current .item a{
    border-color: #fc2a45;
}

/* ================================== Customize Prod Small ================================== */

.md_owl_prodsm .owl-wrapper-outer{
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
}

.md_owl_prodsm .owl-item{
  position: relative;
  cursor: default;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e6e6e6;
}

.md_owl_prodsm .owl-item:last-child{
  border-left-width: 0px;
}


.md_owl_prodsm .owl-item .item{
  text-decoration: none;
  display: block;
  color: #131313;
}

.md_owl_prodsm .md_img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.25s linear;
}

.md_owl_prodsm .owl-item .item:hover .md_img{
  opacity: 0.75;
}

.md_owl_prodsm .md_txt {
    position: absolute;
    display: block;
    color: #131313;
    background: transparent;
    z-index: 1;
    margin: auto;
    font-size: 16px;
    line-height: 20px;
    font-family: 'proxima_nova_rgbold', Arial, sans-serif;
    text-transform: uppercase;
    bottom: 18px;
    right: 15px;
    max-width: 135px;
}


/* =================================== Owl Carousel CSS3 Transitions ======================================= */


.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}