/* CKL Updates*/

/* ==Default */
/* ----------------------------------------------- */
html, body {
    height: 100%;
}
.xl-text {
	font-size: 33px;
    font-weight: bold;
}
.row-fluid .center-block{
    text-align: center;
}
.ng-hide {
	display: none !important;
}
.required-field {
	color: #FF0000;
}
.text-shadow {
	text-shadow: 1px 1px 1px black, 0 0 .5em #333, 0 0 0.1em #333;
}
.social .text-shadow:hover {
	text-shadow: none;
}
ul {
	margin: 0;
}
input:required {
	border-color: #ccc !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
/* ==All Pages */
/* ----------------------------------------------- */
.wrap {
	height: auto;
	margin: 0 auto -60px;
	min-height: 100%;
	padding: 0 0 60px;
}
.wrapper, .wrapper h1, .wrapper h2, .wrapper h3, .wrapper p, .wrapper li {
	color: #333333;
}
.wrapper .btn {
	padding: 8px 11px 9px;
}
.wrapper a {
	text-decoration: underline;
}
.icons-list {
	list-style: none;
}

/* ==Forms */
/* ----------------------------------------------- */
.wrapper input[type=text],
.wrapper input[type=password],
.wrapper input[type=email],
.wrapper textarea,
.wrapper select,
.wrapper .uneditable-input {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-family: "Proxima-Nova",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  padding: 8px 11px 9px;
  transition: all 0.4s linear 0s;
  width: 100%;
}
.wrapper input[type="checkbox"] {
	margin: 2px 5px 0 0;
}
.wrapper button {
	font-size: 1.5rem;
	margin-bottom: 15px;
	padding: 20px;
}
#messages {
	margin: 15px 0;
}



/* ==Nav */
/* ----------------------------------------------- */
body.login .login-button a, body.lobby .lobby-button a, body.join .join-button a{
	background-color: #fece1a;
	border: 0px solid #fece1a;
	color: #181a1c;
	transition: border-color 1s ease 0s;
}
.navbar .brand .brand-logo {
	width: 230px;
}

.navbar.select_plan {
	line-height: 70px;
}

/* ==Social */
/* ----------------------------------------------- */
.social-wrapper {
	height: auto;
	position: relative;
}

/* ==Home */
/* ----------------------------------------------- */
.client-slider {
    visibility : hidden;
    background-color: #333333;
}
.performer-slider {
	visibility : hidden;
    background-color: #333333;
}
.performer-nav li {
	display: block;
	float: left;
	margin-left: 10px;
}
#performers .bx-wrapper a:focus img, #performers .bx-wrapper a:hover img {
	border: 2px solid #FECE1A;	
}
#performers .bx-wrapper, #performers .bx-viewport, #performers .bx-viewport ul, #performers .bx-viewport ul li {
    height: 170px !important; 
}
.show-performers-wrapper {
	position: relative;
}
.show-performers-btn {
	margin-top: 6%;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	
	z-index: 1000;
}
.hide-performers {
	background: #000000 none repeat scroll 0 0;
	height: auto;
	left: 0;
	opacity: 0.9;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 1000;
}
.da-dots {
	display: none;
}
.performer-nav {
	list-style: outside none none;
	margin-bottom: 10px;
	margin-top: 10px;
}
.performer-nav li {
	display: block;
	float: left;
	margin-left: 10px;
}
.performer-nav li a {
    background: #fece1a none repeat scroll 0 0;
    border-radius: 3px;
    display: inherit;
    height: 20px;
    padding: 5px;
    width: 20px;
}
.performer-nav li a:hover {
    background: #181a1c none repeat scroll 0 0;
}
.newsletter input {
	width: 50%;
}
.body-btn .button-ps:hover, .body-btn .button-ps:active {
	background-color: #FFFFFF;
	color: #181a1c;
	font-weight: bold;
}
/* ==Signup Join */
/* ----------------------------------------------- */
.signup-wrapper {
	color: #333333;
}
.signup-wrapper input[type=text],
.signup-wrapper input[type=password],
.signup-wrapper input[type=email],
.signup-wrapper textarea,
.signup-wrapper select,
.signup-wrapper .uneditable-input {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-family: "Proxima-Nova",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  padding: 8px 11px 9px;
  transition: all 0.4s linear 0s;
  width: 100%;
}
.signup-wrapper input[type="checkbox"] {
	margin: 2px 5px 0 0;
}
.form-group {
	margin-bottom: 10px;
}
.wrapper .btn {
	padding: 8px 11px 9px;
}
.signup-footer p {
	color: #333333;
}
.signup-body a {
	text-decoration: underline;
}

/* ==Register Page */
/* ----------------------------------------------- */
.form-group.required .control-label:before { 
    color: #d00;
    position: relative;
    margin-right: 2px;
    top:0px;
    font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 12px;
	content: "\f069";
}

/* ==Alliance Page */
/* ----------------------------------------------- */
.alliance-wrapper h2, .alliance-wrapper h3, .alliance-wrapper p {
	color: #333333;
}
.alliance-wrapper h1 {
	padding: 15px;
	border: 1px solid #333;
	border-radius: 15px;
	background-color: #9CC54D;	
}
.alliance-wrapper button {
	margin-bottom: 15px;
}
.alliance-wrapper .show-alliance-members {
	padding: 3px 6px;
}


/* ==Activation Page */
/* ----------------------------------------------- */

.activation-wrapper .icons-list li {
	text-align: left;
}
.icons-list {
	list-style-type: none;
}
.icons-list li {
	padding: 20px;
}
.icons-list li i {
	font-size: 2rem;
	padding: 10px;
	vertical-align: middle;
}









/* ==404 */
/* ----------------------------------------------- */
.my404-wrapper {
	padding-top: 150px;
}
.404 {
    background-color: #2b2a2c;
    color: #fff;
    height: 100%;
    text-align: center;
}
