@charset "UTF-8";
@charset "UTF-8";
@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,900");

/*
	Twenty 1.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Basic */

body, #skel-layers-wrapper {
		background: #FFFCF9;
	}


	body, input, select, textarea {
		color: #54565b;
		font-family: 'Lato', sans-serif;
		font-size: 15pt;
		font-weight: 300;
		letter-spacing: 0.025em;
		line-height: 1.75em;
	}

		a:hover {
			border-bottom-color: transparent;
		}
	
	
	strong, b {
		font-weight: 400;
	}

	p, ul, ol, dl, table, blockquote {
		text-align: center;
		padding: 1em;
		color: #54565b;
		
	}

	h1, h2, h3, h4, h5 {
		color: #54565b;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: .10em;
		text-transform: uppercase;
		text-align: center
	}
	
	h6 {
		color: inherit;
		font-weight: 10;
		line-height: .5em;
		text-transform: titlecase;
		text-align: center;
		padding: 1em 0 .75em 0;
		
		}
	
	h1 {
		text-align: left;
	}
	
	h2 {
		font-size: 2em;
		letter-spacing: 0.1em;
	}

	h3 {
		font-size: 1.15em;
		letter-spacing: 0.025em;
		padding: 0 0 0 0;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px rgba(124, 128, 129, 0.2);
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em rgba(124, 128, 129, 0.2);
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

	footer > :last-child {
		margin-bottom: 0;
	}


/* Icon */

			.icon.circle.fa-dribbble {
				background: #da83ae;
				color: white;
			}

				.icon.circle.fa-dribbble:hover {
					background: #df93b8;
				}

		.icon.feature {
			cursor: default;
			display: block;
			margin: 0 0 1.5em 0;
			opacity: 1;
			text-align: center;
		}

			.icon.feature:before {
				font-size: 5em;
				line-height: 1em;
			}

/* Lists */

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding-left: 0.5em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

	ul.feature-icons {
		cursor: default;
		opacity: 1;
		overflow: hidden;
		position: relative;
		margin-top: 55px
	}



			ul.feature-icons li .icon {
				display: inline-block;
				height: 1.25em;
				line-height: 1.25em;
				width: 1em;
			}

/* Tables */

	table {
		width: 100%;
	}


/* Follow Buttons */

	.button {
		background: rgba(131, 211, 201, 1);
		border: solid 1px;
		color: inherit;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 900;
		letter-spacing: 2px;
		min-width: 18em;
		padding: 0.75em 0.75em 0.75em 0em;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;

		
	}
	
	/* Game Buttons */
	
		.button1 {
		background: #54565b;
		border: solid 1px;
		color: white;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 900;
		letter-spacing: 2px;
		min-width: 15em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		width:100%;
		margin: 0 0 0 0;
		}

				.button.special1 {
			background: blue;
			border-color: #e83b3b;
			color: white !important;
		}

/* Wrapper */

	.wrapper {
		margin-bottom: .5em;
	} 


/* Header */
	@-moz-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-webkit-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-o-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@-ms-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
	@keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }

	/* Drop Down Header */
	#header {
		background: rgba(255, 255, 255, .95);
		box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.075);
		color: #54565b;
		cursor: default;
		font-size: 0.8em;
		left: 0;
		padding-top: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
		/*border-bottom: solid 2px #FF4539;*/
	}

	#logo {
	padding-top: .5em;
	}
	
		#header h1 {
			font-weight: 900;
			margin: 0;
		}

		#header nav {
			letter-spacing: 0.075em;
			position: absolute;
			right: 1.5em;
			text-transform: uppercase;
			top: .5em;
			bottom: 0em;
			margin-right:2em;
			
		}

			#header nav ul li {
				display: inline-block;
				margin-left: 1.5em;
			}


				#header nav ul li a {
					color: #54565b;
					display: inline-block;
					padding: 0em 0em;
					text-decoration: none;
				}


				#header nav ul li.active > a, #header nav ul li:hover > a {
					-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-o-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
					color: #FF4539;
				}

				#header nav ul li.current > a {
					font-weight: 900;
				}

		#header.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-o-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}
/* Main Header */
		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-o-animation: none;
			-ms-animation: none;
			animation: none;
			background-color: white;
			box-shadow: none;
			color: #54565b;
			padding: 0em;
			position: block;
			margin:0;
		}

			#header.alt nav {
				right: 2.5em;
				top: .5em;
			}

