	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		
		font-family: 'Varela', sans-serif;
		font-size: 11pt;
		font-weight: 300;
		color: #656565;
		background:#202020;
		
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		font-weight: 700;
		color: #fff;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	ul.actions
	{
		text-align: center;
	}
		
		ul.actions li
		{
		}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
		color: #0000FF;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
	.container
	{
		overflow: hidden;
		margin: 0em auto;
		max-width: 1000px;
		width:100%;
		
	}
	
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.staff
	{
		margin-bottom: 3em;
	}

	ul.staff li
	{
		display: inline-block;
	}
	
	ul.staff li img
	{
		width: 80%;
		border-radius: 50%;
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 0em 3em;
		background: #009E2D;
		letter-spacing: 0.20em;
		line-height: 4em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1em;
		color: #FFF;
	}
	
	.button:before
	{
		display: inline-block;
		background: #FFC31F;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	
	.button:hover {
		background:#54BD72;
	}
	
	#banner .button:hover,#menu .current_page_item a:hover {
    margin-top: 1em;
    background:#54BD72 !important;
}
	
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 1em;
	}
	
	.title h2
	{
		text-transform: uppercase;
		font-size: 2.7em;
	}
	
	.title .byline
	{
		font-size: 1.7em;
		color: #6F6F6F;
	}
		
