/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
    bottom: 1%;
    clear: none;
    /*left: 46%;*/
    /*float: left;*/
    /*position: absolute;*/
    text-align: center;  
	   margin: .5em auto 0 auto;
     /*margin: 0 auto;*/
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
/*  width: 10px;
  height: 10px;*/
   width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: rgba(255,255,255,.3);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
/*  background: #d6d6d6;*/
	background: rgba(255,255,255,.9);
}
.owl-nav{
  display: none;
}
.owl-prev{
  display: none;
}
.owl-next{
  display: none;
}

@media only screen and (min-width: 756px){
  .owl-nav{
    display: block;
  }

  .owl-prev{
      background: url("//education.msu.edu/images/rwd/svg/feature-arrow-left.svg") no-repeat scroll 0 0 / contain rgba(0, 0, 0, 0) !important;
      float: left;
      height: 18%;
      left: -3.5%;
      position: absolute;
      top: 34.5%;
      width: 5%;
  }

  .owl-next{
      background: url("//education.msu.edu/images/rwd/svg/feature-arrow-right.svg") no-repeat scroll 0 0 / contain transparent !important;
      float: right;
      height: 18%;
      position: absolute;
      right: -5%;
      top: 34.5%;
      width: 5%;
  }
  .owl-theme .owl-dots{
    margin: 0 auto;
  }
}

.owl-theme .owl-nav {
    clear: none;
    float: left;
    text-align: center;
    width: 100%;
}

#owl-carousel-flex > div.owl-nav > div.owl-prev {
      background: url("//education.msu.edu/images/rwd/svg/feature-arrow-left-flex.svg") no-repeat scroll 0 0 / contain !important;
      float: left;
      height: 35%;
      position: absolute;
      left: -3%;
      top: 28%;
      width: 3%;
	  filter:	  drop-shadow(1px 5px 6px rgba(109, 105, 84, 0.6));
	  opacity: .6;
}
#owl-carousel-flex > div.owl-nav > div.owl-prev:hover {
	  filter: drop-shadow(1px 5px 6px rgba(109, 105, 84, 1));
	  opacity: .85;
}

#owl-carousel-flex > div.owl-nav > div.owl-next {
      background: url("//education.msu.edu/images/rwd/svg/feature-arrow-right-flex.svg") no-repeat scroll 0 0 / contain !important;
      float: right;
      height: 35%;
      position: absolute;
      right: -3%;
      top: 28%;
      width: 3%;
	  filter:	  drop-shadow(-1px 5px 6px rgba(109, 105, 84, 0.6));
	  opacity: 50%;
}
#owl-carousel-flex > div.owl-nav > div.owl-next:hover {
	  filter:	  drop-shadow(-1px 5px 6px rgba(109, 105, 84, 1));
	  opacity: .85;
}
