/* defaults
----------------------------------------*/
body {
  color: #fff;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  background: #000;
  background: url('../img/bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*.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;
}