@charset "UTF-8";
/* Body */
body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
/*	font-family: source-sans-pro;*/
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    padding: 0px;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}
/* Navigation */
header {
    width: 100%;
    height: 50px;
    background-color: #FC4C02;
}
.logo {
	color: #fff;
	text-align: left;
	width: 40%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.2s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #3d4146;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
    background-color: #3d4146;
    padding-top: 30px;
    padding-bottom: 30px;
}
.hero_logo {
	padding-top: 0px;
	height: 180px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
    width: 70%;
    text-align: justify;
    font-weight: normal;
    text-indent: 20px;
    line-height: 25px;
    color: #3d4146;
}
.about {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
    padding-bottom: 20px;
    display: inline-block;
    background-color: #FFFFFF;
    margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
    background-color: #FFFFFF;
    background-image: url(../images/enthrallium_gameplay_banner.png);
    height: 400px;
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.parallax {
    color: #FFFFFF;
    text-align: right;
    padding-right: 20px;
    padding-top: 20px;
    letter-spacing: 2px;
    margin-top: 0px;
    padding-left: 20px;
    text-transform: uppercase;
}
.parallax_description {
    color: #FFFFFF;
    text-align: right;
    font-weight: lighter;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
}
.parallax_card {
    background-color: #2D9AB7;
    width: 400px;
    height: 180px;
    margin-top: 50px;
    float: right;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	display: block;
    width: 200px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: capitalize;
	text-decoration:none;
    font-weight: bold;
    letter-spacing: 2px;
    border: 3px solid #FFFFFF;
    color: #FC4C02;
    transition: all 0.3s linear;
}
.button:hover {
	background-color: #FC4C02;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
    text-align: center;
	font-size:small;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FC4C02;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}
.dark_banner {
    background-color: #3d4146;
    padding-top: 40px;
    padding-bottom: 10px;
    background-repeat: repeat;
}
.light_banner {
    background-color: #3d4146;
    padding-top: 40px;
    padding-bottom: 10px;
    background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
.games {
    background-color: White;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
}

.games h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #2D9AB7;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
.game_panel {
    padding-bottom: 0px;
    width: 100%;
    padding-top: 10px;
}
.game_panel h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
	width: 90%;
	text-align: center;
	font-weight: normal;
    color: #000000;
	letter-spacing: 2px;
    text-transform: capitalize;
}
.social_links {
	margin-top: 20px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;

}
.social_links img {
	margin: 5px;
}

.contact_email {
	color: white;
	font-size: small;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 50%;
	text-align: center;
}
.contact_email a{
	color: white;
	text-decoration: none;
    transition: all 0.2s linear;
}
.contact_email a:hover{
	color: #FC4C02;
	text-decoration: none;
}
.video_embed_responsive {
	overflow:hidden;
	width: 50%;
	padding-bottom: 28.125;
    position:relative;
    height:0;
}
.video_embed_responsive iframe{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position:absolute
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
	background-color: #3d4146;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 90%;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
/*	text-align: center;*/
}
.hero_logo{
	margin-top: 10px;
	height: 100px;
}	
.games {
    background-color: White;
    height: auto;
    margin-bottom: 20px;
}
.games h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	font-weight: bold;
    color: #2D9AB7;
    text-transform: uppercase;
}
.game_panel {
    height: 180px;
    width: auto;
    margin: 0px;
    background-color: #FFFFFF;
}
.game_panel h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: center;
	font-weight: normal;
    color: #000000;
	letter-spacing: 2px;
    text-transform: capitalize;
}
.parallax {
    color: #FFFFFF;
    text-align: center;
    padding-right: 20px;
    padding-top: 20px;
    letter-spacing: 2px;
    margin-top: 0px;
    padding-left: 20px;
	}
	.parallax_description {
    color: #FFFFFF;
    text-align: center;
    font-weight: lighter;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
	}
