@charset "utf-8";
/*
CSS Document for Sanity Gaming	
Author : Kevin Reursora
*/

html {
        
	background: #000;
	font-family: 'Pontano Sans', sans-serif;
	color: #fff;
}

body {
	background: url(../img/topbg.png) no-repeat center top;
	margin: 0;
	padding: 0;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #FF5E99;
    color: #FFFFFF;
    text-shadow: none;
}


*::selection {
    background: none repeat scroll 0 0 #FF5E99;
    color: #FFFFFF;
    text-shadow: none;
}

.animated.bounceIn,
.animated.fadeIn {
    -webkit-animation-duration: 3s;
       -moz-animation-duration: 3s;
        -ms-animation-duration: 3s;
         -o-animation-duration: 3s;
            animation-duration: 3s;
}

a {
    color: #059FBA;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s ease 0s, background 0.2s ease 0s;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
}

.right {
	float: right;

}
.left {
	float: left;
}

.clearfix {
	clear: both;
}

.full-width-background-fader {
    max-height: 98px;
    opacity: 1;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	background: transparent;
	background: -webkit-linear-gradient(left,#000000 0%,rgba(0,0,0,0) 12%,rgba(0,0,0,0) 88%,#000000 100%);
	background: -moz-linear-gradient(left,#000000 0%,rgba(0,0,0,0) 12%,rgba(0,0,0,0) 88%,#000000 100%);
	background: -ms-linear-gradient(left,#000000 0%,rgba(0,0,0,0) 12%,rgba(0,0,0,0) 88%,#000000 100%);
	background: -o-linear-gradient(left,#000000 0%,rgba(0,0,0,0) 12%,rgba(0,0,0,0) 88%,#000000 100%);
	background: linear-gradient(left,#000000 0%,rgba(0,0,0,0) 12%,rgba(0,0,0,0) 88%,#000000 100%);
	background-repeat: repeat;
}

#topheader {
    border-bottom: 1px solid #171717;
    padding: 30px 0;
	height: 38px;
	background-color: yellow;
	background: -moz-linear-gradient(top,#000000,#2b2b2b);
	background: -ms-linear-gradient(top,#000000,#2b2b2b);
	background: -webkit-gradient(linear,0 0,0 100%,from(#000000),to(#2b2b2b));
	background: -webkit-linear-gradient(top,#000000,#2b2b2b);
	background: -o-linear-gradient(top,#000000,#2b2b2b);
	background: linear-gradient(top,#000000,#2b2b2b);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#2b2b2b',GradientType=0);
}

#topheader .wrapper {
	position: relative;
}

#topheader .header-links,
#topheader .header-signup {
	margin: 0;
	padding-left: 0;
}

#topheader .header-links > li {
    display: block;
    float: left;
    font-size: 10px;
    font-weight: 700;
	color: #878787;
	letter-spacing: 0.2em;
    margin-left: 20px;
	padding-top: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1006;
}

#topheader .header-links > li a {
    color: #878787;
}

#topheader .header-links > li a:hover {
    color: #d71922;
}

.header-signup li {
    display: inline;
    float: left;
	padding-top: 10px;
}

.header-signup li a {
    color: #D71922;
    display: block;
    font-size: 13px;
    font-weight: 800;
	letter-spacing: 0.15em;
    padding: 0 24px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    white-space: nowrap;
	position: relative;
	z-index: 1006;

}

.header-signup li a .dropdown-divot {
    background-position: -457px -136px;
    display: inline-block;
    height: 9px;
    margin: 0 0 0 3px;
    vertical-align: baseline;
    width: 11px;
}

.header-signup li a.active .dropdown-divot,
.header-signup li a.active:hover .dropdown-divot {
    background-position: -457px -106px !important;
}

.dropdown-divot,
.login-divot {
    background-image: url(../img/index.png);
}

#login-content {
	display: none;
    padding: 20px;
    z-index: 1008;
	right: 0;
	left: auto;
	top: 50px;
	width: 30%;
	color: #171717;
	position: absolute;
	background: #ffffff;
	min-width: 240px;
	border: 1px solid #dcddde;
	border-width: 0px 1px 1px;
	border-color: transparent #dcddde #4a4a4a;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}

#login-content .login-divot {
    background-position: -229px -478px;
    display: block;
    height: 11px;
    left: 80%;
    margin-top: -30px;
    position: absolute;
    width: 21px;
    z-index: -1;
}

#login-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
	margin-top: 0px !important;
    margin-bottom: 10px !important;
}

#login-content p.reset a {
	font-size: 12px;
	letter-spacing: 0;
}

.form-item {
	margin-bottom: 20px;
}

.form-item label {
    display: block;
    font-weight: 600;
	font-size: 14px;
}

#login-content input[type="text"],
#login-content input[type="password"] {
    background-color: #FFFFFF;
    background-position: 100% -100%;
	width: 90%;
}

#login-content input {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, background-color 0.2s ease 0s;
}

#login-content input {
    border: 1px solid #DCDDDE;
    color: #4A4A4A;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 90%;
    padding: 4px;
}

