/* Scss Document *Ibrahim Najib */
/*Fonts*/
@font-face {
  font-family: "GE SS Unique";
  src: url("../fonts/GESSUniqueBold-Bold.woff2") format("woff2"), url("../fonts/GESSUniqueBold-Bold.woff") format("woff"), url("../fonts/GESSUniqueBold-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GE SS Two";
  src: url("../fonts/GESSTwoLight-Light.woff2") format("woff2"), url("../fonts/GESSTwoLight-Light.woff") format("woff"), url("../fonts/GESSTwoLight-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.cover {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.v-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.w100 {
  width: 100%;
  height: auto;
}

body {
  background-color: white;
  color: white;
  padding-top: 80px;
  font-family: "GE SS Two", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "GE SS Unique", sans-serif;
}

@media (max-width: 767px) {
  .container {
    padding: 0;
  }
}
a {
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

.btnWhite {
  color: white;
  border: 1px solid white;
  padding: 5px 15px;
}
.btnWhite:hover, .btnWhite:focus {
  color: black;
  background-color: white;
}

.btnBlack {
  color: black;
  border: 1px solid black;
  padding: 5px 15px;
}
.btnBlack:hover, .btnBlack:focus {
  color: white;
  background-color: black;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

header {
  padding: 15px 0;
  background-color: black;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
header img {
  max-height: 50px;
  width: auto;
  vertical-align: top;
  float: left;
}
header .caf_logo {
  margin-left: 10px;
}

.Mob {
  margin-top: 10px;
}
.Mob .mobMenu {
  width: 40px;
  cursor: pointer;
  z-index: 997;
  position: relative;
}
.Mob .mobMenu span {
  height: 4px;
  background-color: white;
  width: 100%;
  display: block;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.Mob .mobMenu span:last-child {
  margin-bottom: 0px;
}
.Mob .open span {
  background-color: white;
}
.Mob .open .lone {
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.Mob .open .ltwo {
  opacity: 0;
}
.Mob .open .lthree {
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.Mob .open span:last-child {
  margin-left: 3px;
  margin-top: -1px;
}
.Mob .menuContent {
  width: 100%;
  position: fixed;
  background-color: transparent;
  left: 0;
  top: 80px;
  z-index: 996;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  text-align: left;
}
.Mob .menuContent .warp {
  background-color: black;
  width: 260px;
  display: none;
}
.Mob .menuContent ul {
  text-align: left;
  margin: 0;
  display: block;
  padding: 0;
}
.Mob .menuContent ul li {
  display: block;
  text-align: center;
  border-bottom: 1px solid white;
}
.Mob .menuContent ul li ul {
  margin-left: 15px;
}
.Mob .menuContent ul li a {
  color: white;
  font-weight: 600;
  display: block;
  padding: 15px;
  text-transform: uppercase;
  font-family: "GE SS Unique", sans-serif;
}
.Mob .menuContent ul li a:hover {
  color: red;
}
.Mob .menuContent ul li a.active {
  color: red;
}
.Mob .menuContent ul li div.sub-menu {
  position: relative;
  border-left: 1px solid #d2ccc6;
  left: 0;
  border-top: 0;
  background-color: transparent;
}
.Mob .menuContent ul li div.sub-menu .glyphicon-triangle-top {
  display: none;
}
.Mob .menuContent ul li:last-child {
  border-bottom: 0;
}
.Mob .isopen {
  left: 0;
}

.main_image {
  padding: 30px 0;
}
.main_image img.item {
  width: 100%;
  height: auto;
}
.main_image .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.main_image .owl-dots .owl-dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  border: 1px solid black;
  border-radius: 12px;
  padding: 0;
  margin: 0 2px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.main_image .owl-dots .owl-dot.active {
  background-color: black;
}

.matches_latestNews .matches {
  padding: 30px 15px 15px 15px;
  background-color: black;
}
.matches_latestNews .matches .title h1 {
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.matches_latestNews .matches .box {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin: 40px 0;
}
.matches_latestNews .matches .box h2 {
  font-weight: bold;
}
.matches_latestNews .matches .box h2 span {
  font-size: 12px;
}
.matches_latestNews .matches .box table {
  width: 100%;
}
.matches_latestNews .matches .box table tr td {
  text-align: center;
}
.matches_latestNews .matches .box table tr td img {
  width: 100%;
  max-width: 41px;
  height: auto;
  padding-top:4px;
}
.matches_latestNews .matches .box table tr td .score {
  background-color: #464646;
  min-width: 30px;
  padding: 5px;
}
.matches_latestNews .matches .box table tr td:nth-of-type(3) {
  font-size: 24px;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}
.matches_latestNews .matches .box table tr td:first-child {
  text-align: right;
}
.matches_latestNews .matches .box table tr td:last-child {
  text-align: left;
}
.matches_latestNews .matches .box:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.matches_latestNews .latestNews {
  padding: 30px 15px 15px 15px;
  background-color: black;
}
.matches_latestNews .latestNews .title {
  margin-bottom: 10px;
}
.matches_latestNews .latestNews .title h1 {
  margin: 0;
  font-weight: bold;
}
.matches_latestNews .latestNews .title .btnWhite {
  float: left;
}
.matches_latestNews .latestNews .box {
  margin-bottom: 30px;
}
.matches_latestNews .latestNews .box h2 {
  font-weight: bold;
  font-size: 16px;
}
.matches_latestNews .latestNews .box h2 a {
  color: white;
}
.matches_latestNews .latestNews .box h2 a:hover, .matches_latestNews .latestNews .box h2 a:focus {
  color: red;
}
@media (min-width: 768px) {
  .matches_latestNews .latestNews .box .date {
    text-align: left;
    margin-top: 20px;
  }
}
.matches_latestNews .latestNews .box .cover {
  height: 180px;
  width: 100%;
  position: relative;
}
.matches_latestNews .latestNews .box .cover .btnBlack {
  margin-bottom: 0;
  position: absolute;
  left: 15px;
  bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.matches_latestNews .latestNews .box .cover:hover .btnBlack {
  color: white;
  background-color: black;
}
.matches_latestNews .latestNews .box:last-child {
  margin-bottom: 0;
}

.imgWithTitle {
  position: relative;
}
.imgWithTitle img {
  width: 100%;
  height: auto;
}
.imgWithTitle p {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0;
  width: 100%;
  padding: 7px;
  z-index: 1;
  font-family: "GE SS Unique", sans-serif;
}
@media (max-width: 767px) {
  .imgWithTitle p {
    position: relative;
  }
}

.news {
  margin: 30px 0;
}
.news .warp {
  padding: 30px 15px;
  background-color: black;
}
.news .warp .title {
  margin-bottom: 30px;
}
.news .warp .title h1 {
  margin: 0;
  font-weight: bold;
}
.news .warp .title .date {
  font-size: 12px;
}
.news .warp .box {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .news .warp .box {
    font-size: 10px;
  }
}
.news .warp .box a {
  color: white;
}
.news .warp .box:last-child {
  margin-bottom: 0;
}
.news .warp .newsSmallImg {
  width: 100%;
  height: auto;
}
.news .warp .content {
  padding: 15px 0;
  font-size: 18px;
}
.news .warp .content .matches {
  padding-bottom: 15px;
  margin: 40px 0;
}
.news .warp .content .matches h2 {
  font-weight: bold;
}
.news .warp .content .matches h2 span {
  font-size: 12px;
}
.news .warp .content .matches table {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.news .warp .content .matches table tr td {
  text-align: center;
}
.news .warp .content .matches table tr td img {
  width: 100%;
  max-width: 48px;
  height: auto;
}
.news .warp .content .matches table tr td .score .input {
  background-color: #313131;
  border: 0;
  padding: 5px 10px;
  width: 100%;
  max-width: 50px;
  text-align: center;
}
.news .warp .content .matches table tr td:nth-of-type(3) {
  font-size: 24px;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}
.news .warp .content .matches table tr td:first-child {
  text-align: right;
}
.news .warp .content .matches table tr td:last-child {
  text-align: left;
}
.news .warp .content .scoreBoard {
  border: 0;
}
.news .warp .content .scoreBoard tr td {
  background-color: #222222;
  text-align: center;
}
.news .warp .content .scoreBoard tr td:first-child {
  border-right: 0;
}
.news .warp .content .scoreBoard tr td:last-child {
  border-left: 0;
}
.news .warp .content .scoreBoard tr:first-child td {
  border-top: 0;
  font-weight: bold;
}
.news .warp .content .scoreBoard tr:last-child td {
  border-bottom: 0;
}
.news .warp .content .btnSubmit {
  background-color: #393939;
  padding: 5px 20px;
  border: 1px solid #393939;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.news .warp .content .btnSubmit:hover, .news .warp .content .btnSubmit:focus {
  background-color: black;
}
.news .warp .content .pagi a:hover, .news .warp .content .pagi a:focus {
  color: red;
}
.news .tabNav {
  display: inline-block;
  margin: 15px auto 30px auto;
  list-style: none;
  padding: 0;
  background-color: white;
  border-radius: 8px;
}
.news .tabNav li {
  display: inline-block;
  padding: 5px 30px;
  position: relative;
}
.news .tabNav li a {
  color: black;
}
.news .tabNav li.active {
  font-family: "GE SS Unique", sans-serif;
}
.news .tabNav li:after {
  content: "";
  display: inline-block;
  height: 6px;
  background-color: black;
  width: 2px;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -3px;
}
.news .tabNav li:last-child:after {
  display: none;
}
.news #teams {
  text-align: center;
  font-size: 16px;
}
.news #teams .sameHeight {
  margin-bottom: 30px;
}
.news .mainLogo {
  max-width: 120px;
  margin-bottom: 30px;
}

.news.championship .warp {
  padding-bottom: 80px;
  text-align: center;
}
.news.championship .warp a {
  display: inline-block;
  padding: 30px;
  border-radius: 40px;
}
.news.championship .warp a:hover, .news.championship .warp a:focus {
  background-color: white;
}

.pagi {
  text-align: center;
  margin: 30px 0 0 0;
}
.pagi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagi ul li {
  display: inline-block;
  color: white;
  font-size: 16px;
}
.pagi ul li a {
  color: white;
}
.pagi ul li a:hover, .pagi ul li a:focus {
  color: red;
}
.pagi ul li:after {
  content: "-";
  margin-right: 5px;
}
.pagi ul li:first-child:after, .pagi ul li:last-child:after, .pagi ul li:nth-last-child(2):after {
  display: none;
}
.pagi ul li:first-child {
  padding-left: 5px;
}
.pagi ul li:last-child {
  padding-right: 5px;
}

.vedios {
  padding: 30px 0;
}
.vedios .warp {
  background-color: black;
  padding: 30px 15px;
}
.vedios .cover {
  height: 280px;
  width: 100%;
  position: relative;
}
.vedios .cover video {
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.vedios .cover img {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: auto;
}
@media (max-width: 767px) {
  .vedios .cover {
    margin-top: 30px;
  }
}
.vedios .subTitle {
  font-size: 16px;
  color: white;
  font-family: "GE SS Unique", sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
}
.vedios .title {
  margin-bottom: 30px;
}
.vedios .title h1 {
  margin: 0;
  font-weight: bold;
}
.vedios .title .btnWhite {
  float: left;
}

.vedios.page .sameHeight {
  margin-bottom: 30px;
}

.vedios.details .cover {
  height: auto;
}
.vedios.details .subTitle {
  margin-bottom: 15px;
}
.vedios.details .sameHeight {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .vedios.details .related .subTitle {
    font-size: 10px;
  }
  .vedios.details .related .playBtn {
    width: 20px;
    height: auto;
    margin-left: -10px;
    margin-top: -10px;
  }
  .vedios.details .related .cover {
    margin-top: 0;
  }
}

.login {
  min-height: calc(100vh - 80px);
  padding: 80px 0;
}
.login .box {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.login .box .title {
  background-color: black;
  text-align: center;
  padding: 10px;
}
.login .box .title h1 {
  margin: 0;
}
.login .box .content {
  padding: 15px;
}
.login .box .content .input {
  background-color: #95a9c0;
  width: 100%;
  border: 0;
  padding: 5px 10px;
}
.login .box .content .serviceCost {
  text-align: center;
  font-size: 12px;
}
.login .box .content .serviceCost strong {
  font-size: 16px;
}
.login .box .content #errorMsg {
  display: none;
  color: yellow;
}
.login .box .content a {
  color: white;
}
.login .box .content a:hover, .login .box .content a:focus {
  color: black;
}
.login .box .content .sponsor {
  width: 100%;
  max-width: 28px;
  vertical-align: top;
  height: auto;
  margin: 0 auto;
  display: block;
}
.login .box .content .btnSubmit {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  border: 0;
  padding: 5px 25px;
  font-family: "GE SS Unique", sans-serif;
  transition: all 0.3s ease-in-out;
}
.login .box .content .btnSubmit:hover, .login .box .content .btnSubmit:focus {
  background-color: white;
  color: black;
}

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