#main-witness.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  /*height: 50px;*/
  top: calc(100%/2 - 20px);
  display: block; }
#main-witness.owl-carousel.owl-theme .owl-prev {
  left: -42px !important; }

#main-witness.owl-carousel.owl-theme .owl-next {
  right: 40px !important; }

#main-witness.owl-carousel.owl-theme .owl-prev, #main-witness.owl-carousel.owl-theme .owl-next {
  width: 40px;/*width: 22px;*/
  height: 50px;/*height: 40px;*/
  margin-top: 0px;
  position: absolute;
  color: #5f6eb3;
  font-size: 36px;
    font-weight: bold;
  text-shadow: -2px 0 2px #e0ecfc, 0 2px 2px #e0ecfc, 2px 0 2px #e0ecfc, 0 -2px 2px #e0ecfc;
  top: 50%;
  outline: none;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
#main-witness.owl-carousel.owl-theme .owl-prev:hover, #main-witness.owl-carousel.owl-theme .owl-next:hover {
  color: #23477d;
  outline: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
  
#main-witness .item {
  text-align: center;
  margin: 0px 8% 25px !important;
  padding: 0px;
  opacity: 1.0;
  cursor: default;
  transition: all 0.3s ease-in-out; }
  #main-witness .item p.doll-name {
    margin: 15px auto 0px;
    padding: 0px 5%;
	line-height: 1.2;
    font-size: 23px;
	font-weight: bold;
    text-align: justify;
    color: rgba(115, 115, 115, 1.0);
    border-bottom: #eceff2 solid 1px;
    height: 118px; }

#main-witness .owl-item.active.center .item {
  bottom: -58px !important;
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1); }
  #main-witness .owl-item.active.center .item .doll-name {
	font-weight: bold;
    color: #4b403c; }
  

#main-witness.owl-carousel {
  margin: 2% auto 5%;
  padding: 0px 42px 0px;
  width: 100%;
    max-width: 1200px;
  display: block; }
  #main-witness.owl-carousel .owl-item {
    margin: 0% 0px 0px 0% !important;
    padding: 0px; }
  #main-witness.owl-carousel .owl-item.center {
    margin: 17px 0px 0px -0% !important;
    padding: 0px; }
  #main-witness.owl-carousel .owl-item img {
    border-radius: 20px 20px 0px 0px;
    margin: 0px auto 0px;
    padding: 3% 5% 0%; }

  
  #main-witness .shadow-effect {
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.5);
    padding: 0%;
    text-align: right; }
  #main-witness .shadow-effect .btn {
    margin: 15px 5% 20px;
	line-height: 1.2;
    font-size: 18px; }
  #main-witness .shadow-effect .btn-light {
    border-color: #eceff2; }
	
  @media (max-width: 1199.98px) {
	#main-witness.owl-carousel {
	  margin: 2% auto 5%;
	  width: 100%; }}
	  
  @media (min-width: 768px) and (max-width: 991.98px) {
	#main-witness.owl-carousel {
	  margin: 2% -15px 5%;
	  width: calc(100% + 30px); }
	#main-witness .item {
	  margin: 0px 3% 25px !important; }
	#main-witness .item p.doll-name {
	  font-size: 21px; }}
	  
  @media (max-width: 767.98px) {
	#main-witness.owl-carousel {
	  margin: 2% -15px 5%;
	  width: calc(100% + 30px); }
	#main-witness .item {
	  margin: 0px 3% 25px !important; }
	#main-witness .item p.doll-name {
	  font-size: 16px;
	  /*height: 100px;*/ }}