#login-content .reset,
#login-content input[type="submit"] {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
}

#login-content input[type="button"],
#login-content input[type="reset"],
#login-content input[type="submit"] {
    height: auto;
    width: auto;
}

#login-content input[type="button"],
#login-content input[type="submit"],
#login-content input[type="reset"] {
	padding: 8px 12px;
	margin: 1em 0;
	border: 0;
	border-bottom: 2px solid #a9141b;
	border-top: 2px solid #e51f29;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-transform: uppercase;
	color: #ffffff !important;
	text-shadow: none 1px 2px #000000;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.075em;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
	background: #d71922;
	background: -moz-linear-gradient(top,#d71922,#a9141b);
	background: -ms-linear-gradient(top,#d71922,#a9141b);
	background: -webkit-gradient(linear,0 0,0 100%,from(#d71922),to(#a9141b));
	background: -webkit-linear-gradient(top,#d71922,#a9141b);
	background: -o-linear-gradient(top,#d71922,#a9141b);
	background: linear-gradient(top,#d71922,#a9141b);
	background-repeat: repeat-x;
}

#login-content input[type='button']:hover,
#login-content input[type='submit']:hover,
#login-content input[type='reset']:hover {
	background: #d71922;
	background: -webkit-linear-gradient(top,#e6242b 0%,#de171e 18%,#c20f13 39%,#af090d 57%,#ac080c 63%,#94070a 100%);
	background: -moz-linear-gradient(top,#e6242b 0%,#de171e 18%,#c20f13 39%,#af090d 57%,#ac080c 63%,#94070a 100%);
	background: -ms-linear-gradient(top,#e6242b 0%,#de171e 18%,#c20f13 39%,#af090d 57%,#ac080c 63%,#94070a 100%);
	background: -o-linear-gradient(top,#e6242b 0%,#de171e 18%,#c20f13 39%,#af090d 57%,#ac080c 63%,#94070a 100%);
	background: linear-gradient(top,#e6242b 0%,#de171e 18%,#c20f13 39%,#af090d 57%,#ac080c 63%,#94070a 100%);
	background-repeat: repeat;
}

#login-content input:focus {
	border-color: rgba(5,158,186,0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.08),0 0 8px rgba(5,158,186,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.08),0 0 8px rgba(5,158,186,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.08),0 0 8px rgba(5,158,186,0.6);
	outline: 0;
	outline: thin dotted \9;
}

#login-content label,
#login-content input[type="button"],
#login-content input[type="submit"],
#login-content button {
    cursor: pointer;
}

.header-logo {
	margin-top: -10px;
	position: relative;
	z-index: 1006;
}

section#banner {
	height: 400px;
	overflow: hidden;
}

section#banner .wrapper {
	position: relative;
}

section#banner .animated.fadeIn,
section#banner .animated.bounceInLeft {
	-webkit-animation-delay: 3s;
	   -moz-animation-delay: 3s;
	    -ms-animation-delay: 3s;
	     -o-animation-delay: 3s;
	        animation-delay: 3s;
}

section#banner .animated.bounceInRight {
	-webkit-animation-delay: 4s;
	   -moz-animation-delay: 4s;
	    -ms-animation-delay: 4s;
	     -o-animation-delay: 4s;
	        animation-delay: 4s;
}

section#banner .playbutton .animated.fadeIn {
	-webkit-animation-delay: 6s;
	   -moz-animation-delay: 6s;
	    -ms-animation-delay: 6s;
	     -o-animation-delay: 6s;
	        animation-delay: 6s;
}

section#banner button {
	padding: 8px 12px;
	border: 0;
	border-bottom: 2px solid #3e5909;
	border-top: 1px solid #3e5909;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-transform: uppercase;
	color: #ffffff !important;
	text-shadow: none 1px 2px #000000;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.05em;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
	background: #3e5909;
	background: -moz-linear-gradient(top,#66951d,#3e5909);
	background: -ms-linear-gradient(top,#66951d,#3e5909);
	background: -webkit-gradient(linear,0 0,0 100%,from(#66951d),to(#3e5909));
	background: -webkit-linear-gradient(top,#66951d,#3e5909);
	background: -o-linear-gradient(top,#66951d,#3e5909);
	background: linear-gradient(top,#66951d,#3e5909);
	background-repeat: repeat-x;
	cursor: pointer;
}

section#banner button:hover {
	background: #72a117;
	background: -moz-linear-gradient(top,#72a117 0%,#6f9c16 18%,#5a8011 39%,#567b0e 57%,#51730d 63%,#3a5408 100%);
	background: -ms-linear-gradient(top,#72a117 0%,#6f9c16 18%,#5a8011 39%,#567b0e 57%,#51730d 63%,#3a5408 100%);
	background: -webkit-linear-gradient(top,#72a117 0%,#6f9c16 18%,#5a8011 39%,#567b0e 57%,#51730d 63%,#3a5408 100%);
	background: -o-linear-gradient(top,#72a117 0%,#6f9c16 18%,#5a8011 39%,#567b0e 57%,#51730d 63%,#3a5408 100%);
	background: linear-gradient(top,#72a117 0%,#6f9c16 18%,#5a8011 39%,#567b0e 57%,#51730d 63%,#3a5408 100%);
	background-repeat: repeat;
}

.banner-title {
	background: url(../img/banner-title-bg1.png) no-repeat center top;
	position: absolute;
	right: 0;
	top: 200px;
	width: 569px;
	text-align: right;
	padding: 5px 0;
}

.playbutton {
	position: absolute;
	right: 70px;
	top: 342px;
}

.title1 {
	margin-right: 171px;
	margin-bottom: 2px;
}

.title2 {
	margin-right: 65px;
}

section#main .wrapper {
	background: rgb(20, 20, 20) transparent;
	background: rgba(20, 20, 20, 0.95);
}

section#main article {
	padding-bottom: 50px;
}

#main nav > ul {
    white-space: nowrap;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#main nav > ul > li {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline-block;
    font-size: 12px;
    min-width: 140px;
    white-space: normal;
    text-align: left;
	float: left;
}

#main nav,
#main nav > ul > li {
    background-image: url(../img/index1.png);
}

#main nav > ul > li > a {
    background: -moz-linear-gradient(center top , rgba(70, 70, 70, 0.5), rgba(50, 50, 50, 0.1)) repeat-x scroll 0 0 transparent;
    background: -ms-linear-gradient(center top , rgba(70, 70, 70, 0.5), rgba(50, 50, 50, 0.1)) repeat-x scroll 0 0 transparent;
	background: -webkit-linear-gradient(rgba(70, 70, 70, 0.5), rgba(50, 50, 50, 0.1)) repeat-x scroll 0 0 transparent;
    background: -o-linear-gradient(center top , rgba(70, 70, 70, 0.5), rgba(50, 50, 50, 0.1)) repeat-x scroll 0 0 transparent;
	background: linear-gradient(center top , rgba(70, 70, 70, 0.5), rgba(50, 50, 50, 0.1)) repeat-x scroll 0 0 transparent;
    border-right: 1px solid #171717;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.0625em;
    padding: 18px 12px;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    transform: translate3d(0px, 0px, 0px);
    white-space: nowrap;
    z-index: 2;
}

#main nav > ul > li > a:hover {
	background: none repeat scroll 0 0 #2b2b2b;
}

.content {
	padding: 20px;
}

.sidebar {
	float: left;
	width: 25%;
	margin-right: 2%;
}

.sidebar article {
	margin: 20px 0;
}

.sidebar .fbox {
	font-size: 12px;
}

.sidebar td.flabel {
	width: 80px;
}

.accountPanel td.flabel {
	width: 200px;
}

.sidebar td.fvalue {
	color: #57ECC4;
}

.accountPanel td.fvalue,
span.fvalue {
	color: #EACF7E;
}

.sidebar h3,
.sidebar h4 {
	margin-top: 0;
	color: #EACF7E;
}

.sidebar p {
	font-size: 12px;
}

.sidebar ul {
	padding-left: 0px;
}

.sidebar li {
	list-style: none;
	background: url(../img/bullet.png) 0px 6px no-repeat;
	padding-left: 15px;;
	padding-bottom: 4px;
	border-bottom: 1px dashed #45443F;
	margin-top: 2px;
}

.accountLinks a {
    font-size: 11px;
}

.accountLinks a:hover {
	color: #EACF7E;
}

.main-content {
	float: right;
	width: 73%;
	color: #dbd5bf;
}

.main-content h2,
.main-content h3,
.main-content h4 {
	color: #eee;
}

.main-content h4 {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #756b58;
}

.main-content .form-item {
	margin-bottom: 5px;
}

.main-content .highlight1 {
	background: #1b1918;
	width: 548px;
	margin: 10px 0;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #222;
}

.main-content .highlight1 p {
	font-size: 12px;
}

.lightyellow {
	color: #EACF7E;
}

.main-content input[type="button"],
.main-content input[type="submit"],
.main-content input[type="reset"],
.main-content button {
	border: 0;
	background-color: #F4912A;
    background: -moz-linear-gradient(center top , #E7A50F, #EC6D0B) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(center top , #E7A50F, #EC6D0B) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(#E7A50F, #EC6D0B) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top , #E7A50F, #EC6D0B) repeat scroll 0 0 transparent;
    background: linear-gradient(center top , #E7A50F, #EC6D0B) repeat scroll 0 0 transparent;
    box-shadow: 0 1px 0 #CB5D0B inset;
    color: #131313;
    text-shadow: 0 1px 0 #E9C14D;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    width: 165px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	cursor: pointer;
}

.main-content input[type="button"]:hover,
.main-content input[type="submit"]:hover,
.main-content button:hover {
	background-color: #F2A728;
    background: -moz-linear-gradient(center top , #f1b326, #f5842c) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(center top , #f1b326, #f5842c) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(#f1b326, #f5842c) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(center top , #f1b326, #f5842c) repeat scroll 0 0 transparent;
	background: linear-gradient(center top , #f1b326, #f5842c) repeat scroll 0 0 transparent;
}

.main-content input[type="reset"] {
	background-color: #E7E7E7;
	background: -moz-linear-gradient(to bottom, #FFFFFF, #E6E6E6) repeat scroll 0 0 transparent !important;
	background: -ms-linear-gradient(to bottom, #FFFFFF, #E6E6E6) repeat scroll 0 0 transparent !important;
	background: -webkit-linear-gradient(#FFFFFF, #E6E6E6) repeat scroll 0 0 transparent !important;
	background:  -o-linear-gradient(to bottom, #FFFFFF, #E6E6E6) repeat scroll 0 0 transparent !important;
	background: linear-gradient(to bottom, #FFFFFF, #E6E6E6) repeat scroll 0 0 transparent !important;	
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333333;
}

.main-content .submitholder {
	margin-top: 50px;
	text-align: center;
}

article {
	background: rgb(14, 14, 14) transparent;
	background: rgba(14, 14, 14, 0.6);
	border-radius: 10px;
	padding: 20px;
}

.fb-like {
	padding: 10px;
}

.registration label {
	display: inline-block;
	width: 200px;
}

section#footer {
	margin-top: 50px;
	background-color: #111111;
    border-top: 5px solid #777;
	padding-top: 50px;
	text-align: center;
}

.footwrap {
	padding: 0 150px;
}

section#footer p {
	color: #4F4F4F;
    display: block;
    font-size: 11px;
    line-height: 1.25em;
	margin: 0;
	padding-bottom: 10px;
}

section#footer a {
	color: #eee;
}

section#footer a:hover {
	color: #059FBA;
}

#fullClient1 {
    background-image: url(../img/dl_button1.jpg);
    display: block;
    height: 77px;
    margin-bottom: 8px;
    margin-left: 12px;
    width: 264px;
	float: left;
}

#fullClient2 {
    background-image: url(../img/dl_button2.jpg);
    display: block;
    height: 77px;
    margin-bottom: 8px;
    margin-left: 12px;
    width: 264px;
	float: left;
}

a#fullClient1:hover,
a#fullClient2:hover {
	background-position: bottom;
}

.mod label {
	width: 100px !important;
	text-align: left !important;
}

.sorter > td {
    padding-right: 50px;
}

#audioPanel{
    width: 335px;
    position: fixed;
    left: -310px;
    top: 15%;
}

.tooglePlayer {
    height: 40px;
    width: 25px;
    float: left;
	margin-top: 10px;
    cursor: pointer;
}

.playlist {
    float: left;
    width: 300px;
	padding-right: 10px;
	background: #121212;
	-moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -khtml-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}

.erroorMsg {
    color: #D9170B;
}

.ui-dialog {
	color: #131313;
	padding: 8px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.ui-dialog-titlebar {
	background: #fff;
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
	padding: 5px;
	text-align: center;
	cursor: move;
}

.ui-button {
	position: absolute;
	top: 0;
	right: 0;
}

.ui-dialog-content {
	background: #fff;
	-moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
	padding: 15px;
}

.sidebar span.highlight1 {
	color: #F9DB16;
}

article.faq {
	margin-top: 20px;
}

h4.faqTitle {
	color: #EACF7E;
}