body { color: #444; font-family: Helvetica, sans-serif; margin: 0; background: rgba(255,255,255,1); }

button { margin-top: 10px; }

ul {
	color: #ECECEC;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 80%;
}

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

a {
	color: rgba(0,102,153,.7);
	-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 */
}

a:hover{
	color: rgba(0,102,153,1);
}

button {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	background: rgba(0,102,153,.7);
	padding: 8px 14px;
}


button:hover {
	background: rgba(0,102,153,1);
}

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: 70%;
	margin: 0;
	padding: 0 25% 5% 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(16deg);
       -moz-transform: skewX(16deg);
        -ms-transform: skewX(16deg);
            transform: skewX(16deg);
			margin-left: -12.1%;
}

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%;
}

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

.selectors {
	/*margin: 15px 0 0;*/
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	width: 20%;
	height: 100%;
	background-color: rgba(255,255,255,1);
	text-align: right;
	padding: 15px 30px 0 0;
	
}

.selectors li {
	font-size: 1.3em;
	line-height: 32px;
	display: block;
	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;
}

@media (max-width: 480px){
	.selectors {
	/*margin: 15px 0 0;*/
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	width: 90%;
	height: 120px;
	background-color: rgba(255,255,255,1);
	text-align: right;
	padding: 15px 30px 0 0;
	
}
	.selectors li {
	font-size: .9em;
	line-height: 32px;
	display: inline-block;
	padding: 0 2px;
}
	.stage {
	width: 100%;
	min-width: 0;
	margin: 0 auto;
	padding: 160px 12% 0 12%;
	text-align: center;
	overflow: hidden;
}

div.skew {
			margin-left: -10.1%;
}

div.skew > div.wrap {
	margin-left: -20.1%;
}

}

@media (min-width: 481px) and (max-width: 920px) {
	.selectors {
	/*margin: 15px 0 0;*/
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	width: 95%;
	height: 60px;
	background-color: rgba(255,255,255,1);
	text-align: right;
	padding: 15px 30px 0 0;
	
}
	.selectors li {
	font-size: 1em;
	line-height: 32px;
	display: inline-block;
	padding: 0 2px;
}

.stage {
	width: 76%;
	min-width: 920px;
	margin: 0 auto;
	padding: 80px 12% 0 12%;
	text-align: center;
	overflow: hidden;
}

div.skew {
			margin-left: -8.1%;
}

	
}

@media (min-width: 921px) and (max-width: 1024px) {
	.selectors {
		font-size: .8em;
		padding: 5px 30px 0 0;
	
}
	
	div.skew {
			margin-left: -8.1%;
}

.stage {
	min-width: 1024px;
}

}

