
#hideAll {
   position: fixed;
   left: 0px;
   right: 0px;
   top: 0px;
   bottom: 0px;
   background-color: rgb(234, 234, 224);
   z-index: 99;
   transition: opacity .5s ease;

 }

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.img-406 {
  height: 406px;
}

.img-400 {
  height: 400px;
}

.img-300 {
  height: 300px;
}

.img-200 {
  height: 200px;
}

.up-10 {
  margin-top: -25px;
}

.up-25 {
  margin-top: -25px;
}

.up-50 {
  margin-top: -50px;
}

.up-40 {
  margin-top: -40px;
}

.downdown {
  padding-top: 50px;
}

.down-20 {
  margin-top: 20px;
}

.down-50 {
  margin-top: 132px;
}

.pull-left-200 {
  margin-left:  -200px;
}


.pull-left-300 {
  margin-left:  -300px;
}

.padright {
  padding-right: -50px;
}

.padleft {
  padding-left: -50px;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.of-hidden {
  overflow: hidden;
}

.visible {
  display: block;
  opacity: 1;
  margin-top: 0;
}

.hidden {
  display: none;
  opacity: 0;
}

.invisible {
  opacity: 0;
}



/*.show-1, .show-2, .show-3, .show-4, .show-5 {
  transition: opacity .5s ease-out;
}*/

.grow {
  transition: all .4s ease;
}

.gold {
  transition: all .4s ease;
}

.gold:hover {
  color: gold !important;
}

.shrink {
  transition: all .4s ease;
}

.grow:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.1);
}

.shrink:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.99);
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 450px;
}

.carousel-caption {
  z-index: 10;
  color: white;
  text-shadow: none;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 300px;
  background-color: #f3f2ea;

  color: white !important;
}

.custom-carousel .carousel-indicators {
    bottom: 0;
    left: 0;
    margin: 50px 0;
    width: 100%;

}

.custom-carousel .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 5px !important;
    margin-top: 0;
    width: 200px;
}
/* Indicators images style */
.custom-carousel .carousel-indicators img {
    border: 1px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 200px;
}
/* Indicators active image style */
.custom-carousel .carousel-indicators .active img {
    border: 1px solid #428BCA;
}

.border-all {
  border: 1px solid white;
}

.topborder {
  border-top: 1px solid white;
}

.border-right {
  border-right: 1px solid white;
}

.border-left {
  border-left: 1px solid white;
}

.border-nobottom {
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
}

.border-notop {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

.border-sides {
  border-left: 1px solid white;
  border-right: 1px solid white;
}





.example {
  margin: 50px auto 0;
  width: 400px;
}
