/*
 * Base structure
 */




/*
 * Global add-ons
 */

.spand12 {text-align: center}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide special border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #aaaaaa;
}
.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
.btn-special {
  color: white;
  background-color: #222;
  border-color: #ccc
}
.btn-special:hover,.btn-special:focus,.btn-special:active,.btn-special.active,.open>.dropdown-toggle.btn-special {
  color: white;
  background-color: #555;
  border-color: #ccc
}
 
.form-control-special {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777;
  background-color: #222;
  background-image: none;
  border: 1px solid #777;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
 
.form-control-special:focus {
  border-color: #00a99d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,169,157,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,169,157,.6)
}
 
.form-control-special::-moz-placeholder {color: #777;opacity:1}
 
.form-control-special:-ms-input-placeholder {color: #777}
 
.form-control-special::-webkit-input-placeholder {color: #777}
 
.form-control-special[disabled],.form-control-special[readonly],fieldset[disabled] .form-control-special {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}
 
textarea.form-control-special {height: auto}

  

.container {
    position: relative;
  }

.box {
    position: absolute;
    top: 125px;
    left: 150px;
    width: 300px;
    height: 100px;
}

.sliderboxdrop {
    position: absolute;
    top: -10px;
    left: -110px;
}

