/* @group HTML5 Boilerplate */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* @end */


body ,html {
  margin: 0;
  height: 100%;
}

.slideFull,
.staticFull {
  position:relative;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.slideFull .slide,
.staticFull .slide {
  width:100%;
  height:100%;
  position: relative;
  overflow: hidden;
  background:url("../images/01.jpg")center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}
.slideFull #slide2,
.staticFull #slide2 {
  background-image:url("../images/02.jpg");
}
.slideFull #slide3,
.staticFull #slide3 {
  background-image:url("../images/03.jpg");
}
.slideFull #slide4,
.staticFull #slide4 {
  background-image:url("../images/04.jpg");
}
.slideFull #slide5,
.staticFull #slide5 {
  background-image:url("../images/05.jpg");
}
.slideFull #slide6,
.staticFull #slide6 {
  background-image:url("../images/06.jpg");
}
.slideFull #slide7,
.staticFull #slide7 {
  background-image:url("../images/07.jpg");
}

.slideFull .slide .inner,
.staticFull .slide .inner {
  width:100%;
  height:100%;
  position: absolute;
  top: -500px;
  left: 0;
  background:url("../images/01-text.png")center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  -webkit-transition: top 1s linear 0s; /* For Safari 3.1 to 6.0 */
  -moz-transition: top 1s linear 0s;
  -o-transition: top 1s linear 0s;
  transition: top 1s linear 0s;
}
.slideFull .slide.selected .inner,
.staticFull .slide.selected .inner {
  top: 0;
}
.slideFull #slide2 .inner {
  background-image:url("../images/02-text.png");
}
.slideFull #slide3 .inner {
  background-image:url("../images/03-text.png");
}
.slideFull #slide4 .inner {
  background-image:url("../images/04-text.png");
}
.slideFull #slide5 .inner {
  background-image:url("../images/05-text.png");
}