.main-corousel .owl-nav {
  width: 15px;
  position: absolute;
  right: 35px;
  bottom: 75px;
  z-index: 10;
}

.main-corousel .owl-nav .owl-next {
  /*background: url(../img/arrow.png) no-repeat center center;*/
  background-size: contain;
  position: absolute;
  top: 38px;
  right: -20px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.5;
  font-size: 0;
  transition: ease-in-out 0.3s;
}

.main-corousel .owl-nav .owl-prev {
  /*background: url(../img/arrow.png) no-repeat center center;*/
  background-size: contain;
  position: absolute;
  top: 38px;
  left: -20px;
  width: 24px;
  height: 24px;
  font-size: 0;
  opacity: 0.5;
  transition: ease-in-out 0.3s;
}

.main-corousel .owl-dots {
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.main-corousel .owl-dot {
  background: #eeeeee;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: block;
  margin: 5px;
  transition: ease-in-out 0.3s;
}

.main-corousel .owl-dot.active {
  background: #ee1d25;
}

.owl-carousel .owl-item img.center-block {
  /*max-width: 100%;
  max-height: 100%;
  width: auto;*/
}

div.owl-stage-outer {
  /*margin-right: 30px;*/
  width: 100%;
  /*width: 1200px;*/
}

div.owl-carousel div.item img {
  /*margin-right: 30px;*/
  /*max-width: 100%;*/
  /*width: 1200px;*/
  /*width: auto;*/
}

div.main-corousel.owl-carousel div.item img {
  /*width: auto;*/
  width: 100%;
  /*width: 1200px;*/
}

.owl-nav { /* display: none; */ }
