<style>
@import url('https://fonts.googleapis.com/css?family=Raleway:200');
 
* {
	box-sizing:border-box;
}
body{background-color:red;} 
/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
/*  overflow-x: scroll;*/
/*  overflow-y: hidden;*/

  -ms-overflow-style: none;
  /* Hides the scrollbar. */

  -ms-scroll-chaining: none;
  /* Prevents Metro from swiping to the next tab or app. */

  -ms-scroll-snap-type: mandatory;
  /* Forces a snap scroll behavior on your images. */

  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
  /* Defines the y and x intervals to snap to when scrolling. */
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.main-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
/*  overflow-x: scroll;*/
/*  overflow-y: hidden;*/

  -ms-overflow-style: none;
  /* Hides the scrollbar. */

  -ms-scroll-chaining: none;
  /* Prevents Metro from swiping to the next tab or app. */

  -ms-scroll-snap-type: mandatory;
  /* Forces a snap scroll behavior on your images. */

  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
  /* Defines the y and x intervals to snap to when scrolling. */

}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 5px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.3);
}
/* Caption text */
.text {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 18px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/* Number text (1/3 etc) */
.numbertext {
  color: white;
  font-size: 20px;
  padding: 2px 2px;
  position: center;
  text-align: center;
  top: 0;
}
/* Number text (1/3 etc) */
.numberSlides {
  color: white;
  font-size: 20px;
  padding: 2px 2px;
  position: center;
  text-align: center;
  top: 0;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.0s;
  box-shadow: 0px 20px 50px #555;
}
.slidedown{

  animation-name: slideDown;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.ms-touch.slider {
  overflow-x: scroll;
  overflow-y: hidden;

  -ms-overflow-style: none;
  /* Hides the scrollbar. */

  -ms-scroll-chaining: none;
  /* Prevents Metro from swiping to the next tab or app. */

  -ms-scroll-snap-type: mandatory;
  /* Forces a snap scroll behavior on your images. */

  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
  /* Defines the y and x intervals to snap to when scrolling. */
}

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: black;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: white;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    background: black;
    padding: 0;
    -khtml-border-radius: 8px;  
    overflow: hidden;
}
.outer {
    -webkit-box-shadow: 10px 10px 10px #4d4d4d;
    -moz-box-shadow: 10px 10px 10px #4d4d4d;
    box-shadow: 10px 10px 10px #4d4d4d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;  
    border-radius: 10px;
    border:solid black 10px;
    overflow: hidden;
    padding: 10px;
}
.main{
	content-align: center;
	
}
.wrapper {
  position: absolute;
  top: 5%;
  left: 40%;
  width: 300px;
  height: 450px;
  perspective: 2400px;
}

.container {
  position: absolute;
  top: 5%;
  width: 100%;
  height: 100%;
  transition: .5s all ease;
  transform: rotateX(0deg) scale(0.7);
  perspective: 900px;
  box-shadow: 0px 20px 50px #555;
  animation: entry 1s linear 1;
}
.container:hover {
  cursor: pointer;
  transform: rotate(0deg) scale(1) translateY(10px);
  transition: .5s all ease;
  z-index: 400;
}
.wrappersm {
  position: absolute;
  top: 25%;
  left: 38%;
  width: 400px;
  height: 350px;
  perspective: 2400px;
}

.containersm {
  position: absolute;
  top: 75%;
  width: 100%;
  height: 100%;
  transition: .5s all ease;
  transform: rotateX(0deg) scale(0.7);
  perspective: 900px;
  box-shadow: 0px 20px 50px #555;
  animation: entry 1s linear 1;
}
.containersm:hover {
  cursor: pointer;
  transform: rotate(0deg) scale(1) translateY(10px);
  transition: .5s all ease;
  z-index: 400;
}
.wrappertop {
  position: absolute;
  top: 1%;
  left: 40%;
  width: 350px;
  height: 200px;
  perspective: 2400px;
}
.wrapperbottom {
  position: absolute;
  top: 25%;
  left: 40%;
  width: 300px;
  height: 200px;
  perspective: 2400px;
}

.containerbottom {
  position: absolute;
  top: 75%;
  width: 100%;
  height: 100%;
  transition: .5s all ease;
  transform: rotateX(0deg) scale(0.7);
  perspective: 900px;
  box-shadow: 0px 20px 50px #555;
  animation: entry 1s linear 1;
}
.containerbottom:hover {
  cursor: pointer;
  transform: rotate(0deg) scale(1) translateY(10px);
  transition: .5s all ease;
  z-index: 400;
}

#c1 {
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
  box-shadow: 0px 20px 100px #555;
  left: -500;
  /*z-index: 0;*/
}

#c2 {
  left: -250;
 /* z-index: 0;*/
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
  box-shadow: 0px 20px 100px #555;
}
#c3 {
  left: 0;
  /*z-index: 0;*/
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
  box-shadow: 0px 20px 100px #555;
}
#c4 {
  left: 250;
  /*z-index: 0;*/
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
  box-shadow: 0px 20px 100px #555;
}
#c5 {
  left: 500;
  /*z-index: 0;*/
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
  box-shadow: 0px 20px 100px #555;
}

#c6 {
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
  box-shadow: 0px 20px 100px #555;
  left: -600;
  /*z-index: 0;*/
  top: 50%;
}

#c7 {
  left: -300;
  top: 50%;
 /* z-index: 0;*/
 background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
  box-shadow: 0px 20px 100px #555;
}
#c8 {
  left: 0;
  top: 50%;
  /*z-index: 0;*/
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
  box-shadow: 0px 20px 100px #555;
}
#c9 {
  left: 300;
  top: 50%;
  /*z-index: 0;*/
 background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
  box-shadow: 0px 20px 100px #555;
}
#c10 {
  left: 600;
  top: 50%;
  /*z-index: 0;*/
 background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
  box-shadow: 0px 20px 100px #555;
}



.image {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, #eba65b 30%, #d99267 100%);
}

#i1 {
  background: linear-gradient(to bottom, #59476f 30%, #7b88d1 100%);
}

#i2 {
  background: linear-gradient(to bottom, #59476f 30%, #7b88d1 100%);
}

span {
  position: absolute;
  top: 0%;
  left: 55%;
  border-radius: 100%;
  background-color: #fff;
  z-index: 10;
}


.info {
  position: absolute;
  top: 10%;
}

h3 {
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	color: #000000;
  letter-spacing: 2px;
}

h4 {
  color: #000000;
  position: absolute;
  top: 30%;
  left: 30%;
  letter-spacing: 2px;
}

h1 {
  color: #000000;
  position: fixed;
  top: 0%;
  left: 30%;
  letter-spacing: 2px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
h2 {
  color: #000000;
  letter-spacing: 2px;
  font-size: 18px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
p {
  font-size: 14px;
  color: #fff;
  padding: 0px 20px 20px 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 1px;
}

.page {
  position: absolute;
  bottom: -400;
  width: 100%;
  left: 0%;
  height: 20%;
 /* z-index: 30;*/
}
@keyframes simple {
  50% {
    transform: translateX(10px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}

@keyframes simple1 {
  50% {
    transform: translateX(-10px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-10px);
    opacity: 0;
  }
}

@keyframes entry {
  0% {
    top: -20%;
    opacity: 0.1;
  }
  100% {
    top: 0%;
  }
}
 
</style>
