.js .st-stack-raw {
	display: none;
}

.st-wrapper {
	width: 984px;
	height: 620px;
	position: relative;
	margin: 0 auto;
	-webkit-perspective: 1200px;
	-webkit-perspective-origin : 50% 100%;
	-moz-perspective: 1200px;
	-moz-perspective-origin : 50% 100%;
	-o-perspective: 1200px;
	-o-perspective-origin : 50% 100%;
	-ms-perspective: 1200px;
	-ms-perspective-origin : 50% 100%;
	perspective: 1200px;
	perspective-origin : 50% 100%;
}

.st-stack {
	position: absolute;
	height: 10px;
	bottom: 0px;
	background-image: url(../images/gradient.png);
	background-image: -webkit-linear-gradient(top, #fff 50%, #145199 50%);
	background-image: -moz-linear-gradient(top, #fff 50%, #145199 50%);
	background-image: -o-linear-gradient(top, #fff 50%, #145199 50%);
	background-image: -ms-linear-gradient(top, #fff 50%, #145199 50%);
	background-image: linear-gradient(to bottom, #fff 50%, #145199 50%);
	-webkit-background-size: 5px 5px;
	-moz-background-size: 5px 5px;
	background-size: 5px 5px;
	background-position: bottom center;
}

.st-stack:before {
	content: '';
	position: absolute;
	width: 140%;
	left: -20%;
	bottom: -10px;
	height: 20px;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
	background: radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
}

.st-stack-left {
	left: 0px;
	width: 363.75px !important;
}

.st-stack-right {
	right: 0px;
	width: 363.75px !important;
}

.st-wrapper .st-title,
.st-wrapper nav {
	position: absolute;
	width: 984px;
	left: 0;
	bottom: 0;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.st-wrapper .st-title {
	padding: 0 0 50px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.st-wrapper .st-title h2 {
    font-family: OpenSansBold;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: capitalize;	
	padding: 0 20px;
	line-height: 38px;

}

.st-wrapper .st-title h3 {
	background: none;
	color: #FFFCDF;
    font-family: OpenSansBold;
    font-size: 20px;
    line-height: 40px;
    font-weight: normal;
}

.st-wrapper nav span {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    -o-border-radius: 50px 50px 50px 50px;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    font-size: 25px;
    height: 50px;
    line-height: 52px;
    padding: 0 0 0 11px;
    position: absolute;
    text-align: left;
    width: 40px;
}
.st-wrapper nav span:first-child {
	margin-left: -60px;
}
.st-wrapper nav span:last-child {
	margin-left: 5px;
}
.st-wrapper nav span:hover{
	background: #601421;
}
.st-wrapper .st-item {
	margin: 0 auto;
	width: 460px;
	position: absolute;
	-webkit-transform-style : preserve-3d;
	-moz-transform-style : preserve-3d;
	-o-transform-style : preserve-3d;
	-ms-transform-style : preserve-3d;
	transform-style : preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.st-wrapper .st-item.st-center {
	-webkit-transform: rotateZ(0deg) rotateY(0deg);
	-moz-transform: rotateZ(0deg) rotateY(0deg);
	-o-transform: rotateZ(0deg) rotateY(0deg);
	-ms-transform: rotateZ(0deg) rotateY(0deg);
	transform: rotateZ(0deg) rotateY(0deg);
}

.st-wrapper .st-item.st-right,
.st-wrapper .st-item.st-rightflow {
	opacity: 0;
	-webkit-transform: rotateZ(90deg) rotateY(-90deg);
	-moz-transform: rotateZ(90deg) rotateY(-91deg);
	-o-transform: rotateZ(90deg) rotateY(-90deg);
	-ms-transform: rotateZ(90deg) rotateY(-90deg);
	transform: rotateZ(90deg) rotateY(-91deg);
	pointer-events: none;
}

.st-wrapper .st-item.st-left,
.st-wrapper .st-item.st-leftflow {
	opacity: 0;
	-webkit-transform: rotateZ(-90deg) rotateY(90deg);
	-moz-transform: rotateZ(-90deg) rotateY(91deg);
	-o-transform: rotateZ(-90deg) rotateY(90deg);
	-ms-transform: rotateZ(-90deg) rotateY(90deg);
	transform: rotateZ(-90deg) rotateY(91deg);
	pointer-events: none;
}
.st-wrapper .st-item.st-rightflow,
.st-wrapper .st-item.st-leftflow,
.st-wrapper .st-item.st-center {
	opacity: 1;
}

.st-wrapper .st-item a,
.st-wrapper .st-item img {
	border: none;
	max-width: 100%;
	display: block;
}

.st-wrapper .st-item a {
	background: #fff;
	box-shadow: 0 0 0 9px #fff, 0 1px 3px 9px rgba(0,0,0,0.3);
}

@media(max-width: 800px){
 .st-wrapper{
    width: 690px;
  }
  .st-wrapper .st-title, .st-wrapper nav{
    width: 690px;
  }
.st-wrapper .st-item{

	margin: -124px auto;
}
  
  .st-wrapper .st-title{

  }
}

@media(max-width: 360px){
 .st-wrapper{
    width: 280px;
  }
  .st-wrapper .st-title, .st-wrapper nav{
    width: 280px;
  }
.st-wrapper .st-item{
    margin: -286px auto;
    width: 250px;
}

  
  .st-wrapper .st-title{

  }
}
@media(max-width: 320px){
 .st-wrapper{
    width: 280px;
  }
  .st-wrapper .st-title, .st-wrapper nav{
    width: 280px;
  }
  .st-wrapper .st-item{
	margin: -286px auto;
	width: 220px;
  }
  .st-wrapper .st-title{

  }
}