/* Dropotron */

	.dropotron {
		background: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		line-height: 2.25em;
		min-width: 13em;
		padding: 1em 0;
		text-transform: uppercase;
	}

		.dropotron.level-0 {
			font-size: 0.7em;
			font-weight: 400;
			margin-top: 1.5em;
		}

			.dropotron.level-0:before {
				border-bottom: solid 0.5em #fff;
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				content: '';
				left: 0.75em;
				position: absolute;
				top: -0.45em;
			}

		.dropotron > li {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
		}

			.dropotron > li > a {
				-moz-transition: none;
				-webkit-transition: none;
				-o-transition: none;
				-ms-transition: none;
				transition: none;
				color: inherit;
				text-decoration: none;
				padding: 0 1em;
				border: 0;
			}

			.dropotron > li:hover > a {
				background: #83d3c9;
				color: #FF4539;
			}

			.dropotron > li:first-child {
				border-top: 0;
			}

/* Banner */


	#banner {
		background-color: transparent;
		color: #AAAAAA;
		cursor: default;
		padding: 3.4em 0 .01em 0;
		text-align: center;
		position: block;
		}

		
			#carousel img {
			height: variable;
			max-width: 100%;
			width: 100%;
			padding:0;
			margin: 0;
			position: block;
			}
		
			#banner .inner footer {
				margin: 2.5em 0 0 0;
			}
			
/* Main and Games*/

	#main {
		padding: 1em 0;
		background: #AAAAAA;
	}
	
		.wrapper.style3 {
			background: white;
			display: block;
			width: 80%;
			margin-top: .5em;
		}

		#main > :last-child {
			margin-bottom: 0;
		}

		#main .sidebar section {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
			margin: 3em 0 0 0;
			padding: 0 0 0 0;
		}

			#main .sidebar section:first-child {
				border-top: 0;
				padding-top: 0;
				margin-top: 0;
			}

	body.index #main {
		padding-top: 1em;
	}
	
	
					#game1 {
					border-right: solid 1px rgba(124, 128, 129, 0.1);
					float: left;
					display: inline-block;
					width: 33.3%;
					padding: .75em;
							}
							
													

					#game2 {
					display:block;
					border-right: solid 1px rgba(124, 128, 129, 0.1);
					float:center;
					display: inline-block;
					width: 33.3%;
					padding: .75em;
					}
					
					
					#game3 {
					display:block;
					float:right;
					display: inline-block;
					width: 33.3%;
					padding: .75em;
					}
					
					.buy {
						margin:0 auto;
						padding: 0 0 1em 0;
						width: 100%;
						display: inline-block;
						max-width: 473px;
						}
						
					div.6u p {
					padding: 0;
					}
					
	
/*About*/
	.wrapper.style5 {
			background-color: white;
			display:block;
			width: 80%;
			padding: 1em;
			margin-top: 1.5em;
			}

			.about1{
			background-color:white;
			width: 30%;
			float:left;
			display: block;
			padding: 1em .5em 1em 1em;
			}
			
			.about2{
			background-color:white;
			width: 100%;
			float:right;
			display: block;
			}
			
			.about2 section p {
			text-align: left;
			}
			
			.about3{
			padding: 1em 6em 1em 6em;
			width:100%;
			display:table;
			border-top: solid 1px rgba(124, 128, 129, 0.1);
            margin: 0 auto;
			}
			
			.about1 img {
			width: 100%;
			padding: 1em .5em .5em 1em;
            display:table;
            margin: 0 auto;
			}
			
.teampics {
    max-height: 225px;
    max-width: 225px;
    width: 100%;
    display:table;
            margin: 0 auto;
    }

.location {
    font-style: italic;
    font-size: .5em;
}


/*Team*/
.team {
text-align:left;
font-size:.75em;
line-height:1.5;
width:40%;
}

#teamleft {
float:left; 
width:33%; 
display:inline-block; 
padding:1em;
    }

#teamright {
float:left; 
width:33%; 
display:inline-block; 
padding:1em;
    }

#teamcenter {
float:left; 
width:33%; 
display:inline-block; 
padding:1em;
    }

#teamleft2 {
float:left; 
width:32%; 
display:inline-block; 
padding:1em;
    }

#teamright2 {
float:left; 
width:32%; 
display:inline-block; 
padding:1em;
    }

#teamright3 {
float:right; 
width:32%; 
display:inline-block; 
padding:1em;
    }


#team div div h3 {
    width:100%;
    font-weight: 400;
    text-transform: capitalize;
    display:table;
    margin: 0 auto;
    
}

