
.stage button { margin-top: 10px; }

.stage ul {
	color: #ECECEC;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.stage p {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.stage a {
	color: #62bb5d;
	-webkit-transition: color 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
       -moz-transition: color 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
         -o-transition: color 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
            transition: color 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000); /* ease-in-out */
}

.stage button {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	background: #62bb5d;
	padding: 8px 14px;
}

.stage ul.animate {
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
       -moz-transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
         -o-transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
            transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); /* ease-in-out */	
}

.stage {
	width: 100%;
	margin: 0 auto;
	padding: 0 0%;
	text-align: center;
	overflow: hidden; background:#fff; position:relative;
}
	
.sldr {
	max-width: 900px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	clear: both;
	display: block;
}

.sldr > ul > li {
	float: left;
	display: block;
	width: 900px;
}

div.skew {
	max-width: 900px;
	margin: 0 auto;

	display: block;
	overflow: hidden;

	-webkit-transform: skewX(-16deg);
       -moz-transform: skewX(-16deg);
        -ms-transform: skewX(-16deg);
            transform: skewX(-16deg);
			
	border-left: 3px solid #fff;
	border-right: 3px solid #fff; 
}

div.skew > div.wrap {
	display: block;
	overflow: hidden;

	-webkit-transform: skewX(16deg);
	   -moz-transform: skewX(16deg);
	    -ms-transform: skewX(16deg);
	        transform: skewX(16deg);

	margin-left: -10.1%;
	width: 122%;
}

.stage img {
	max-width: 1320px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;  image-rendering: auto;
}

.selectors {}

.stage .selectors li {
	font-size: 46px;
	line-height: 28px;
	display: inline;
	padding: 0 2px;	
}

.stage .selectors li a {
	text-decoration: none;
}

.stage .selectors li.focalPoint a {
	color: #CCC;
	cursor: default;
}

.stage .captions{ position:absolute; right:25%; top:300px;}

.stage .captions div {
	left: 200%;
	opacity: 0;
	-webkit-transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
       -moz-transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
         -o-transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
            transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); /* ease-in-out */
}

.stage .box_text{ position:absolute; top:300px; right:15%; background:rgba(13,128,94,.7); color:#fff; padding:10px 20px; text-transform: uppercase; font-size:28px; line-height:33px; text-align: left; text-shadow: 0 0 3px rgba(0,0,0,.2)}

.stage .captions div.focalPoint {
	opacity: 1;
	left: inherit;
	position: static;
}

.stage .clear {
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
	clear: both;
}