.parallax_card {
	background-color: #2D9AB7;
    width: 100%;
    height: auto;
    margin-top: 50px;
    float: right;
    border-radius: 0px;
}
.contact_email {
	color: white;
	font-size: small;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 95%;
	text-align: center;
}
.video_embed_responsive {
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    /*	padding-bottom:28.125%;*/
    position: relative;
    height: 0;
	float: none;
}
.video_embed_responsive iframe{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position:absolute
}
.game_carousel{
	width:100%;
	float:none;
}
.game_demo_area{
	width:100%;
	padding-bottom:115%;
	position: relative;
	height: 0px;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFFFFF;
}
.container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    padding: 0px;
    /*float: none;*/
/*	overflow: auto;*/
/*	display: inline-block;*/
    background: #FFA27B;
    height: 100px;
    float: none;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
	background-color: #3d4146;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.hero_logo{
	margin-top: 30px;
	height: 100px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}

.footer_column {
	width: 100%;
}
.contact_email {
	color: white;
	font-size: small;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 95%;
	text-align: center;
}
.video_embed_responsive {
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    /*	padding-bottom:28.125%;*/
    position: relative;
    height: 0;
	float: none;
}
.video_embed_responsive iframe{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position:absolute
}
.game_carousel{
	width:100%;
	float:none;
}
.game_demo_area{
	width:100%;
	padding-bottom:115%;
	position: relative;
	height: 0px;
}
}
/* Small Desktops */
@media (min-width: 321px) and (max-width: 500px) {
	.parallax {
    color: #FFFFFF;
    text-align: center;
    padding-right: 20px;
    padding-top: 20px;
    letter-spacing: 2px;
    margin-top: 0px;
    padding-left: 20px;
	}
	.parallax_description {
    color: #FFFFFF;
    text-align: center;
    font-weight: lighter;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
	}
.parallax_card {
    background-color: #2D9AB7;
    width: 100%;
    height: 180px;
    margin-top: 50px;
    float: none;
	top: 10px;
    border-radius: 0px;
}
.video_embed_responsive {
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    /*	padding-bottom:28.125%;*/
    position: relative;
    height: 0;
	float: none;
}
.video_embed_responsive iframe{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position:absolute
}
.game_carousel{
	width:100%;
	float:none;
}
.game_demo_area{
	width:100%;
	padding-bottom: 115%;
	position: relative;
	height: 0px;
}
}
/* Small Desktops */
/*@media (min-width: 768px) and (max-width: 1096px) {
.thumbnail {
	width: 50%;
}
}*/
.mailing {
	background-color: #f2f2f2;
	margin: 0px;
	padding: 20px;
}
@media (min-width: 768px){
	.video_embed_responsive {
    overflow: hidden;
    width: 50%;    
    padding-bottom:28.125%;
    position: relative;
    height: 0;
		float: right;
}
.video_embed_responsive iframe{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position:absolute
}
	.game_carousel{
		width:50%;
		float:left;
	}
	.game_demo_area{
		width:100%;
		padding-bottom:30%;
		position: relative;
		height: 0px;
	}
}
.mailing_card {
	background-color: #FFFFFF;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 30px;
}
.mailing_list_unstyled {
	list-style: none;
}
.required {
	color: red;
}

.enthrallium_hero {
    background-color: #3d4146;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../games/enthrallium/images/prometheus_I.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;	
}

.w3-content{/*max-width:980px;*/width:100%;margin:0px;float:none;}
.w3-display-container{position:relative}
.w3-display-container:hover .w3-display-hover{display:block}
.w3-display-container:hover span.w3-display-hover{display:inline-block}
.w3-display-hover{display:none}
.w3-center{text-align:center!important}
.w3-container{padding:0.01em 16px}
.w3-container:after,.w3-container:before{content:"";display:table;clear:both}
.w3-section{margin-top:16px!important;margin-bottom:16px!important}
.w3-large{font-size:18px!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-display-bottommiddle{ms-transform:translate(-50%,0%);position:absolute;left:50%;bottom:0;transform:translate(-50%,0%)}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}
.w3-badge{border-radius:50%}
.w3-border{border:1px solid #ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}
.w3-left{float:left!important}
.w3-right{float:right!important}
.w3-hover-text-khaki:hover{color:#b4aa50!important}
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}

.text-left {
	text-indent: 0px!important;
	text-align: left!important;
}
.text-center {
	text-indent: 0px!important;
	text-align: center!important;
}

.game_logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
