body { color: #444; font-family: Helvetica, sans-serif; margin: 0; background: #ECECEC; }

.bordy{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

button { margin-top: 10px; }

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

button{
  margin-top: -2px;
}

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

a {
	color: #c48ec8;
	-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 */
}

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

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 {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.stage {
	width: 100%;
	margin: 0 auto;
	padding: 0 12%;
	text-align: center;
	overflow: hidden;
}

}

.sldr {
	max-width: 825px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	clear: both;
	display: block;
}

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

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

	display: block;
	overflow: hidden;

	-webkit-transform: skewX(3deg);
       -moz-transform: skewX(3deg);
        -ms-transform: skewX(3deg);
            transform: skewX(3deg);
}

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

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

	width: 100%;
}

#SLDR-ONE img{
	width: 100%;
    height: auto;
	display: block;
	margin: 0 auto;
}


#SLDR-ONE img{
	max-width: 1000px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.selectors {
	/*margin: 15px 0 0;*/
}

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

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

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

.captions div {
	left: 200%;
	position: fixed;
	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 */
}

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

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