#team div div h5 {
    text-transform: capitalize;
    font-size: .85em;
    width:100%;
    display: inline-block;
}

#team div div h6 {
    font-size: 1em;
    width:100%;
    display: inline-block;
    padding: 0;
}


#team div div h6 a{
    font-size: .80em;
    width:100%;
    display: inline-block;
    padding: 0;
}

/*Job Openings*/

.job {
text-align:left;
font-size:.75em;
line-height:1.5;
}

.job li{
font-size: 1.3em;   
}
			


	
/*CTA and Stay Connected */
	#cta {
		background-color: #FF4539;
		width:100%;
		color: white;
		padding: 2em;
		text-align: center;
		display:inline-block;
			}
			
		#footer1 {
			width: 60%;
			display: block;
			margin: .2em;
			padding: 1.5em 0 0 0;
			float: left;
			}
			
			#footer1 h2 {
			margin-bottom: 1em;
			}
			
			
			#twitter {
			display:inline-block;
			float:right;
			width: 30%;
			}
			
			ul.buttons {
		cursor: default;
		display:inline-block;
		margin: .5em;
		
	}

		ul.buttons:last-child {
			margin-bottom: 0;
			
		}

		ul.buttons li {
			padding: 1em 1em 1em 1em;
			display: inline-block;
					}

		#mailing {
		background-color: white; 
		display:inline-block; 
		width:80%; 
		padding: 1em;
				}

		
/*FOOTER*/

	#footer {
		background: white;
		color: #AAAAAA;
		text-align: center;
		padding:0;
	}

		#footer .copyright {
			font-size: 0.8em;
		}

			#footer .copyright a {
				color: inherit;
			}
			
			

			
/* Layers */

	#topButton .toggle {
		height: 100%;
		left: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
	}

		#topButton .toggle:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
		}

		#topButton .toggle:before {
			color: white;
			content: '\f039';
			font-size: 0.75em;
			height: 30px;
			left: 0;
			line-height: 30px;
			opacity: 0.5;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#topButton .toggle:after {
			background: rgba(163, 169, 170, 0.75);
			border-radius: 0 0 4px 4px;
			content: '';
			height: 30px;
			left: 50%;
			margin-left: -40px;
			position: absolute;
			top: 0;
			width: 80px;
		}

	#sideButton .toggle {
		height: 100%;
		left: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
	}

		#sideButton .toggle:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
		}

		#sideButton .toggle:before {
			color: white;
			content: '\f039';
			font-size: 1em;
			height: 40px;
			left: 10px;
			line-height: 40px;
			opacity: 0.5;
			position: absolute;
			top: 11px;
			width: 60px;
			z-index: 1;
		}

		#sideButton .toggle:after {
			background: rgba(163, 169, 170, 0.75);
			border-radius: 2px;
			content: '';
			height: 40px;
			left: 10px;
			position: absolute;
			top: 10px;
			width: 60px;
		}

	#topPanel,
	#sidePanel {
		background: #1c2021;
		color: white;
		font-size: 0.8em;
		letter-spacing: 0.075em;
		text-transform: uppercase;
	}

		#topPanel nav,
		#sidePanel nav {
			padding: 0.25em 0.5em 1em 0.5em;
		}

		#topPanel .link,
		#sidePanel .link {
			border: 0;
			border-top: solid 1px rgba(255, 255, 255, 0.05);
			color: inherit;
			display: block;
			height: 3em;
			line-height: 3em;
			opacity: 0.75;
			text-decoration: none;
		}

			#topPanel .link.depth-0,
			#sidePanel .link.depth-0 {
				font-weight: 900;
			}

			#topPanel .link:first-child,
			#sidePanel .link:first-child {
				border-top: 0;
			}

		#topPanel .indent-1,
		#sidePanel .indent-1 {
			display: inline-block;
			width: 1em;
		}

		#topPanel .indent-2,
		#sidePanel .indent-2 {
			display: inline-block;
			width: 2em;
		}

		#topPanel .indent-3,
		#sidePanel .indent-3 {
			display: inline-block;
			width: 3em;
		}

		#topPanel .indent-4,
		#sidePanel .indent-4 {
			display: inline-block;
			width: 4em;
		}

		#topPanel .indent-5,
		#sidePanel .indent-5 {
			display: inline-block;
			width: 5em;
		}
		
	#privacy
		{
		margin-top: 1.5em;
		padding: 3em 3em 3em 1.5em;
		}

	#pp 
	{
	font-size:.95em;
	margin-bottom: 3em;
	}
