/* defaults
----------------------------------------*/
body {
  color: #fff;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  background: #000;
  background: url('../img/background-top.png') no-repeat top; 

}

/*.container {
  width: 1170px;
}*/
/* header
----------------------------------------*/
.header {
  margin: 30px 0 20px 0;
}

.header .logo {
  width: 188px;
  float: left;
  position: relative;
}

.header ul {
	margin-top:45px;
  /* width: 476px; */
  float: left;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255,255,255,0.2);
  border-bottom: solid 1px rgba(0,0,0,0.4);
}

.header ul li {
  float: left;
    text-shadow: 3px 3px 3px #000;
}

.header li a {
  display: inline-block;
  padding: 20px 0 20px 0;
  margin: 0 10px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  border-bottom: solid 3px transparent;
  -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
           transition: all .4s ease;
}

.header a span {
  display: block;
  color: #fff;
  margin-top:3px;

}

.header li a:hover {
  border-color: #fff;
}

/* homepage
----------------------------------------*/
.single-carousel {
  position: relative;
}

.single-carousel .text {
  position: absolute;
  left: 0; bottom: 0;
  font-size: 22px;
  padding: 0 0 40px 40px;
}

.single-carousel .text strong {
  font-size: 30px;
}

.single-carousel .owl-dots {
  position: absolute;
  right: 0; bottom: 0;
  margin: 0 40px 20px 0;
}

.single-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: #fff;
  border: solid 2px #fff;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}

.single-carousel .owl-dots .owl-dot.active {
  background: transparent;
}
.homepage-content {
  box-shadow: 0px 0px 20px #000;
}

.homepage-content .tab-area {
  color: #000;
  padding: 20px 40px;
  background: #fff;
}

.homepage-content .tab-area .nav {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #ccc;
}

.homepage-content .tab-area .nav li {
  float: left;
}

.homepage-content .tab-area .nav li a {
  color: #888;
  padding: 0;
  font-size: 13px;
  margin-right: 20px;
  font-weight: 600;
}

.homepage-content .tab-area .nav li.active a,
.homepage-content .tab-area .nav li a:hover {
  color: #000;
}

.homepage-content .tab-area .nav li a:hover,
.homepage-content .tab-area .nav li a:focus {
  background: none;
}

.homepage-content .tab-area .tab-content {
  font-size: 12px;
}

.homepage-content .p-title {
  display: block;
  margin-top: 0px;
}
.homepage-content .p-title a {
	color:#333;
}

.homepage-content  .p-meta {
  display: block;
  color: #999;
  margin-bottom: 15px;
}
.homepage-content  .p-desc{
	height:70px;
}
.homepage-content  .p-info {
  color: #333;
  padding-top:10px;
  padding-left:0px;
  padding-right:0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  font-size:13px;
}
.homepage-content .p-info a {
  color: #333;

}
.homepage-content .notice-item .divider-parent{
	padding-top:20px;
	padding-bottom:20px;
}
.homepage-content .notice-item .divider{
	border-bottom:1px solid #ccc;
}

.homepage-content .tab-area .tab-content ul {
  margin-top: 25px;
}

.homepage-content .tab-area .tab-content li {
  position: relative;
  padding: 15px 0;
  color: #999;
  font-size: 14px;
  padding-left: 15px;
  font-weight: 600;
  border-top: solid 1px #ccc;
}

.homepage-content .tab-area .tab-content li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #ccc;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}

.homepage-content .tab-area .tab-content li a {
  color: #555;
  text-decoration: none;
}


.homepage-content .image-content {
  padding: 40px;
  color: #999;
  background: #eee;
}

.homepage-content .image-content h3 {
  font-size: 35px;
  font-weight: 600;
}

