html, body { 
  height:100%; 
  padding:0;
  margin:0;
}
body {
  margin: 0;
  background: #333;
  padding: 10px;
}
a {
  color:white;
}
* {
  font-family: 'Droid Sans', sans-serif;
}
h1 {
  margin-top: 5px;
}
h3 {
  font-size:30px;
  margin: 30px 0 10px 0;
}

.center {
    text-align: center;
}
.bgimage {
    text-align:center;
    color:white;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

ul[rn-carousel] {
   
    margin: 0 auto;
}

.carousel5 li {
    width:100%;
    height:100%;
    font-size:30px;
    background-color: #ccc;
}

.carousel-demo {
    margin-top:20px;
    display:inline-block;
    text-align: center;
}
.carousel-demo-fullscreen {
  width:100%;
  height:100%;
}
.carousel-demo-fullscreen ul[rn-carousel] {
  width:100%;
  height:100%;
}

input.tiny {
    width:50px;
    text-align:center;
}


.carousel-demo ul[rn-carousel-transition="hexagon"] {
  margin-left:100px;
}

.custom-indicator span {
  transition: all 0.3s ease-in;
}
.custom-indicator span.active {
  color:yellow !important;
}
.bgimage h1 {
    font-size: 1.6em;
    padding: 10px 55px 20px 10px;
    text-align: left;
    color:#009ee0;
}
/*********************************/
body {
  padding-top: 50px;
  font-family: 'Droid Sans', sans-serif;
}
.row {
    margin-top: 40px;
    margin-bottom: 80px;
}

.my-slider {
    width: 100%;
    max-width: 600px;
    height: 400px;
    font-size:0;
}
.my-slider li {
    font-size:30px;
    position:relative;
    background-size: 100%;
    background-repeat: no-repeat;
}
.my-slider .debug {
    position: absolute;
    bottom: 0;
    height: 50px;
    background: rgba(0,0,0,0.7);
    color:#009ee0;
    font-size: 12px;
    width: 100%;
    padding: 5px;
    font-weight: bold;
    font-size: 0.5em;
}
.my-slider.standard li {
    text-align: center;
    padding: 20px;
    font-size: 20px;
}
.my-slider.nested {
    width: 300px;
    height: 200px;
}
.my-slider.nested li {
    padding: 10px;
}
.my-slider.nested {
    width: 300px;
    height: 200px;
}
.my-slider.nested li {
    padding: 10px;
}
.big {
    margin-top: 30px;
    width: 100%;
    font-size: 30px;
}
.controls {
    margin-top: 5px;
    width: 450px;
    text-align: center;
}
.thumbs {
    /*width: 450px;*/
    width: 100%;
    text-align:center;
    overflow: scroll;
}
.thumb {
    display: inline-block;
    background-size:cover;
    border: 1px solid transparent;
    margin: 2px 4px;
    width: 80px;
    height: 100px;
    transition: border 0.2s ease-in;
}
.is-active {
    border: 1px solid red;
}
.details {
    color:white;
    font-size: 12px;
    margin-bottom: 10px;
}

#multiple-images-slider {
    max-width: none;
}

#multiple-images-slider [class^="col-"] {
    padding: 0;
}

#vertical-slider {
    height: 350px;
}

#show-next-slider li {
    background-size: 98%;
    background-repeat: no-repeat;
}

/* override default controls */
.rn-carousel-control {
    color:white;
    text-shadow: 0 0 5px #000;
}
.rn-carousel-control.rn-carousel-control-prev:before {
  content: "â®";
}
.rn-carousel-control.rn-carousel-control-next:before {
  content: "â¯";
}
.col-sm-6 {
    width: 50%;
    float:left;
}
