/* line 44, D:/Temp/github/swipeslider/style.scss */
.swipslider {
  margin: 0 auto;
}

/* line 48, D:/Temp/github/swipeslider/style.scss */
#content_slider {
  background-color: #f0f0f0;
  width: 100%;
}

/* line 52, D:/Temp/github/swipeslider/style.scss */
#content_slider .wanted {
  padding: 25px;
}

/* line 54, D:/Temp/github/swipeslider/style.scss */
#content_slider .wanted:after {
  display: table;
  content: "";
  clear: both;
}

/* line 60, D:/Temp/github/swipeslider/style.scss */
#content_slider .wanted img {
  float: left;
  position: relative;
  height: 225px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.33);
  margin-right: 15px;
}

/* line 68, D:/Temp/github/swipeslider/style.scss */
#content_slider .wanted .description {
  float: left;
  padding: 10px;
  display: block;
  font-size: 16px;
  color: #343332;
  background: #e5e5e5;
  height: 225px;
  width: 349px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.58);
  white-space: normal;
}

/* line 80, D:/Temp/github/swipeslider/style.scss */
#content_slider .wanted .description h1 {
  font-size: 18px;
  margin: 0;
  text-align: left;
  color: #515f6c;
  text-shadow: none;
}

/* line 88, D:/Temp/github/swipeslider/style.scss */
#content_slider .wanted .description::after {
  display: table;
  content: "";
  clear: both;
}

/* line 94, D:/Temp/github/swipeslider/style.scss */
#content_slider .wanted .description p {
  margin-bottom: 1px;
  margin-top: 6px;
  font-size: 14px;
}

/* line 100, D:/Temp/github/swipeslider/style.scss */
#content_slider .wanted .description p.award {
  color: #be9a02;
}

/* line 104, D:/Temp/github/swipeslider/style.scss */
#content_slider .wanted .description ul {
  list-style: square;
  padding-left: 20px;
  font-size: 14px;
}

/* line 110, D:/Temp/github/swipeslider/style.scss */
#content_slider .wanted .description strong {
  color: #515f6c;
}

/* line 120, D:/Temp/github/swipeslider/style.scss */
#customizability .sw-next-prev {
  width: 120px;
  height: 60px;
  background-color: rgba(82, 82, 82, 0);
  color: rgba(255, 254, 235, 0.28);
  border-radius: 3px;
  font-size: 25px;
}

/* line 128, D:/Temp/github/swipeslider/style.scss */
#customizability .sw-next-prev:hover {
  color: #fffeeb;
  background-color: #525252;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.57);
}

/* line 135, D:/Temp/github/swipeslider/style.scss */
#customizability .sw-prev {
  left: 0%;
}

/* line 138, D:/Temp/github/swipeslider/style.scss */
#customizability .sw-prev::after {
  line-height: 60px;
  content: '< back';
}

/* line 144, D:/Temp/github/swipeslider/style.scss */
#customizability .sw-next {
  right: 0%;
}

/* line 147, D:/Temp/github/swipeslider/style.scss */
#customizability .sw-next::after {
  line-height: 60px;
  content: 'next >';
}

/* line 153, D:/Temp/github/swipeslider/style.scss */
#customizability .sw-bullet {
  top: 4%;
}

/* line 156, D:/Temp/github/swipeslider/style.scss */
#customizability .sw-bullet li {
  width: 10px;
  height: 5px;
  background-color: rgba(255, 254, 235, 0.28);
  border-radius: 0;
  vertical-align: middle;
}

/* line 163, D:/Temp/github/swipeslider/style.scss */
#customizability .sw-bullet li.active {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fffeeb;
  background-color: transparent;
  width: 0;
  height: 0;
  vertical-align: bottom;
}

/* line 174, D:/Temp/github/swipeslider/style.scss */
#customizability .sw-bullet li:hover {
  height: 10px;
  background-color: #fffeeb;
}

/* line 183, D:/Temp/github/swipeslider/style.scss */
.slide-number {
  font-size: 60px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.54);
}

.nav-box {
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #f5f5f5;
  margin: 30px auto;
}

.nav-box .nav-tab a.active {
  font-size: 16px;
  border-bottom: 2px solid #ef0000;
  line-height: 40px;
  display: inline-block;
  padding: 0 30px;
  font-weight: bold;
  color: #ef0000;
}

.nav-box .nav-tab a {
  padding: 0 30px;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
}

.video_box .bgf {
  background-color: #f9f9f9;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 30px 10px;
  border: 1px solid #d1d1d1;
}

@media (max-width:760px) {
  .nav-box .nav-tab a {
    padding: 0 4px;
    font-size: 12px;
  }

  .nav-box .nav-tab a.active {
    padding: 0;
    font-size: 12px;
  }

  .video_box {
    padding: 0 10px;
  }

  .video_box .h3 {
    margin: 10px 0 0 0 !important;
    font-size: 20px;
    line-height: 30px;
  }

  .video_box .bgf {
    padding: 15px 0;
  }

  .video_box .play_btn {
    margin: 10px auto;
  }

  .header .dj_logo img {
    display: inline-block;
    height: 36px;
    margin: 10px;
  }

  .header .ee_logo img {
    display: inline-block;
    height: 36px;
    margin: 10px;
  }

  #nav {
    height: 60px !important;
    padding-top: 0 !important;
  }

  .video_box {
    margin-top: 20px !important;
  }
  .about-box {
    margin: 15px 0;
    padding: 0 10px;
  }

  .about-box .h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .border {
    /* border: 1px solid #525252; */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /* padding: 15px 25px; */
    font-size: 15px;
    line-height: 25px;
  }
  .border p{
    margin-bottom: 10px;
  }
}

@media (min-width:761px) {
  .header .dj_logo img {
    display: inline-block;
    width: 180px;
    margin: 10px 10px 0 0;
  }

  .header .ee_logo img {
    display: inline-block;
    max-width: 142px;
    margin-top: 10px;
  }

  .about-box {
    margin: 15px 0;
  }

  .about-box .h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .border {
    /* border: 1px solid #525252; */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /* padding: 15px 25px; */
    font-size: 16px;
    line-height: 30px;
  }
  .border p{
    margin-bottom: 10px;
  }
}