/*********************************************************************************/
/* 4-column                                                                      */
/*********************************************************************************/

	.box1,
	.box2,
	.box3,
	.box4
	{
		width: 300px;
	}
	
	.box1,
	.box2,
	.box3,
	{
		float: left;
		margin-right: 20px;
	}
	
	.box4
	{
		 display: inline-block;
		margin:5px;
		border:1px solid #202020;
	}
	
	.box4 h2{color:#fff;background:#000;font-size:1em;padding:2px 0 2px 0}
	.box4 div {background:#000;color:#fff;font-size:.9em;padding-bottom:2px}
	
/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/

	.boxA,
	.boxB,
	.boxC
	{
		width: 320px;
	}

	.boxA,
	.boxB
	{
		float: left;
		margin-right: 20px;
	}
	
	.boxC
	{
		float: right;
	}

/*********************************************************************************/
/* 2-column                                                                      */
/*********************************************************************************/

	.tbox1,
	.tbox2
	{
		width: 575px;
	}
	
	.tbox1
	{
		float: left;
	}

	.tbox2
	{
		float: right;
	}
	
	#wrapper
	{
			background:url(images/bg.jpg) #202020;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		background: url(images/headbg.jpg) #333333;
	}

	#header
	{
		position: relative;
		padding: 3em 0em;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		top: 1em;
		left: 0;
	}
	
	#logo h1
	{
		color: #FFF;
	}
	
	#logo a
	{
		text-decoration: none;
		text-transform: uppercase;
		color: #FFF;
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		position: absolute;
		top: 2em;
		right: 0;
	}
	
	#menu ul
	{
		display: inline-block;
	}
	
	#menu li
	{
		display: block;
		float: left;
		text-align: center;
	}
	
	#menu li a, #menu li span
	{
		padding: 1em 1.5em;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 0.8em;
		color: #FFF;
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
		color: #FFF;
	}
	
	#menu .current_page_item a
	{
		background: #009E2D;
		color: #FFF;
	}
	
	#menu .icon
	{
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		overflow: hidden;
		padding: 3em 0em 3em 0em;
		background: url(images/1920x300.jpg) #202020;
		background-size: cover;
		text-align: center;
		color: rgba(255,255,255,.8);
		border-bottom:1px solid #333333;
	}

	#banner .title
	{
		margin-bottom: 1em;
		text-transform: uppercase !important;
	}

	#banner .title h2
	{
		color: #FFF;
	}

	#banner .title .byline
	{
		color: rgba(255,255,255,.6);
	}
	
	#banner .button
	{
		margin-top: 1em;
		background: #009E2D !important;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		padding: 5em 0em;
		text-align: center;
	}
	
	#page .button
	{
		margin-top: 2em;
		display: inline-block;
		text-align: center;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	footer
	{
		background:#009E2D;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
	}
	
	#copyright p
	{
		text-align: center;
		font-size: 1em;
		color: rgba(255,255,255,0.5);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.8);
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		overflow: hidden;
		padding: 5em 0em;
		background: #009E2D;
		color: rgba(255,255,255,.8);
		text-align: center;
	}

	#featured a
	{
		color: rgba(255,255,255,1);
	}
	
	#featured .button
	{
		background: #FFF;
		margin-top: 3em;
		font-size: 1em;
		color: #009E2D;
	}

	#featured .title
	{
	}

	#featured .title h2
	{
		color: #FFF;
	}

	#featured .title .byline
	{
		color: rgba(255,255,255,.6);
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

.box
{
	padding: 3em 2em 2em 2em;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 8px;
		text-align: center;
}


	#extra
	{
		overflow: hidden;
		
	    display: inline-block;
    text-align: center;
    width: 100%;
	
	}
	
		#news
	{
		overflow: hidden;
		padding: 1em 1em;
		color:#FFF;
	}
	
	#extra .title
	{
		text-align: center;
	}
	
	#extra .button
	{
		margin-top: 5em;
	}
	
	#extra .fa
	{
		display: block;
		margin-bottom: 0.5em;
		text-align: center;
		font-size: 3em;
	}


#topnav {height:30px;background:#000;line-height:30px;color:#fff;padding:0 10px 0 10px}

#topnav strong {color:#000;margin-right:10px;color:#009E2D;padding:2px}
#topnav span {margin-right:5px;}

#topnav a {color:#fff}
.actions {margin:1em}
.actions li {display:inline-block;margin:0 2px 20px 2px;}

#three-column {margin:0 2em;}
#about {color:#fff}
#about a {color:#fff}
	a {color:#fff}
	
	#gamedetails {max-width:1060px;margin:10px auto 10px auto;background:#202020;color:#fff;padding:10px;text-align:left}
	
	#login {max-width:600px;margin:10px auto 10px auto;background:#000;color:#fff;padding:10px;text-align:center}
	
	
	.gameimg {margin-top:10px}
	
	#login div {padding:10px} 


/*  ==========================================================================
	GAME PLAY FORM 
	========================================================================== */
.game {
	background: #000 none repeat scroll 0 0;
	border: 1px solid;
	display: block;
	max-height: 540px;
	margin: 40px auto 15px;
	overflow: hidden;
	position: relative;
	max-width: 1078px;
}
#gamedetails {
	max-width: 1060px;
}
#mainForm {
    width: 100%;
    position: absolute;
    z-index: 99999999;
    height: 540px;
    display: none;
    cursor: pointer
}

#player {
    width: 960px;
    height: 540px;
    margin: 0 auto;
    position: relative;
    background: #000;
    margin: 40px auto;
    display: none;
    overflow: hidden;
    border: 1px solid;
}

#playnow {
    position: absolute;
    display: none;
    background: url('../images/playnow-btn.png');
    width: 220px;
    margin-left: -110px;
    height: 210px;
    margin-top: -105px;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    cursor: pointer
}

#playnow2 {
    position: absolute;
    background: url('../images/playnow-btn.png');
    width: 220px;
    height: 210px;
    margin-left: -110px;
    margin-top: -105px;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    cursor: pointer;
    background-position: 0;
    z-index: 999;
}

#formhold {
    text-align: center;
    display: none;
    position: absolute;
    background: #000;
    padding: 25px 30px;
    border: 2px solid #fff;
    height: 72%;
    z-index: 999;
    border-radius: 7px;
    box-shadow: 0px 2px 10px #000;
    margin: 5% 23%
}

#formhold h1,
h2 {
    margin: 0;
    color: #f1f1f1
}

#formhold h1 {
    font-size: 21px;
}

#formhold h1 span {
    color: #ff0000
}

#formhold h2 {
    font-size: 15px;
    font-family: arial;
    font-weight: 100;
}

#formhold h2 span {
    color: #2ec6f3
}
#ageVerify {
	background: #000;
	border: 3px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    color: #fff;
	height: 80%;
	left: 50%;
	max-height: 400px;
	max-width: 552px;
	position: absolute;
	overflow: hidden;
	top: 10%;
	-webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	width: 60%;
}

