/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	font: 400 1em "Lucida Grande", "Lucida Sans", Tahoma, Helvetica, sans-serif; /* 16px / 16px */
	color: #898989;
	line-height: 1.5;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

p {
	margin-bottom: 30px;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.video embed, .video object, .video iframe {
	width: 100%;
	height: auto;
}

.float-left {
	float : left;
}

.float-right {
	float : right;
}

.clearfix {
	clear: both;
}

/* Alignments */

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

/* Header */

header {
	margin-bottom: 45px;
	height: 180px;
	background-color: #333;
}

	header nav {
		padding-top: 80px;
	}

		header nav ul li {
			padding-right: 2.631578947%; /* 30px / 1140px */
			display: inline-block;
			font-size: 0.875em; /* 14px / 16px */
			color: #FFF;
		}
		
			header nav ul li a {
				padding-bottom: 3px;
				display: block;
				color: #DDD;
				text-decoration: none;
			}
		
				header nav ul li a:hover {
					border-bottom: 1px solid #DDD;
				}
				
			header nav ul li .selected {
				color: #FFF;
			}
			
				header nav ul li .selected:hover {
					border-bottom: 1px solid #FFF;
				}


/* Buttons */

.btn {
	padding          : 10px 24px;
	display          : inline-block;
	min-width        : 64px;
	background-color : #CCC;
	color            : #FFF;
	text-decoration  : none;
	text-align       : center;
	
	-webkit-border-radius : 5px;
	-moz-border-radius    : 5px;
	border-radius         : 5px;
	
	-webkit-transition : all 0.2s ease-in-out;
	-moz-transition    : all 0.2s ease-in-out;
	-o-transition      : all 0.2s ease-in-out;
	transition         : all 0.2s ease-in-out;
}

	.btn:hover {
		background-color: #AAA;
	}

	.btn-blue {
		background-color: #4090BA;
	}
	
		.btn-blue:hover {
			background-color: #3981A7;
		}
		
	.btn-green {
		background-color: #6C9A2B;
	}
	
		.btn-green:hover {
			background-color: #63882E;
		}
		
	.btn-red {
		background-color: #FF6551;
	}
	
		.btn-red:hover {
			background-color: #FE4932;
		}
		
.btn-glossy {
	padding: 9px 23px;
	display: inline-block;
	min-width: 64px;
	color: #494949;
	text-decoration: none;
	text-align: center;
	border: 1px solid #D5D5D5;
	
	background: #DDD;
	background: -webkit-linear-gradient(top, #FCFCFC, #DDD);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FCFCFC), to(#DDD));
	background: -moz-linear-gradient(top, #FCFCFC, #DDD);
	background: -ms-linear-gradient(top, #FCFCFC, #DDD);
	background: -o-linear-gradient(top, #FCFCFC, #DDD);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	.btn-glossy:hover {
		background: #CCC;
		background: -webkit-linear-gradient(top, #FCFCFC, #D5D5D5);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FCFCFC), to(#D5D5D5));
		background: -moz-linear-gradient(top, #FCFCFC, #D5D5D5);
		background: -ms-linear-gradient(top, #FCFCFC, #D5D5D5);
		background: -o-linear-gradient(top, #FCFCFC, #D5D5D5);
	}
	
	.btn-glossy-blue {
		color: #FFF;
		border: 1px solid #42403C;
		
		background: #0A52A7;
		background: -webkit-linear-gradient(top, #32B9EF, #0A52A7);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#32B9EF), to(#0A52A7));
		background: -moz-linear-gradient(top, #32B9EF, #0A52A7);
		background: -ms-linear-gradient(top, #32B9EF, #0A52A7);
		background: -o-linear-gradient(top, #32B9EF, #0A52A7);
	}
	
		.btn-glossy-blue:hover {
			background: #083B77;
			background: -webkit-linear-gradient(top, #32B9EF, #083B77);
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#32B9EF), to(#083B77));
			background: -moz-linear-gradient(top, #32B9EF, #083B77);
			background: -ms-linear-gradient(top, #32B9EF, #083B77);
			background: -o-linear-gradient(top, #32B9EF, #083B77);
		}
		
	.btn-glossy-green {
		color: #FFF;
		border: 1px solid #2C741F;
		
		background: #328423;
		background: -webkit-linear-gradient(top, #5DE63D, #328423);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5DE63D), to(#328423));
		background: -moz-linear-gradient(top, #5DE63D, #328423);
		background: -ms-linear-gradient(top, #5DE63D, #328423);
		background: -o-linear-gradient(top, #5DE63D, #328423);
	}
	
		.btn-glossy-green:hover {
			background: #2C711F;
			background: -webkit-linear-gradient(top, #5DE63D, #2C711F);
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5DE63D), to(#2C711F));
			background: -moz-linear-gradient(top, #5DE63D, #2C711F);
			background: -ms-linear-gradient(top, #5DE63D, #2C711F);
			background: -o-linear-gradient(top, #5DE63D, #2C711F);
		}


/* Forms */

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	padding: 15px;
	width: 256px;
	font-size: 1em; /* 16px / 16px */
	color: #AAA;
	border: 1px solid #DDD;
	outline: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	box-sizing         : border-box;
}

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		color: #494949;
		border: 1px solid #89949A;
	}
	
input[type="submit"] {
	padding          : 13px;
	display          : inline-block;
	min-width        : 64px;
	background-color : #CCC;
	font-size        : 1em; /* 16px / 16px */
	color            : #FFF;
	text-decoration  : none;
	text-align       : center;
	
	-webkit-border-radius : 5px;
	-moz-border-radius    : 5px;
	border-radius         : 5px;
}


/* Grids */

.container {
	margin: 0 auto;
	width: 90%;
	max-width: 1140px;
}

.section {
	margin-bottom: 45px;
}

.row {
	margin-bottom: 30px;
	overflow: hidden;
}

	.row-parent {
		margin-bottom: 0px;
		overflow: hidden;
	}

.content {
	padding: 15px;
	text-shadow: 0px 1px 1px #FFF;
}

.span1 {
	margin-right: 4.210526316%; /* 48px / 1140px */
	float: left;
	display: inline-block;
	width: 4.473684211%; /* 51px / 1140px */
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.span2 {
	margin-right: 4.210526316%; /* 48px / 1140px */
	float: left;
	display: inline-block;
	width: 13.15789474%; /* 150px / 1140px */
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.span3 {
	margin-right: 4.210526316%; /* 48px / 1140px */
	float: left;
	display: inline-block;
	width: 21.84210526%; /* 249px / 1140px */
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.span4 {
	margin-right: 4.210526316%; /* 48px / 1140px */
	float: left;
	display: inline-block;
	width: 30.52631579%; /* 348px / 1140px */
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.span5 {
	margin-right: 4.210526316%; /* 48px / 1140px */
	float: left;
	display: inline-block;
	width: 39.21052632%; /* 447px / 1140px */
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.span6 {
	margin-right: 4.210526316%; /* 48px / 1140px */
	float: left;
	display: inline-block;
	width: 47.89473684%; /* 546px / 1140px */
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.nested {
		margin-bottom: 0px;
		background-color: #E5E5E5;
	}

.span7 {
	margin-right: 4.210526316%; /* 48px / 1140px */
	float: left;
	display: inline-block;
	width: 56.57894737%; /* 645px / 1140px */
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.span8 {
	margin-right: 4.210526316%; /* 48px / 1140px */
	float: left;
	display: inline-block;
	width: 65.26315789%; /* 744px / 1140px */
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.span9 {
	margin-right: 4.210526316%; /* 48px / 1140px */
	float: left;
	display: inline-block;
	width: 73.94736842%; /* 843px / 1140px */
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.span10 {
	margin-right: 4.210526316%; /* 48px / 1140px */
	float: left;
	display: inline-block;
	width: 82.63157895%; /* 942px / 1140px */
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.span11 {
	margin-right: 4.210526316%; /* 48px / 1140px */
	float: left;
	display: inline-block;
	width: 91.31578947%; /* 1041px / 1140px */
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.span12 {
	float: left;
	display: inline-block;
	width: 100%;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.offset1 {
	margin-left: 8.684210526%; /* 99px / 1140px */
}

.offset2 {
	margin-left: 17.36842105%; /* 198px / 1140px */
}

.offset3 {
	margin-left: 26.05263158%; /* 297px / 1140px */
}

.offset4 {
	margin-left: 34.73684211%; /* 396px / 1140px */
}

.offset5 {
	margin-left: 43.42105263%; /* 495px / 1140px */
}

.offset6 {
	margin-left: 52.10526316%; /* 594px / 1140px */
}

.offset7 {
	margin-left: 60.78947368%; /* 693px / 1140px */
}

.offset8 {
	margin-left: 69.47368421%; /* 792px / 1140px */
}

.offset9 {
	margin-left: 78.15789474%; /* 891px / 1140px */
}

.offset10 {
	margin-left: 86.84210526%; /* 990px / 1140px */
}

.offset11 {
	margin-left: 95.52631579%; /* 1089px / 1140px */
}

.fill-light {
	background-color: #F5F5F5;
}

.fill-dark {
	background-color: #E5E5E5;
}

.last {
	margin-right: 0px;
}


/* Headings */

h1 {
	font-size: 2.25em; /* 36px / 16px */
}

h2 {
	margin-bottom: 15px;
	font: 300 1.875em "Open Sans", Tahoma, sans-serif; /* 30px / 16px */
	color: #292929;
}

h3 {
	font: 300 1.5em "Open Sans", Tahoma, sans-serif; /* 24px / 16px */
}

h4 {
	font-size: 1.125em; /* 18px / 16px */
}

h5 {
	font-size: 0.875em; /* 14px / 16px */
}

h6 {
	font-size: 0.75em; /* 12px / 16px */
}


/* Layers */

.layer1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}


/* Lists */

li {
	float: left;
	display: inline-block;
}


/* Responsive Header */

#rps-header {
	display : none;
	margin-bottom: 30px;
	padding: 15px 0px;
	background-color: #333;
}

	#rps-header .typemark {
		float: left;
		font-weight: 300;
		font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #FFF;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	
		#rps-header .typemark a {
			color: #FFF;
			text-decoration: none;
		}
		
	#rps-header .menu-btn {
		margin-bottom: -4px;
		float: right;
	}
	
		#rps-header .menu-btn img {
			width: 22px;
			height: auto;
		}