/*========================================================
                      Owl Carousel
=========================================================*/
.owl-carousel2 .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel2 .owl-animated-in {
  z-index: 0;
}

.owl-carousel2 .owl-animated-out {
  z-index: 1;
}

.owl-carousel2 .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel2 {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel2 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel2 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel2 .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}


.owl-carousel2.owl-loaded {
  display: block;
}

.owl-carousel2.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel2.owl-hidden {
  opacity: 0;
}

.owl-carousel2 .owl-refresh .owl-item {
  display: none;
}

.owl-carousel2 .owl-item {
  position: relative;
  min-height: 1px;
  text-align:center;
  margin:0px auto;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel2 .owl-item img {
  display: block;
  width: 298px;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel2.owl-text-select-on .owl-item {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel2 .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel2.owl-rtl {
  direction: rtl;
}

.owl-carousel2.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel2 {
  display: block;
}

.owl-carousel2 .owl-item .owl-lazy {
  opacity: 0;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel2 .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel2 {
  padding:0.7em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.owl-carousel2 .box_aside2 {
	width:100%;
	text-align:center;
	overflow:hidden;
}
.owl-carousel2 .box_aside2 img {
	width:298px;
	margin:0px auto;
	border:1px solid #eee;
}

@media (max-width: 1199px) {
	.owl-carousel2 {
	  padding:1.5em 0;
	}
}

@media (max-width: 979px) {

	.owl-carousel2 {
	  height:70px;
	  padding:1em 0;
	}
	.owl-carousel2 .box_aside2 img {
		width:141px;
		margin:0px auto;
		padding:0px;
	}
}

@media (max-width: 768px) {

	.owl-carousel2 {
	  padding:1em 0;
	}
	.owl-carousel2 .box_aside2 img {
		width:150px;
		margin:0px auto;
	}

}

@media (max-width: 623px) {
	.owl-carousel2 {
	  height:auto;
	  padding:0.5em 0;
	}
	.owl-carousel2 .box_aside2 img {
		width:140px;
		margin:0px auto;
	}
}

@media (max-width: 479px) {
	.owl-carousel2 .box_aside2 img {
		width:150px;
		margin:0px auto;
	}
}

@media (max-width: 350px) {
	.owl-carousel2 .box_aside2 img {
		width:130px;
		margin:0px auto;
	}
}
