/* Add this class to enabled scrolling for long lists */
.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
#header {
  padding: 50px 0 40px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 10000;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .rightc {
  float: right;
}
#header .user {
  float: right;
  width: 45px;
  margin: 0 0 0 35px;
  top: 9px;
  position: relative;
}
#header .user h6 {
  font-size: 14px;
  position: relative;
  padding: 0 0 5px 0;
}
#header .user h6 em {
  height: 25px;
  width: 25px;
  background: #db0007;
  border-radius: 20px;
  display: table;
  position: absolute;
  top: -13px;
  left: -13px;
}
#header .user h6 em b {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#header .user h6 .bi_user-single-a-list {
  font-size: 23px;
  color: #db0007;
}
#header .user-in {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  padding: 5px;
  box-sizing: border-box;
  width: 270px;
  z-index: 100000;
}
#header .user-in h4 {
  font-size: 24px;
  color: #db0007;
  font-weight: 700;
  padding: 20px 10px 20px 25px;
}
#header .user-in ul {
  border-top: 1px solid #e4e4e4;
}
#header .user-in ul li {
  border-bottom: 1px solid #e4e4e4;
  padding: 12px 0;
}
#header .user-in ul li a {
  display: block;
  color: 3050605;
  font-size: 16px;
  line-height: 16px;
  padding: 0 10px 0 25px;
  font-weight: 700;
}
#header .user-in ul li a span {
  height: 25px;
  width: 25px;
  background: #db0007;
  border-radius: 20px;
  display: inline-block;
  margin: 0 0 0 10px;
}
#header .user-in ul li a span b {
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  text-align: center;
}
#header .user-in ul li:hover a {
  color: #db0007;
}
#header .user-in a.btnr {
  display: block;
  text-align: center;
  margin: 25px;
}
#header .user-in a.btnr span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  border-radius: 2px;
  padding: 12px 0;
  background: #db0007;
}
#header .user:hover .user-in {
  /* display:block; */
}
#header .menu {
  float: right;
  width: 30px;
  margin: 0 0 0 20px;
  position: relative;
  transition: all 0s ease-out;
}
#header .menu .top {
  position: relative;
}
#header .menu .top h6 {
  font-size: 14px;
  padding: 2px 0 0 0;
  cursor: pointer;
}
#header .menu .top h6 i {
  color: #000000;
  font-size: 40px;
  display: block;
  line-height: 40px;
}
#header .menu .top h6.deff1 {
  font-size: 14px;
  display: none;
}
#header .menu .top h6.deff1 span {
  font-size: 14px;
  color: #da1e38;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px 0 0;
  position: relative;
  top: -5px;
}
#header .menu .top h6.deff1 i {
  color: #da1e38;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
}
#header .menu .top button {
  border: 1px solid #363636;
  display: block;
  color: #363636;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  background: transparent;
  width: 100%;
  margin: 10px 0;
}
#header .menu .top .validation {
  margin: 10px 0;
}
#header .search {
  float: right;
  width: 30px;
  margin: 0 0 0 50px;
  position: relative;
  transition: all 0s ease-out;
}
#header .search .top {
  position: relative;
}
#header .search .top h6 {
  font-size: 14px;
  padding: 10px 0 0 0;
  cursor: pointer;
}
#header .search .top h6 i {
  color: #000000;
  font-size: 24px;
  display: block;
  line-height: 24px;
}
#header .search .top h6.deff1 {
  font-size: 14px;
  display: none;
}
#header .search .top h6.deff1 span {
  font-size: 14px;
  color: #da1e38;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px 0 0;
  position: relative;
  top: -5px;
}
#header .search .top h6.deff1 i {
  color: #da1e38;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
}
#header .links {
  float: right;
}
#header .links ul li {
  float: left;
  margin: 0 18px 0 0;
  padding: 13px 0 0 0;
}
#header .links ul li a {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-in {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10000000;
  text-align: center;
}
.menu-in .social ul li {
  display: inline-block;
  padding: 0 3px;
}
.menu-in .social ul li a {
  color: #363636;
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.menu-in .bottom {
  padding: 40px 0;
}
.menu-in .bottom ul li {
  padding: 0 0 18px 0;
}
.menu-in .bottom ul li a {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  color: #da1e38;
  font-weight: 400;
}
.menu-in .top {
  width: 240px;
  margin: 0 auto;
}
.menu-in .top a.login {
  border: 1px solid #363636;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
}
.menu-in .top a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin: 10px 0 0 0;
}
.menu-in .top a.linkb {
  display: block;
  color: #363636;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin: 10px 0 0 0;
  text-decoration: underline;
}
.menu-in .top h6 {
  font-size: 14px;
  display: inline-block;
  width: 48%;
  text-align: left;
}
.menu-in .top h6 a {
  text-decoration: underline;
  display: block;
}
.menu-in .top h6 input {
  background: none;
  box-shadow: none;
  border: none;
  font-size: 14px;
  color: #363636;
  border-bottom: 1px solid #363636;
  width: 90%;
  display: block;
  padding: 0 5px 10px;
}
.menu-ins {
  display: table;
  width: 100%;
  overflow: scroll;
}
.menu-inn {
  display: table-cell;
  vertical-align: middle;
}
.mshow #logo {
  position: relative;
  z-index: 1000000000;
}
.mshow #header .menu {
  width: 85px;
}
.mshow #header .menu .top h6.deff {
  font-size: 14px;
  display: none;
}
.mshow #header .menu .top h6.deff1 {
  font-size: 14px;
  display: block;
  position: relative;
  z-index: 1000000000;
}
body.mshow {
  overflow: hidden;
}
.search-form {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}
.search-form label {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #22282e;
  padding: 0 0 20px 0;
}
.search-form .form {
  border-bottom: 7px solid #22282e;
  padding: 0 0 5px 0;
  position: relative;
}
.search-form .form input[type=text] {
  float: left;
  box-sizing: border-box;
  padding: 0 70px 0 20px;
  font-size: 60px;
  line-height: 60px;
  color: #4b4b4b;
  width: 100%;
  height: 80px;
  border: 0;
  background: none;
  box-shadow: none;
  font-weight: 400;
}
.search-form .form input[type=submit] {
  background: url(../images/search-icon.png) scroll no-repeat center center;
  width: 80px;
  height: 80px;
  border: 0;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
}
.mshow1 #header .search {
  width: 85px;
}
.mshow1 #header .search .top h6.deff {
  font-size: 14px;
  display: none;
}
.mshow1 #header .search .top h6.deff1 {
  display: block;
  position: relative;
  z-index: 1000000000;
}
.mshow1 #logo {
  position: relative;
  z-index: 1000000000;
}
body.mshow1 {
  overflow: hidden;
}
.maincontent p {
  font-size: 13px;
  color: #0d0c0e;
  line-height: 20px;
}
.home-banner-o {
  position: relative;
}
.home-banner-o .text {
  position: absolute;
  left: 10px;
  bottom: -145px;
  z-index: 10000;
}
.home-banner {
  position: relative;
  max-height: 770px;
  overflow: hidden;
}
.home-banner .bimg {
  display: block;
}
@media screen and (min-width: 1210px) {
  .home-banner .bimg {
    min-height: 450px;
  }
}
.home-banner .bimg img {
  width: 100%;
  height: 100%;
}
.home-banner .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-banner .caption .container,
.home-banner .caption .row,
.home-banner .caption .col-xs-12 {
  min-height: 770px;
}
.home-banner .social {
  position: absolute;
  top: 50%;
  left: 0;
  height: 145px;
  margin: -123px 0 0 0;
}
.home-banner .caption-in {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.home-banner .caption-in .leftc {
  width: 75%;
  background: #000000;
  box-sizing: border-box;
  padding: 100px 10px 70px 50px;
  float: left;
}
@media screen and (min-width: 1210px) {
  .home-banner .caption-in .leftc {
    opacity: 0.85;
  }
}
.home-banner .caption-in .leftc h1 {
  font-size: 30px;
  color: #db0007;
  font-weight: 700;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}
.home-banner .caption-in .leftc h1 a {
  color: #db0007;
}
.home-banner .caption-in .leftc h1 span.not-member {
  display: inline-block;
  border: solid 1px #ffffff;
  border-radius: 3px;
  font-size: 10px;
  font-weight: lighter;
  padding: 5px;
  color: #fff;
  vertical-align: top;
}
.home-banner .caption-in .leftc h4 {
  font-size: 24px;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  padding: 0 0 35px 0;
  width: 70%;
}
.home-banner .caption-in .leftc .btnb {
  display: inline-block;
}
.home-banner .caption-in .leftc .btnb span {
  display: inline-block;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 30px;
}
.home-banner .caption-in .rightc {
  width: 25%;
  background: #ffffff;
  box-sizing: border-box;
  padding: 50px 20px;
  float: left;
}
@media screen and (min-width: 1210px) {
  .home-banner .caption-in .rightc {
    opacity: 0.85;
  }
}
.home-banner .caption-in .rightc ul li {
  padding: 0 0 30px 0;
}
.home-banner .caption-in .rightc h5 {
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  text-transform: uppercase;
}
.home-banner .caption-in .rightc h5 span {
  display: block;
  color: #db0007;
  font-weight: 700;
  text-transform: none;
}
.home-banner .caption-in .rightc h5 span.not-member {
  display: inline-block;
  border: solid 1px #d72825;
  border-radius: 3px;
  font-size: 12px;
  font-weight: lighter;
  padding: 2px;
  color: #000;
}
.home-banner .caption-in .rightc h5 a {
  color: #db0007;
}
.home-banner .caption-in .rightc a.link {
  color: #000000;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.home-banner .caption-in .rightc a.link span {
  padding: 0 15px 0 0;
}
.homepage {
  padding: 20px 0;
}
.homepage .adverts h6 {
  margin-bottom: 10px;
}
.homepage .adverts img {
  max-width: 234px;
  margin: 20px 0 0 0;
}
.homepage .score .red {
  color: #db0007;
}
.homepage .score .black {
  color: black;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .homepage .score .red,
  .homepage .score .black {
    font-size: 26px;
  }
}
.homepage .scorers {
  max-width: 300px;
}
.homepage .rightc {
  color: #050605;
}
.homepage .rightc .block {
  margin: 0 0 35px 0;
}
.homepage .rightc .block h6 {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 5px 0;
}
.homepage .rightc .block .flexslider-one {
  background: #000000;
  padding: 30px 30px 50px;
  text-align: center;
  position: relative;
}
.homepage .rightc .block .flexslider-one h5 {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.homepage .rightc .block .flexslider-one h5 a {
  display: block;
  color: #da1e38;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.homepage .rightc .block .flex-direction-nav {
  display: none;
}
.homepage .rightc .block .flex-control-nav {
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
}
.homepage .rightc .block .flex-control-nav li {
  display: inline-block;
  padding: 0 3px;
}
.homepage .rightc .block .flex-control-nav li a.flex-active,
.homepage .rightc .block .flex-control-nav li a:hover {
  border: 2px solid #cd3137;
  background: #cd3137;
}
.homepage .rightc .block .flex-control-nav li a {
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  background: #000000;
  border-radius: 10px;
  text-indent: -9999px;
  cursor: pointer;
}
.homepage .rightc .block .table-wrap {
  background: #fafafa;
  padding: 20px;
}
.homepage .rightc .block .table-wrap ul li {
  margin: 0 0 8px 0;
  color: #858584;
}
.homepage .rightc .block .table-wrap ul li.redc {
  color: #da1e38;
}
.homepage .rightc .block .table-wrap ul li.blackc {
  color: #050605;
}
.homepage .rightc .block .table-wrap strong {
  float: left;
  font-weight: normal;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  width: 35px;
}
.homepage .rightc .block .table-wrap em {
  float: left;
  font-weight: normal;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  width: 145px;
}
.homepage .rightc .block .table-wrap cite {
  float: left;
  font-weight: normal;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  width: 50px;
}
.homepage .rightc .block .img {
  display: block;
  margin: 0 0 10px 0;
  border: 1px solid #cdcece;
}
.homepage .rightc .block .img img {
  margin: 0 auto;
}
.homepage .rightc .block .img.img1 {
  padding: 25px 0;
}
.homepage h3 {
  font-size: 30px;
  font-weight: 700;
  color: #0c0c0c;
  padding: 0 0 20px 0;
}
.homepage .top h6 {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 8px 0;
}
.homepage .top h6 span {
  float: right;
}
.homepage .mid {
  background: #fafafa;
  padding: 20px;
}
.homepage .mid .img {
  float: left;
}
.homepage .mid .text {
  float: left;
}
.homepage .mid .img1 {
  width: 115px;
}
.homepage .mid .img2 {
  width: 80px;
  float: right;
}
.homepage .mid .text1 {
  margin: 15px 10px 0 0;
  text-align: right;
}
.homepage .mid .text2 {
  margin: 0 10px 0 0;
}
.homepage .mid .text3 {
  margin: 15px 0 0 0;
}
.homepage .mid h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}
.homepage .mid h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.homepage .mid h2 {
  font-size: 48px;
  font-weight: 700;
}
.homepage .mid h2 span {
  color: #db0007;
}
.homepage .leftc {
  width: 95%;
}
.homepage .leftc .table-wrap table {
  width: 100%;
}
.homepage .leftc .table-wrap table tr {
  border-bottom: 1px solid #828282;
  height: 45px;
}
.homepage .leftc .table-wrap tr td {
  color: #858584;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
.homepage .leftc .table-wrap tr td:nth-child(1) {
  width: 30%;
}
.homepage .leftc .table-wrap tr td:nth-child(2) {
  width: 50%;
}
.homepage .leftc .table-wrap tr td:nth-child(3) {
  width: 20%;
  text-align: right;
}
.homepage .leftc .table-wrap tr td:nth-child(3) i {
  padding: 0 10px 0 0;
}
.homepage .product-list {
  padding: 0 0 30px 0;
}
.homepage .product-list .li-in {
  margin: 0 0 30px 0;
}
.homepage .product-list .img {
  padding: 0 0 15px 0;
  position: relative;
}
.homepage .product-list .img span {
  display: table;
  height: 190px;
  width: 100%;
  border: 1px solid #dadada;
}
.homepage .product-list .img span em {
  display: table-cell;
  vertical-align: middle;
}
.homepage .product-list .img img {
  margin: 0 auto;
}
.homepage .product-list .img h6 {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  background: #da1e38;
  left: 4%;
  width: 92%;
  top: -10px;
  text-align: center;
  position: absolute;
}
.homepage .product-list h5 {
  font-size: 16px;
  line-height: 20px;
  color: #080606;
}
.homepage .product-list h5 span {
  display: block;
  font-weight: 700;
}
.homepage .red-banner {
  padding: 25px 0;
  position: relative;
}
.homepage .red-banner > img {
  width: 100%;
  height: auto;
}
.homepage .red-banner .caption {
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(222, 20, 26, 0.9);
  text-align: center;
  padding: 40px 0 30px 0;
  color: #ffffff;
}
.homepage .red-banner h3 {
  font-size: 30px;
  color: #ffffff;
}
.homepage .red-banner .btnr {
  text-align: center;
}
.homepage .red-banner .btnr span {
  display: inline-block;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 30px;
  font-weight: 700;
}
.homepage .tweet-wrap {
  padding: 35px 0 0 0;
}
.homepage .tweet-wrap ul {
  background: #fafafa;
  padding: 30px 10px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.homepage .tweet-wrap ul li {
  background: url(../../images/sep1.png) scroll no-repeat right 5px;
}
.homepage .tweet-wrap ul li.last {
  background: none;
}
.homepage .tweet-wrap .img {
  float: left;
  width: 70px;
}
.homepage .tweet-wrap .img img {
  border-radius: 50%;
}
.homepage .tweet-wrap .cont {
  float: left;
  width: 120px;
}
.homepage .tweet-wrap .cont h6 a {
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
}
.homepage .tweet-wrap p span {
  display: block;
  padding: 15px 0 0 0;
  font-style: italic;
}
.banner-inner {
  position: relative;
}
.banner-inner img {
  width: 100%;
  height: auto;
}
.innerpage {
  padding: 70px 0;
}
.about-page .content h4 {
  font-size: 24px;
  color: #0c0c0c;
  line-height: 30px;
  padding: 0 0 25px 0;
}
.about-page .form-apply .alert {
  margin-top: 10px;
  font-size: large;
  text-align: center;
}
.about-page .leftc h3 {
  font-size: 30px;
  padding: 0 0 10px 0;
}
.about-page .leftc .not-member-list {
  display: inline-block;
  border: solid 1px #d91f38;
  border-radius: 3px;
  font-size: 7px;
  font-weight: lighter;
  padding: 5px;
  color: #000;
  margin-right: 3px;
}
.about-page .leftc ul li a:hover,
.about-page .leftc ul li.active a {
  color: #da1e38;
}
.about-page .leftc ul li a:hover i,
.about-page .leftc ul li.active a i {
  display: inline-block;
}
.about-page .leftc ul li {
  padding: 0 0 10px 0;
  display: block;
  line-height: 16px;
  color: #100e0e;
  text-transform: uppercase;
}
.about-page .leftc ul li i {
  display: none;
  color: #da1e38;
}
.about-page .rightc h1 {
  color: #da1e38;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}
.about-page .rightc .not-member {
  display: inline-block;
  border: solid 1px #d91f38;
  border-radius: 3px;
  font-size: 15px;
  font-weight: lighter;
  padding: 5px;
  color: #000;
  margin-right: 3px;
  vertical-align: middle;
}
.about-page .rightc h5 {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 10px 0;
}
.about-page .rightc .social {
  padding: 5px 0 60px 0;
}
.about-page .rightc .social ul li {
  float: left;
  margin: 0 5px 0 0;
}
.about-page .rightc .social ul li a {
  display: block;
  color: #ffffff;
  clear: both;
}
.about-page .rightc .social ul li a i {
  width: 45px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  background: #2f4785;
  height: 40px;
  float: left;
}
.about-page .rightc .social ul li a span {
  width: 175px;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  float: left;
}
.about-page .rightc .social ul li.soc2 {
  background: #2589c5;
}
.about-page .rightc .social ul li.soc2 a i {
  background: #006bb6;
}
.about-page .rightc .social ul li.soc3 {
  background: #e04c37;
}
.about-page .rightc .social ul li.soc3 a i {
  background: #cd3c28;
}
.about-page .rightc .social ul li.soc3 img {
  margin: 11px auto 0;
}
.about-page .rightc .content .img {
  float: right;
  margin: 0 0 40px 40px;
}
.about-page .rightc .content li {
  padding: 0 0 10px 0;
}
.about-page .rightc .content p {
  font-size: 18px;
  line-height: 28px;
  color: #080606;
  padding: 0 0 25px 0;
}
.about-page .rightc .content h5 {
  font-size: 16px;
  font-size: 18px;
  line-height: 18px;
}
.about-page .rightc .content a {
  color: #d91f38;
}
.about-page .checkbox-text {
  padding-left: 5px;
}
.about-page .game-details {
  margin: 0px;
  padding: 10px 0 10px 0;
}
.about-page .game-details h3 {
  font-size: 25px;
}
.about-page .game-details h5 {
  font-size: 14px;
}
.about-page .game-details .eet {
  font-size: 12px;
}
.about-page .game-details .game-link {
  margin-top: 15px;
}
.about-page .game-details .game-link a {
  font-size: 14px;
  text-transform: uppercase;
  color: #da1e38;
}
.about-page strong {
  font-weight: bold;
}
.contact-page h4 {
  font-size: 24px;
  color: #0c0c0c;
  line-height: 30px;
  padding: 0 0 25px 0;
}
.contact-page .blocks .li-in {
  background: #f5f5f6;
  min-height: 205px;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 0 30px 0;
  word-break: break-all;
}
.contact-page .blocks h5 {
  font-size: 16px;
  font-size: 18px;
  line-height: 18px;
  padding: 0 0 10px 0;
  font-weight: 700;
}
.contact-page .blocks p {
  font-size: 16px;
  line-height: 22px;
  color: #080606;
}
.password-page h4 {
  font-size: 24px;
  color: #0c0c0c;
  line-height: 30px;
  padding: 0 0 25px 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .password-page h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.password-page .btn-primary {
  background-color: #da1e38;
  border-color: #da1e38;
}
.password-page .validation-info {
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
}
.member-page h1 {
  font-size: 30px !important;
  line-height: 30px !important;
}
.member-page h4 {
  font-size: 24px;
  color: #0c0c0c;
  line-height: 30px;
  padding: 0 0 25px 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .member-page h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.member-page .btn-primary {
  background-color: #da1e38;
  border-color: #da1e38;
}
.member-page .validation-info {
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
}
.member-page .validbydate {
  margin-bottom: 10px;
  font-size: 18px;
}
.member-page .add-family-member-btn {
  margin-top: 10px;
}
.member-tickets-settings-page h1 {
  font-size: 30px !important;
  line-height: 30px !important;
}
.member-tickets-settings-page h4 {
  font-size: 24px;
  color: #0c0c0c;
  line-height: 30px;
  padding: 0 0 25px 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .member-tickets-settings-page h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.member-tickets-settings-page .btn-primary {
  background-color: #da1e38;
  border-color: #da1e38;
}
.member-tickets-settings-page .validation-info {
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
}
.member-tickets-settings-page .btn-delete {
  padding: 4px;
  font-size: 12px;
}
.member-tickets-page h1 {
  font-size: 30px !important;
  line-height: 30px !important;
}
.member-tickets-page .applied {
  margin-bottom: 15px;
}
.member-tickets-page .points-0 {
  background-color: #afafaf;
  color: #fff;
}
.member-tickets-page .points-1 {
  background-color: green;
  color: #fff;
}
.member-tickets-page .event-members td {
  padding: 5px;
}
.sep-top {
  width: 100%;
  top: 0;
  left: 0;
  height: 1px;
  background: #364049;
}
.table-page table {
  width: 100%;
  background: #fafafa;
  box-sizing: border-box;
}
.table-page table td {
  font-size: 18px;
  line-height: 18px;
  color: #080606;
  font-weight: 700;
  height: 50px;
}
.table-page table tr {
  border-bottom: 1px solid #afafaf;
  box-sizing: border-box;
  padding: 0 20px;
}
.table-page table tr:nth-child(2) {
  background: #da1e38;
}
.table-page table tr:nth-child(2) td {
  color: #ffffff;
}
.table-page table tr:nth-child(19),
.table-page table tr:nth-child(20),
.table-page table tr:nth-child(21) {
  background: #e5e5e5;
}
.table-page table td:nth-child(1) {
  text-align: center;
}
.table-page table .t1 {
  background: #080606;
}
.table-page table .t1 td {
  color: #ffffff;
}
.table-page table .t2 {
  background: #da1e38;
}
.table-page table .t2 td {
  color: #ffffff;
}
.table-page table .td1 {
  width: 85px;
}
.table-page table .td2 {
  width: 150px;
}
.table-page table .td3 {
  width: 70px;
}
.table-page table .td4 {
  width: 35px;
}
.table-page table .td5 {
  width: 40px;
}
.table-page table .td6 {
  width: 40px;
}
.table-page table .td7 {
  width: 75px;
}
.table-page table .td8 {
  width: 75px;
  text-align: right;
  padding-right: 15px;
}
.table-page table .gc {
  background: #e5e5e5;
}
.match-page .leftc h3 {
  font-size: 30px;
  color: #da1e38;
}
.match-page .leftc ul li i {
  display: inline-block;
  color: #100e0e;
  padding: 0 10px 0 0;
}
.match-page .score {
  position: relative;
  margin: 10px 0 25px 0;
}
.match-page .score > img {
  width: 100%;
  height: auto;
}
.match-page .score .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 50px;
}
.match-page .score .caption li {
  float: left;
  width: 50%;
}
.match-page .score .caption h3 {
  font-size: 30px;
  font-size: 36px;
  line-height: 36px;
  padding: 0 0 5px 0;
  color: #ffffff;
  font-weight: 700;
}
.match-page .score .caption h5 {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  font-weight: 400;
}
.match-page .score .caption .img {
  float: left;
  margin: 0 20px 0 0;
}
.match-page .score .caption .cc {
  float: left;
  width: 70%;
}
.match-page .score .caption .eet {
  font-size: 20px;
  color: #fff;
}
.match-page .content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  padding: 0 0 25px 0;
}
.match-page .comm img {
  width: 100%;
  height: auto;
}
.match-page .grey-cont {
  background: #e5e5e5;
  padding: 40px 30px;
  margin: 0 0 25px 0;
}
.match-page .grey-cont h4 {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 30px 0;
  line-height: 34px;
}
.match-page .grey-cont h4 i {
  font-size: 34px;
  line-height: 34px;
  padding: 0 10px 0 0;
  position: relative;
  top: 5px;
}
.match-page .grey-cont ul {
  margin: 0 0 0 50px;
}
.match-page .rightc .content .grey-cont ul li {
  list-style: disc;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}
.match-page .rightc .content .grey-cont ul li p {
  padding: 0;
}
.match-page .rightc .content .rt h5 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 26px;
  padding: 0 0 10px 0;
}
.match-page .rightc .content .rt ul li {
  text-align: left;
  margin: 0;
  padding: 0;
}
.match-page .lt {
  margin: 0 0 30px 0;
}
.match-page .lt .top {
  background: #ecf0f1;
  padding: 20px 15px;
}
.match-page .lt .top h4 {
  font-size: 24px;
  font-weight: 700;
}
.match-page .lt .top h4 span {
  display: block;
  font-size: 16px;
  line-height: 16px;
}
.match-page .lt h5 {
  font-size: 16px;
  color: #ffffff;
  background: #000000;
  padding: 10px 15px;
}
.match-page table {
  width: 100%;
}
.match-page table tr {
  border-bottom: 1px solid #ecf0f1;
}
.match-page table tr td {
  font-size: 16px;
  line-height: 16px;
  color: #676767;
  height: 40px;
}
.match-page table tr td:nth-child(2) {
  width: 80px;
  float: right;
  text-align: center;
}
.match-page table tr td:nth-child(2) h6 {
  display: none;
}
.match-page table tr td:nth-child(1) {
  padding: 0 0 0 30px;
}
.match-page table a {
  width: 60px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 3px;
  display: block;
  text-align: center;
  margin: 5px 0 0 0;
}
.match-page table tr:hover {
  background: #da1e38;
}
.match-page table tr:hover a {
  display: none;
}
.match-page table tr:hover td:nth-child(2) h6 {
  font-size: 14px;
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  margin: 6px 25px 0 0;
}
.match-page table tr:hover td {
  color: #ffffff;
  font-weight: 700;
}
.match-page .rt {
  border: 2px solid #da1e38;
  min-height: 530px;
  padding: 90px 15px 0 15px;
  box-sizing: border-box;
  text-align: center;
}
.match-page .rt h2 {
  font-size: 48px;
  font-size: 135px;
  line-height: 135px;
  color: #da1e38;
  font-weight: 700;
}
.match-page .rt h2 span {
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
}
.match-page .rt ul {
  padding: 40px 0 0 0;
}
.match-page .rt li a {
  display: inline-block;
  border: 1px solid #da1e38;
  color: #da1e38;
  font-size: 16px;
  line-height: 30px;
  padding: 0 50px 0 15px;
}
.match-page .rt li:hover a {
  background: #da1e38;
  color: #ffffff;
}
.fixture-page .score .red {
  color: #db0007;
}
.fixture-page .score .black {
  color: black;
}
.fixture-page .top {
  padding: 0 0 12px 0;
}
.fixture-page .top h3 {
  font-size: 30px;
  clear: none;
  display: inline-block;
  font-weight: 700;
}
.fixture-page a.cal {
  width: 210px;
  border: 1px solid #080606;
  line-height: 40px;
  font-size: 16px;
  color: #1c1b1b;
  padding: 0 10px;
  box-sizing: border-box;
  float: right;
  font-weight: 700;
}
.fixture-page a.cal i {
  font-size: 22px;
  padding: 0 10px 0 0;
}
.fixture-page .block {
  padding: 0 0 35px 0;
}
.fixture-page .block table {
  width: 100%;
  background: #fafafa;
}
.fixture-page .block table tr {
  border-bottom: 1px solid #afafaf;
}
.fixture-page .block table td {
  height: 60px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
.fixture-page .block table td a {
  text-decoration: underline;
}
.fixture-page .block table td.td1 {
  width: 220px;
  text-transform: capitalize;
}
.fixture-page .block table td.td2 {
  width: 105px;
}
.fixture-page .block table td.td3 {
  width: 80px;
}
.fixture-page .block table td.td4 {
  width: 320px;
}
.fixture-page .block table td.td5 {
  width: 130px;
}
.fixture-page .block table td:nth-child(1) {
  text-align: center;
}
.fixture-page .block table h6 {
  font-size: 14px;
}
.fixture-page .block table h6 span {
  padding: 5px 10px;
  color: #ffffff;
  background: #000000;
  font-weight: 700;
}
.fixture-page .block table h6.red span {
  background: #da1e38;
}
.fixture-page .block .month {
  text-transform: capitalize;
}
.articlelist-page .top {
  padding: 0 0 12px 0;
}
.articlelist-page .top h3 {
  font-size: 30px;
  clear: none;
  display: inline-block;
  font-weight: 700;
}
.articlelist-page .block {
  padding: 0 0 35px 0;
}
.articlelist-page .block table {
  width: 100%;
  background: #fafafa;
}
.articlelist-page .block table tr {
  border-bottom: 1px solid #afafaf;
}
.articlelist-page .block table td {
  height: 60px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
.articlelist-page .block table td a {
  text-decoration: underline;
}
.articlelist-page .block table td.td1 {
  width: 220px;
  text-transform: capitalize;
}
.articlelist-page .block table td.td2 {
  width: 105px;
}
.articlelist-page .block table td.td3 {
  width: 80px;
}
.articlelist-page .block table td.td4 {
  width: 320px;
}
.articlelist-page .block table td.td5 {
  width: 130px;
}
.articlelist-page .block table td:nth-child(1) {
  text-align: center;
}
.articlelist-page .block table h6 {
  font-size: 14px;
}
.articlelist-page .block table h6 span {
  padding: 5px 10px;
  color: #ffffff;
  background: #000000;
  font-weight: 700;
}
.articlelist-page .block table h6.red span {
  background: #da1e38;
}
.articlelist-page .block .month {
  text-transform: capitalize;
}
.articlelist-page .block .not-member-list {
  border: solid 1px #d91f38;
  border-radius: 3px;
  font-size: 6px;
  font-weight: lighter;
  padding: 5px;
  color: #000;
  margin-right: 3px;
  vertical-align: bottom;
}
.links-page .block {
  padding: 0 0 55px 0;
}
.links-page .block h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 30px 0;
}
.links-page .block table {
  width: 100%;
}
.links-page table tr {
  border-bottom: 1px solid #b2b2b2;
}
.links-page table tr td {
  height: 60px;
}
.links-page table tr td:nth-child(2) {
  width: 80px;
  float: right;
  text-align: center;
}
.links-page table tr td:nth-child(2) a {
  position: relative;
}
.links-page table tr td:nth-child(2) a i {
  font-size: 25px;
  line-height: 60px;
}
.links-page table tr td:nth-child(2) a span {
  display: none;
  position: absolute;
  top: -65px;
  left: -95px;
  height: 40px;
  background: #dcdcdc;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #080606;
  width: 220px;
}
.links-page table tr td:nth-child(2) a span em {
  position: absolute;
  bottom: -9px;
  background: url(../images/arrow1.png) scroll no-repeat 0 0;
  width: 18px;
  height: 9px;
  left: 50%;
  margin: 0 0 0 -9px;
}
.links-page table tr td:nth-child(2) a:hover span {
  display: block;
}
.links-page table tr td:nth-child(1) {
  padding: 0 20px;
  font-size: 18px;
  line-height: 18px;
  color: #1c1b1b;
  font-weight: 700;
}
.links-page table tr:nth-child(odd) {
  background: #fafafa;
}
.ticket-page .block {
  padding: 0 0 35px 0;
}
.ticket-page .block table {
  width: 100%;
  background: #fafafa;
}
.ticket-page .block table tr {
  border-bottom: 1px solid #afafaf;
}
.ticket-page .block table td {
  height: 60px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
.ticket-page .block table td a {
  text-decoration: underline;
}
.ticket-page .block table td.td0 {
  width: 100px;
}
.ticket-page .block table td.td0 img {
  margin: 0 auto;
}
.ticket-page .block table td.td0 .img {
  float: none;
  margin: 0;
}
.ticket-page .block table td.td1 {
  width: 220px;
}
.ticket-page .block table td.td2 {
  width: 105px;
}
.ticket-page .block table td.td3 {
  width: 80px;
}
.ticket-page .block table td.td4 {
  width: 320px;
}
.ticket-page .block table td.td5 {
  width: 130px;
}
.ticket-page .block table h6 {
  font-size: 14px;
}
.ticket-page .block table h6 span {
  padding: 5px 10px;
  color: #ffffff;
  background: #000000;
  font-weight: 700;
}
.ticket-page .block table h6.red span {
  background: #da1e38;
}
.ticket-page .banner-inner {
  padding: 0 0 20px 0;
}
.ticket-page .content h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 15px 0;
}
.ticket-page .content p strong {
  font-weight: 700;
  display: block;
}
.ticket-page .content .block {
  padding: 30px 0 0 0;
}
.plisting-page h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 25px 0;
}
.plisting-page .product-list {
  padding: 0 0 30px 0;
}
.plisting-page .product-list .li-in {
  margin: 0 0 30px 0;
}
.plisting-page .product-list .img {
  padding: 0 0 15px 0;
  position: relative;
}
.plisting-page .product-list .img span {
  display: table;
  height: 190px;
  width: 100%;
  border: 1px solid #dadada;
}
.plisting-page .product-list .img span em {
  display: table-cell;
  vertical-align: middle;
}
.plisting-page .product-list .img img {
  margin: 0 auto;
}
.plisting-page .product-list .img h6 {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  background: #da1e38;
  left: 4%;
  width: 92%;
  top: -10px;
  text-align: center;
  position: absolute;
}
.plisting-page .product-list h5 {
  font-size: 16px;
  line-height: 20px;
  color: #080606;
}
.plisting-page .product-list h5 span {
  display: block;
  font-weight: 700;
}
.plisting-page .general-info {
  font-size: 16px;
}
.plisting-page .red-banner {
  padding: 0 0 40px 0;
  position: relative;
}
.plisting-page .red-banner .caption {
  width: 100%;
  background: rgba(222, 20, 26, 0.9);
  text-align: center;
  padding: 40px 0 30px 0;
  color: #ffffff;
}
.plisting-page .red-banner h3 {
  font-size: 30px;
  color: #ffffff;
}
.plisting-page .red-banner .btnr {
  text-align: center;
}
.plisting-page .red-banner .btnr span {
  display: inline-block;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 30px;
  font-weight: 700;
}
.select1 {
  position: relative;
  display: block;
  width: 100%;
  background: #da1e38;
  height: 40px;
  border-radius: 6px;
}
.select1 .sbHolder {
  width: 100%;
  height: 40px;
  display: block;
  outline: 0;
  border: 0;
}
.select1 .sbSelector {
  padding: 0;
  padding: 0 10px;
  color: #ffffff;
  font-size: 16px;
  height: 40px;
  width: 100%;
  text-indent: 0;
  display: block;
  line-height: 40px;
  font-weight: 700;
}
.select1 .sbOptions {
  width: 100%;
  left: 0;
  top: 40px !important;
  background: #da1e38;
  border: 0;
  padding: 0;
  z-index: 100000;
  position: absolute;
}
.select1 .sbOptions li a {
  border: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 14px;
  background: none;
  padding: 10px 15px;
  display: block;
}
.select1 .sbOptions li:hover {
  background: #da1e38;
}
.select1 .sbOptions li:hover a {
  color: #ffffff;
  text-decoration: underline;
}
.select1 .sbToggle {
  background: url(../images/arrow2.png) scroll no-repeat 0 0;
  width: 24px;
  height: 24px;
  top: 16px;
  right: 5px;
  position: absolute;
}
.select1 .sbSelector.sbFocus {
  color: #ffffff;
}
.selectt {
  position: relative;
}
.pview-page .leftc h3 {
  font-size: 30px;
  font-size: 20px;
  line-height: 20px;
  padding: 0 0 30px 0;
}
.pview-page .leftc li .img {
  float: left;
  margin: 0 10px 0 0;
}
.pview-page .leftc li h5 {
  font-size: 16px;
  clear: none;
  font-weight: 700;
  padding: 5px 0 0 0;
  line-height: 22px;
}
.pview-page .leftc li h5 span {
  display: block;
  font-weight: 400;
}
.pview-page .leftc ul li {
  padding: 0 0 15px 0;
}
.pview-page .top h3 {
  font-size: 30px;
  padding: 0 0 10px 0;
}
.pview-page .top .mid h3 {
  font-size: 30px;
  color: #da1e38;
  font-weight: 700;
  padding: 10px 0 10px 0;
}
.pview-page .top .mid h5 {
  font-size: 16px;
  font-size: 18px;
  line-height: 30px;
  color: #080606;
  padding: 0 0 50px 0;
  font-weight: 400;
}
.pview-page .top .midcc {
  padding: 0 0 45px 0;
}
.pview-page .top .midcc .select-dd {
  float: left;
  width: 220px;
}
.pview-page .top .midcc .numbers-row {
  width: 100px;
  float: left;
  margin: 0 0 0 15px;
  background: url(../images/strip.png) scroll repeat-x 0 0;
  height: 37px;
  border: 2px solid #da1e38;
  border-radius: 5px;
  position: relative;
}
.pview-page .top .midcc .numbers-row input {
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  color: #da1e38;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  background: none;
  border: 0;
}
.pview-page .top .midcc .numbers-row .inc {
  width: 35px;
  height: 16px;
  background: #da1e38 url(../images/arrow3.png) scroll no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.pview-page .top .midcc .numbers-row .dec {
  width: 35px;
  height: 17px;
  background: #a61428 url(../images/arrow4.png) scroll no-repeat center center;
  position: absolute;
  bottom: 0;
  right: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.pview-page .top .midcc h4 {
  font-size: 24px;
  padding: 15px 0 0 0;
  font-size: 16px;
  line-height: 16px;
  color: #080606;
}
.pview-page .top .midcc h4 i {
  color: #1abc9c;
  padding: 0 5px 0 0;
}
.pview-page .top .btnr {
  border: 2px solid #da1e38;
  border-radius: 5px;
  width: 220px;
  color: #da1e38;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  display: block;
  font-weight: 700;
}
.pview-page .tabs li {
  float: left;
}
.pview-page .tabs li a {
  min-width: 200px;
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #080606;
  font-weight: 700;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.pview-page .tabs li.t2 {
  background: #f3f3f3;
}
.pview-page .tabs li.t3 {
  background: #dadada;
}
.pview-page .tab-wrap {
  margin: 30px 0;
  border: 1px solid #dadada;
}
.pview-page .tabcont {
  padding: 40px 20px;
}
.pview-page .tabcont h5 {
  font-size: 16px;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 10px 0;
}
.pview-page .tabcont p {
  font-size: 18px;
  line-height: 30px;
  padding: 0 0 10px 0;
}
.breadcrumb {
  background: none;
  margin: 0;
  padding: 0 0 30px 0;
}
.breadcrumb ul li {
  float: left;
  font-size: 16px;
  line-height: 16px;
  color: #da1e38;
  font-weight: bold;
  background: url(../images/slash.png) scroll no-repeat right center;
  padding: 0 10px 0 5px;
}
.breadcrumb ul li a {
  display: inline-block;
  color: #080606;
}
.breadcrumb ul li.last {
  background: none;
}
.caro #sync1 .item {
  display: table;
  height: 415px;
  width: 95%;
  border: 1px solid #dadada;
  box-sizing: border-box;
}
.caro #sync1 .item span {
  display: table-cell;
  vertical-align: middle;
}
.caro #sync1 .item img {
  margin: 0 auto;
}
.caro .owl-controls {
  display: none !important;
}
.caro .owll {
  margin: 25px 0 0 0;
}
.caro .owll .item {
  display: table;
  height: 195px;
  width: 90%;
  border: 1px solid #dadada;
  box-sizing: border-box;
}
.caro .owll .item span {
  display: table-cell;
  vertical-align: middle;
}
.caro .owll .item img {
  margin: 0 auto;
}
#footer {
  background: #46474b;
  padding: 45px 0 50px 0;
}
#footer h5 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}
#footer ul {
  float: right;
}
#footer ul li {
  float: left;
  margin: 0 40px 0 0;
}
#footer ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
#footer ul li a i {
  font-size: 20px;
  line-height: 20px;
  margin: 0 5px 0 0;
}
.home-banner .social {
  height: 190px;
  z-index: 100000000000;
}
.social .arr {
  background: rgba(0, 0, 0, 0.3);
  height: 24px;
  width: 24px;
  display: block;
  cursor: pointer;
  margin: 8px 0 0 8px;
  border-radius: 12px;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.social .arr i {
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 24px;
}
.home-banner .social.ss .arr {
  transform: rotate(180deg);
}
.social:hover .arr {
  opacity: 1;
}
.home-banner .social ul {
  margin: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home-banner .social.ss ul {
  margin: 0 0 0 -40px;
}
.home-banner .social ul li a .s2 {
  display: none;
}
#header.sticky {
  padding: 35px 0 25px;
  border-bottom: 1px solid #364049;
}
.maincontent {
  margin: 138px 0 0 0;
}
.menu-in {
  overflow: scroll;
}
.menu .btn-login {
  background-color: #db1e38;
  border: solid 1px #fff;
  padding: 12px;
  color: #fff;
}
.menu .btn-login a {
  color: #fff;
}
.menu .btn-logout {
  border: solid 1px #000;
  border-radius: 0px;
}
.user-in .btn-logout {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  border-radius: 2px;
  padding: 12px 0;
  background: #db0007;
}
.tickets-page h4 {
  font-size: 24px;
  color: #0c0c0c;
  line-height: 30px;
  padding: 0 0 25px 0;
}
.tickets-page .game-types {
  padding: 5px 0px;
}
.tickets-page .game-types .label {
  margin-left: 5px;
}
.tickets-page .panel-heading {
  color: #fff;
}
.tickets-page .pill {
  font-size: 100%;
}
.tickets-page .btn-apply {
  background-color: #fff;
  border-color: #ddd;
  color: #da1e38;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .tickets-page .btn-apply {
    margin-top: 5px;
  }
}
.label-ticket-1 {
  background-color: #5274CE !important;
}
.label-ticket-2 {
  background-color: #523170 !important;
}
.label-ticket-3 {
  background-color: #506352 !important;
}
.label-ticket-4 {
  background-color: #b2bfa1 !important;
}
.label-ticket-5 {
  background-color: #898c94 !important;
}
.label-ticket-6 {
  background-color: #797d72 !important;
}
.label-ticket-7 {
  background-color: #ee84d1 !important;
}
.tickets-apply-page h1 {
  font-size: 30px !important;
  line-height: 30px !important;
}
.tickets-apply-page h2 {
  font-size: 20px !important;
  line-height: 20px !important;
  margin-bottom: 10px;
}
.tickets-apply-page h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
.tickets-apply-page .panel-heading {
  font-size: 130%;
}
.tickets-apply-page .name {
  font-weight: 700;
}
.tickets-apply-page #TicketApplySummary {
  display: none;
  font-size: 14px;
}
.tickets-apply-page #TicketApplySummary div {
  margin-bottom: 10px;
}
.tickets-apply-page #TicketApplySummary .header {
  font-weight: bold;
}
.tickets-apply-page #TicketApplyErrors .label {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
.tickets-apply-page #BtnSave {
  display: none;
}
.tickets-apply-page .unvalid {
  color: red;
}
.tickets-apply-page .already-applied {
  color: #337ab7;
}
.tickets-apply-page .has-applications a {
  color: #337ab7;
}
.shop-order-page .shop-order-details {
  height: 226px;
}
.shop-order-page #ShopOrderErrors .label {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
.shop-order-page #ShopOrderSummary {
  display: none;
  font-size: large;
}
.subscription-member-page h2 {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.subscription-member-page a {
  color: #d70000;
}
.subscription-member-page .payment-label {
  font-size: 17px;
}
.subscription-member-page .payment-info {
  font-size: 36px;
}
.subscription-member-page .payment-extra-info {
  margin-bottom: 10px;
}
.subscription-member-page #paymentOptions li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}
.subscription-member-page #PaymentAmountExtraAnonymous,
.subscription-member-page #PaymentAmountExtraAnonymousLabel {
  display: none;
}
.subscription-member-page #payment-logos {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.subscription-member-page #payment-logos img {
  height: 30px;
  margin-right: 20px;
  display: inline-block;
}
.subscription-member-page .validation-info {
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.subscription-member-page #ddmCountries {
  width: 100%;
  text-align: left;
}
.subscription-invoide-member-page .panel {
  margin-top: 20px;
}
.subscription-invoide-member-page tbody tr td {
  font-size: 16px;
}
.subscription-invoide-member-page tbody tr td:first-child {
  width: 30%;
}
#memberCardPage #memberCardContainer {
  margin-top: 25px;
}
#memberCardPage #memberCardContainer #memberCard {
  margin: auto;
}
@media screen and (min-width: 320px) and (max-width: 550px) {
  #memberCardPage #memberCardContainer #memberCard {
    width: 300px;
    height: 189px;
  }
}
@media screen and (min-width: 551px) and (max-width: 850px) {
  #memberCardPage #memberCardContainer #memberCard {
    width: 500px;
    height: 310px;
  }
}
#memberCardPage #downloadContainer {
  margin-top: 50px;
}
#memberCardPage #downloadContainer #downloadLink {
  max-width: 300px;
  margin: auto;
}
.member-overpayment-page .overpayment-row {
  margin: 10px 0 10px 0;
  padding: 10px;
}
.member-overpayment-page .overpayment-row > div > span {
  display: inline-block;
  width: 100%;
  background-color: #efefef;
  padding: 10px;
  font-size: 14px;
}
.member-overpayment-page .overpayment-row .name,
.member-overpayment-page .overpayment-row .amount {
  display: inline-block;
  font-size: 14px;
  margin: 5px 0 5px 0;
}
.product-article-page .product {
  padding: 10px;
  font-size: 18px;
}
.product-article-page .product .quantity input {
  width: 50px;
}
.family-member-page h2 {
  padding: 10px;
}
.family-member-page .payment {
  background-color: #bff4cd;
}
.family-member-page .payment .total {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .family-member-page .payment .total {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .family-member-page .payment .total .price {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .family-member-page .payment .btn {
    width: 100%;
  }
}
.family-member-page .add-member {
  margin-bottom: 10px;
}
.family-member-page .error {
  display: none;
}
.form-apply-page .checkbox-text {
  font-size: 16px;
}
.form-apply-page .validation-info {
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.gooner-family h1 {
  font-size: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #da1e38;
  font-weight: bold;
}
.gooner-family .content {
  margin-bottom: 20px;
}
.gooner-family .content p {
  font-size: 18px;
}
.gooner-family .list-entry {
  background-color: #da1e38;
  color: #fff;
  font-size: 22px;
  padding: 5px;
  margin: 10px;
}
.gooner-family .list-entry a {
  color: #fff;
}
.gooner-family .list-entry a:hover {
  text-decoration: underline;
}
.an-table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.an-table td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}
.an-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.an-table tr:hover {
  background-color: #ddd;
}
.an-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #da0006;
  color: white;
}

/*# sourceMappingURL=style.css.map */