#ageDrop img {
    display: block;
}

#imgDropOverlay {
    z-index: 100
}

#mini_imgPlayerImg {
    right: 0px;
    height: 253px;
}
#join {
    background: #35bd00 url("../images/grdnt2.png") repeat-x scroll 0 44px;
    border: 3px solid #3d3d3d;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    bottom: 10%;
    cursor: pointer;
    font-size: 1.5em;
    left: 5%;
    padding: 13px 0;
    position: absolute;
    right: 5%;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-transition: background-color 0.5s ease 0s;
    -moz-transition: background-color 0.5s ease 0s;
    -ms-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
    width: 90%;
    z-index: 99999;
}

#join:hover {
    background-color: green;
}

iframe {
    height: 400px;
}
#loading {
    width: 210px;
    margin: 0 auto;
}

#loadingTitle {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	display: none;
	left: 50%;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 220px;
}
.blackout {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}


.blur {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.animated {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@media (max-width:1200px){
	#ageVerify {
		top: 8%;
	}
}
@media (max-width:1099px){
	iframe {
		margin-left: 15px;
	}
	#formhold h1 {
	  font-size: 19px;
	}
	#formhold h2 {
		font-size: 14px;
	}
	.game {
		width: 98%;
	}
}
@media (max-width:992px){
	#ageVerify {
		max-height: 380px;
		top: 6%;
	}
}
@media (max-width:920px){
	#formhold h1 {
	  font-size: 18px;
	}
	#formhold h2 {
		font-size: 13px;
	}
	#formhold {
		height: 400px;
		margin: 2% 23%;
		padding: 15px 20px;
	}
}
@media (max-width:859px){
	#formhold h1 {
	  font-size: 17px;
	}
}
@media (max-width:819px){
	#formhold h1 {
	  font-size: 16px;
	}
	#formhold h2 {
	  font-size: 12px;
	}
}
@media (max-width:768px){
	#ageVerify {
		max-height: 320px;
		top: 4%;
	}
	iframe {
		height: 340px;
		margin-top: -10px;
	}
	.game {
		padding:20px 0;
	}
	#formhold {
		height: 380px;
		margin-top: 0;
		margin-bottom: 0;
		padding: 5px 10px;
	}
	#formhold h1 {
	  font-size: 16px;
	}
	#formhold h2 {
		font-size: 12px;
	}
}
@media (max-width:699px){
	#extra.notLogged #imgPlayerImg {
		display: none;
	}
	#extra.notLogged .game {
		border: medium none;
	}
	#extra.notLogged #formhold {
		margin: auto;
		max-width: 320px;
		padding: 2px 0;
		position: static;
		width: 98%;
	}
	#formhold h1 {
		font-size: 14px;
	}
	#formhold h2 span {
		display: none;
	}
#join {
font-size: 1.5em;
}
}
@media (max-width:668px){
	#ageVerify {
		max-height: 280px;
		top: 4%;
	}
	#join {
		bottom: 5%;
		font-size: 1.2em;

	}
}
@media (max-width: 600px) {
    .hide {
        display: none;
    }
#join {
		
		font-size: 1.2em;
}
}
@media (max-width:579px){
	#ageVerify {
		max-height: 240px;
		top: 2%;
	}
#join {
		
		font-size: 1.2em;
}

} 
@media (max-width:499px){
	#ageVerify {
		max-height: 200px;
	}
	#join {
		bottom: 2%;
	}
}
@media (max-width:449px){
	#ageVerify {
		max-height: 180px;
	}
}
@media (max-width:399px){
	#ageVerify {
		max-height: 140px;
	}
	#join {
		padding: 7px 0;
		font-size: 1em;

	}
}
@media (max-width:379px){
	#formhold h1 {
		letter-spacing: -0.5px;
		letter-spacing: -0.05em;
	}
	#formhold h2 {
		font-size: 14px;
	}
	#formhold h2 > span.hide {
		display: block;
		text-align: center;
		font-size: 0.9em;
	}

#join {
		padding: 7px 0;
		font-size: 1em;

	}

}