@import "css/bootstrap.min.css";
@import "css/bootstrap-responsive.min.css";

/* Admin Styles */
#wpbody-content .container-fluid {
  padding: 0px !important;
}

ul.wp-submenu {
  margin: 0px !important;
}

/* Carousel Styles */
.carousel-container {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.carousel-container p, .carousel-container br {
  display: none !important;
}

.carousel-wrapper {
  width: 720px;
  height: 400px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.carousel-wrapper .carousel {
  display: block;
  width: 8000px;
  height: 400px;
  margin: 0px;
  padding: 0;
}

.carousel-wrapper .slide {
  list-style-type: none;
  width: 720px;
  height: 400px;
  float: left;
  /* margin-left: -720px; */
}

.carousel-wrapper br {
  display: none;
}

/* Slide Styles */
.slide img {
  width: 720px;
  height: 100%;
}

.slide>img[src=""]{
  display: none;
}

/* Thumbnail Styles */
.carousel-thumbs{
  display: block;
  /* padding-top: 10px; */
  /* margin-top: 30px; */
  /* height: 100px; */
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-thumbs p, .carousel-thumbs br {
  display: none !important;
}

.thumbs{
  text-align: center;
  list-style: none;
  margin: 0px auto;
  padding: 0px 52px;
}

.thumbs br {
  display: none;
}

li.thumbnail{
  display: inline-block;
  margin: 0 auto;
  transition: none !important;
  padding: 0px;
  border-radius: 0px;
}

li.thumbnail:hover{
  cursor: pointer;
}

li.thumbnail>img[src=""]{
  display: none;
}

li.thumbnail img {
  width: 100px;
  height: 67px;
}

/* Arrow Styles */
a.arrow{
  display: block;
  height: 400px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  z-index: 1;
  cursor: pointer;
  background-size: 75px;
}

#left{
  top: 0px;
  left: 0px;
  background-image: url('img/arrowLeft.png');
  background-repeat: no-repeat;
  background-position: center;
}

#right{
  top: 0px;
  right: 0px;
  background-image: url('img/arrowRight.png');
  background-repeat: no-repeat;
  background-position: center;
}

/* Utility Classes */
.hide{
  display: none;
}