.homepage-content .image-content a {
  overflow: hidden;
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  background: -webkit-linear-gradient(#3b9e99, #2c8780);
  background: -moz-linear-gradient(#3b9e99, #2c8780);
  background: linear-gradient(#3b9e99, #2c8780);
  border: solid 1px #6fb6b2;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.homepage-content .image-content a span {
  display: inline-block;
  padding: 0 15px;
  margin-left: 7px;
  border-left: solid 1px rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 1px 0px 0px rgba(0,0,0,0.2);
     -moz-box-shadow: inset 1px 0px 0px rgba(0,0,0,0.2);
          box-shadow: inset 1px 0px 0px rgba(0,0,0,0.2);
}

.homepage-content .media-section {
  padding: 20px;
  color: #000;
  background: #fff;
}

.homepage-content .media-section .section-title {
  font-size: 13px;
  color: #666;
  font-weight: 600;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
}

.homepage-content .media-section .section-title i {
  margin-right: 10px;
}

.homepage-content .media-section .video-section img {
  width: 100%;
}

.homepage-content .media-section .video-section .video {
  margin-bottom: 15px;
}

.homepage-content .media-section .events li {
  position: relative;
  padding: 15px 0;
  margin-bottom: 15px;
  padding-left: 60px;
  background: #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.homepage-content .media-section .events li:nth-child(even) {
  background: transparent;
}

.homepage-content .media-section .events li .date {
  position: absolute;
  left: 0; top: 0;
  width: 40px;
  margin-top: 6px;
  padding: 7px 0;
  color: #888;
  font-weight: 600;
  text-align: center;
  background: #c7c7c7;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.homepage-content .media-section .events li .date span {
  display: block;
  font-weight: 300;
}

.homepage-content .media-section .events li h3 {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.homepage-content .media-section .events li p {
  margin: 0;
  font-size: 12px;
  color: #999;
}
/*
.homepage-content .media-section .images img {
  width: 100%;
}
*/
.homepage-content .media-section .images h4 {
  text-align: center;
  color: #999;
  margin: 0;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  background: #ddd;
}

.sidebar .info-coins-button {
  display: block;
  color: #614c1d;
  font-size: 26px;
  font-weight: 600;
  padding: 30px 0;
  text-align: center;
  background: -webkit-linear-gradient(#fee098, #dfae48);
  background:    -moz-linear-gradient(#fee098, #dfae48);
  background:         linear-gradient(#fee098, #dfae48);
  border: solid 1px #fde2aa;
  -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
           border-radius: 5px 5px 0 0;
		   box-shadow: 0px 0px 20px #000;
}

.sidebar .info-coins-button span {
  display: block;
  font-size: 11px;
}

.sidebar .form {
  padding: 10px;
  background: #426261;
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

.sidebar .form input[type="text"],
.sidebar .form input[type="password"] {
  width: 100%;
  margin-bottom: 5px;
  padding: 7px 10px;
  background: #2d413f;
  -webkit-box-shadow: inset 0px 3px 3px rgba(0,0,0,0.5);
     -moz-box-shadow: inset 0px 3px 3px rgba(0,0,0,0.5);
          box-shadow: inset 0px 3px 3px rgba(0,0,0,0.5);
          -webkit-border-radius: 5px;
             -moz-border-radius: 5px;
                  border-radius: 5px;
}

.sidebar .form input[type="submit"], .sidebar .form .exit {
  color: #fff;
  width: 100%;
  height: 67px;
  text-align: center;
  display:block;
  background: -webkit-linear-gradient(#42a5a2, #267f79);
  background:    -moz-linear-gradient(#42a5a2, #267f79);
  background:         linear-gradient(#42a5a2, #267f79);
  border: solid 1px #55aeaa;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.sidebar .form .exit{
	height:34px;
	padding-top:7px;
}

.sidebar .form label {
  display: block;
  color: #ccc;
  margin: 10px 0;
  font-size: 11px;
}
.sidebar .form .menu-label a{
	font-size:10px;
	padding:5px;
	margin-bottom:5px;
}
.sidebar .form .menu-label:last-child a{
	margin-bottom:0;
}

.sidebar .form .bottom {
  font-size: 11px;
  text-align: center;
  padding-top: 7px;
  border-top: solid 1px #999;
}

.sidebar .form .bottom a {
  color: #ccc;
  text-decoration: none;
}

.sidebar .action-box {
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
		 box-shadow: 0px 0px 20px #000;
}

.sidebar .action-box a {
  display: inline-block;
  float: left;
  width: 50%;
  color: #ccc;
  font-size: 11px;
  text-align: center;
  padding: 30px 0;
  text-decoration: none;
  background: #2d413f;
}

.sidebar .action-box a i {
  display: block;
  font-size: 35px;
  margin-bottom: 4px;
}

.sidebar .action-box a.color {
  background: #426261;
}

.sidebar .list-table {
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px #000;
}

.sidebar .list-table .title {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 15px;
  background: #2d413f;
}

.sidebar .list-table table {
  width: 100%;
}

.sidebar .list-table tr {
  background: #426261;
}

.sidebar .list-table tr:nth-child(even) {
  background: #2d413f;
}

.sidebar .list-table table td {
  padding: 10px 8px;
}

.sidebar .list-table .status, .player-table .status, span.status {
  display: inline-block;
  padding: 3px 6px;
  color:#fff !important;
}

.sidebar .list-table .status.red, .player-table .status.red, span.status.red  {
  background: #a71017;
}

.sidebar .list-table .status.yellow, .player-table .status.yellow, span.status.yellow {
  background: #c89a44;
}

.sidebar .list-table .status.blue, .player-table .status.blue, span.status.blue {
  background: #194199;
}

.sidebar .list-table .border-right {
  border-right: solid 1px rgba(255,255,255,0.3);
}

.sidebar .links a {
  display: block;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #2d413f;
  text-decoration: none;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}


/* footer
----------------------------------------*/
.footer {
  padding: 50px 0;
}

.footer .footer-nav {
  text-align: center;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.footer .footer-nav ul {
  position: relative;
  bottom: -5px;
}

.footer .footer-nav li {
  display: inline;
}

.footer .footer-nav li a {
  display: inline-block;
  padding: 0 35px;
  margin: 20px 0;
  color: #ccc;
  font-size: 14px;
  border-left: solid 1px #ccc;
}

.footer .footer-nav li:first-child a {
  border: none;
}

.footer .copyright {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #ccc;
}

.modal_div {
    max-width: 475px;
    width: 100%;
    background: url(../img/modal-content.jpg) center top no-repeat;
    background-size: cover;
    position: fixed;
    top: 15%;
    left: 50%;
    margin-left: -266px;
    margin-top: -50px;
    /* display: none; */
    /* opacity: 0; */
    z-index: 25000;
    padding: 60px 90px 30px 90px;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 20%);
    background: url(../img/block-top-bg.png) center top no-repeat, url(../img/block-bottom-bg.png) center bottom no-repeat;
    background-color: #171719;
    box-shadow: 0px 10px 15px 4px rgb(0 0 0 / 30%);
    padding: 35px 35px;
    width: 364px;
}

.modal_div h1 {
font-size: 24px;
margin-bottom: 30px;
}

.modal_div .modal_close {
width: 40px;
height: 50px;
background: #1f1f1f;
position: absolute;
border-top: 1px solid #282828;
color: #000;
top: 40px;
right: -40px;
cursor: pointer;
display: block;
display: flex;
align-items: center;
justify-content: center;
box-shadow: inset 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.closeButton {
filter: drop-shadow(0px 0px 10px #b23247);
margin-top: -2px;
}

.closeButton span {
width: 10px;
height: 2px;
background: #b23247;
display: block;
position: relative;
}

.closeButton span:nth-child(1) {
transform: rotate(45deg);
top: 2px;
}

.closeButton span:nth-child(2) {
transform: rotate(-45deg);
}

#overlay {
z-index: 998;
position: fixed;
background-color: #0f0f0f;
opacity: 0.9;
width: 100%;
height: 100%;
top: 0;
left: 0;
cursor: pointer;
display: none;
}

.facebookButton {
display: block;
width: 352px;
height: 46px;
line-height: 46px;
background: url(../img/facebook-button.jpg) no-repeat;
padding-left: 70px;
color: #fff;
font-size: 14px;
text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 10px 0px rgba(50, 117, 199, 0.3);
margin: 0 auto;
}

.or {
margin: 30px 0px;
font-size: 12px;
text-align: center;
position: relative;
}

.or span {
display: inline-block;
background: #282b2c;
padding: 0px 8px;
z-index: 2;
position: relative;
}

.or:after {
content: "";
height: 1px;
width: 100%;
position: absolute;
background: rgba(255, 255, 255, 0.09);
top: 50%;
left: 0;
}

.modalForm .formGroup-name {
background: #2e2a2d;
}
input,
textarea {
background-color: rgba(0, 0, 0, 0)  !important;
border: 1px solid rgba(255, 255, 255, 0.2) !important;
color: #fff  !important;
padding: 12px 18px !important;
position: relative;
font-size: 18px  !important;
width: 100% !important;
max-width: 450px;
transition: 0.3s !important;
height: 47px !important;
}

input:hover,
textarea:hover {
border: 1px solid #bb883b;
box-shadow: 0px 0px 10px 0px rgba(187, 136, 59, 0.4), inset 0px 0px 10px 0px rgba(187, 136, 59, 0.4);
}

.formGroup {
margin-bottom: 20px;
position: relative;
max-width: 450px;
}

.formGroup-name {
position: absolute;
left: 10px;
top: -7px;
display: block;
background: #171514;
padding: 0px 5px;
z-index: 1;
}

.formGroup:hover .formGroup-name {
color: #bb883b;
}

.formGroup.error .formGroup-name {
color: #df3b5a;
}

.formGroup.error input {
border: 1px solid #df3b5a;
box-shadow: 0px 0px 10px 0px rgba(233, 59, 90, 0.4), inset 0px 0px 10px 0px rgba(233, 59, 90, 0.4);
}

.formGroup-2 {
display: flex;
justify-content: space-between;
}

.formGroup-2>div {
position: relative;
width: calc(50% - 10px);
}

.regButton {
margin-top: 50px;
}
input:focus,
textarea:focus {
border: 1px solid #bb883b;
box-shadow: 0px 0px 10px 0px rgba(187, 136, 59, 0.4), inset 0px 0px 10px 0px rgba(187, 136, 59, 0.4);
}
.errorGroup {background: url(../img/wrong-icon.png) left 20px top 17px no-repeat;background-color: rgba(16, 16, 16, 0.9);padding: 17px 20px 17px 50px;border-radius: 10px;box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);line-height: 1.5;font-size: 13px;position: absolute;left: 100%;min-width: 330px;color: #fff;margin-left: 30px;top: -232px;}

.errorGroup:before {
content: '';
border: 8px solid transparent;
border-right-color: rgba(16, 16, 16, 0.9);
position: absolute;
right: 100%;
top: 50%;
margin-top: -7px;
}

.formGroup-button {
margin-top: 40px;
}

.lost-pass {
color: #867d86;
font-size: 12px;
padding: 10px 0px 10px 30px;
background: url(../img/question-icon.png) left no-repeat;
}

.lost-pass:hover {
color: #bb883b;
}

.spin {
  color: #bb883b;
  margin-left: 100px;
  }

button,
.button {transition: all 0.3s ease;cursor: pointer;background: url(../img/button.jpg) no-repeat;height: 47px;width: 147px;/* padding: 0px 55px; */border: none;color: #fff;text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);position: relative;z-index: 1;text-align: center;font-size: 18px;text-transform: uppercase;/* box-shadow: 0px 0px 30px 0px rgba(156, 79, 34, 0.5); */transition: 0.3s;font-weight: bold;display: list-item;/* margin-top: 20px; */margin-left: 10px;list-style: none;}

button:hover,
.button:hover {
filter: brightness(120%);
}

.button {
display: inline-block;
text-decoration: none;
height: 62px;
line-height: 62px;
}
h1, h2, h3 {
  color: #e8e9e4;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: 'Spinnaker', sans-serif;
  background: linear-gradient(to right, #c6c6c6, #ffffff);
  -webkit-background-clip: text;
  color: transparent;
  /* padding-right: 20px; */
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}
