@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);

body {
  font-family: 'Source Sans Pro', sans-serif;
}

/* Css for space */
.space10 {
  margin-top: 10px;
}

.space20 {
  margin-top: 20px;
}

.space30 {
  margin-top: 30px;
}

.space40 {
  margin-top: 40px;
}

.space50 {
  margin-top: 50px;
}

.space60 {
  margin-top: 60px;
}

.space70 {
  margin-top: 70px;
}

.space80 {
  margin-top: 80px;
}

.space90 {
  margin-top: 90px;
}

.space100 {
  margin-top: 100px;
}

.space200 {
  margin-top: 200px;
}

/* Css for font-weight */

.font200 {
  font-weight: 200;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font900 {
  font-weight: 900;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

.font27 {
  font-size: 27px;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}
/* Css for header */
.input-group1 input {
  height: 40px;
}

.input-group-sm1 > .form-control {
  height: 40px;
  font-size: 15px;
}

  .input-group-sm1 > .form-control:focus {
    border-color: #cccccc;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ie-box-shadow: none;
  }

.navbar1 {
  margin-top: -7px;
  border: 0px;
}

.navbar-default {
  background: #3c3c3b;
  border-color: #3c3c3b;
  margin-bottom: 0px;
  border-radius: 0px;
}

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #95c11f;
  }

  .navbar-default .navbar-nav > li > a {
    color: #fefefe;
    font-size: 18px;
  }

  .navbar-default .navbar-nav > li > a {
    padding-left: 58px;
    padding-right: 57px;
  }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #fefefe;
    }

  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    background-color: #95c11f;
  }

  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    background-color: #95c11f;
  }

.dropdown-menu {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.txt_grey {
  color: #3c3c3b;
}

.txt_blue {
  color: #1d71b8;
}

.txt_white {
  color: #ffffff;
}

.fontblue {
  color: #1d71b8;
  font-size: 29px;
  font-weight: 700;
}

.fontblue1 {
  color: #1d71b8;
  font-size: 25px;
  font-weight: 700;
}

.font {
  font-size: 18px;
  color: #000000;
}

ul.list_work li a {
  color: #3c3c3b;
}

  ul.list_work li a span {
    font-size: 28px;
    vertical-align: text-bottom;
  }

  ul.list_work li a:hover, ul.list_work li a:focus {
    text-decoration: none;
  }

ul.list_work li img {
  margin-right: 14px;
}

@media(max-width:800px) {
  ul.list_work li a span {
    font-size: 23px;
  }

  .navbar-default .navbar-nav > li > a {
    color: #FEFEFE;
    font-size: 16px;
  }

  .logo {
    margin-bottom: 15px;
    clear: both;
  }
}

@media(max-width:1024px) and (min-width:768px) {
  ul.list_work li a span {
    font-size: 23px;
  }
}

@media(min-width:980px) and (max-width:1280px) and (orientation:portrait) {
  .navbar-default .navbar-nav > li > a {
    color: #FEFEFE;
    font-size: 16px;
  }
}

@media(max-width:560px) {
  ul.list_work li a span {
    font-size: 19px;
  }
}

@media(max-width:480px) {
  ul.list_work li a span {
    font-size: 17px;
  }

  ul.list_work li a img {
    width: 60px;
    margin-right: 5px;
  }
}

.bg_img {
  background-image: url(../img/2.png);
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 263px 0px;
  position: relative;
  z-index: 99;
}

.bg_grey {
  background-color: #f6f6f6;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d8d8d8;
}

.banner {
  position: relative;
}

.banner_info {
  position: absolute;
  bottom: 30%;
}

@media(max-width:767px) {
  .banner_info {
    position: relative;
    margin-top: 40px;
  }

  .banner-box h2 {
    font-size: 20px;
  }

  .banner-box {
    margin-bottom: 20px;
  }

    .banner-box .btn {
      margin-bottom: 7px;
    }
}

.banner-box {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 7px 20px 20px 20px;
}

  .banner-box h2 {
    color: #FFFFFF;
    font-size: 43px;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .banner-box p {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 500;
  }

.btn-yellow {
  background: #f49b0b;
  color: #FFFFFF;
  border-color: #f49b0b;
  padding: 5px 12px;
  font-size: 17px;
  text-transform: uppercase;
}

.btn-yellsmall {
  background: #f49b0b;
  color: #FFFFFF;
  border-color: #f49b0b;
  padding: 5px 12px;
  font-size: 10px;
  text-transform: uppercase;
}

.btn:hover {
  transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ie-transition: all 500ms linear;
}

.btn-blue {
  background: #237ac5;
  color: #FFFFFF;
  border-color: #237ac5;
  padding: 5px 12px;
  font-size: 17px;
  text-transform: uppercase;
}

.btn-bluesmall {
  background: #237ac5;
  color: #FFFFFF;
  border-color: #237ac5;
  padding: 5px 12px;
  font-size: 10px;
  text-transform: uppercase;
}

.search-box .panel-default > .panel-heading {
  color: #FFFEFE;
  background-color: #14578f;
  border-color: #14578f;
  font-size: 22px;
  font-weight: 600;
  padding: 7px 15px;
}

.search-box .panel-default {
  border-color: #2f80c4;
}

.search-box .panel-body {
  padding: 15px;
  background: #1b6baf;
}

.search-box .btn1 {
  /*  padding:6px 67px;*/
  background-color: #1d71b8;
  border-color: #2791ea;
  color: #FFFFFF;
  width: 85%;
}

.search-box .btn-primary1 {
  color: #fff;
  background-color: #135d9b;
  border-color: #2791ea;
}

.search-box .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px dashed #2780CA;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.search-box .form-horizontal .control-label {
  text-align: left;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}

.search-box .form-control {
  background-color: #1d71b8;
  border: 1px solid #2791ea;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

@media(min-width:1080px) and (max-width:1920px) and (orientation:portrait) {
  .banner_info {
    bottom: 3%;
  }

  .bg_img {
    background-position: 182px 0px;
  }

  .search-box .btn1 {
    /*  padding:6px 67px;*/
    background-color: #1d71b8;
    border-color: #2791ea;
    color: #FFFFFF;
    width: 82%;
  }

  .search-box1 .btn1 {
    width: 82% !important;
  }
}

@media(max-width:800px) {
  .banner_info {
    bottom: -4%;
  }

  .banner-box h2 {
    font-size: 26px;
  }

  .banner-box p {
    font-size: 16px;
  }

  .search-box .btn1 {
    width: 80%;
  }
}

@media(max-width:1024px) and (min-width:768px) and (orientation:landscape) {
  .banner_info {
    position: absolute;
    bottom: 0%;
  }

  .bg_img {
    background-position: 182px 0px;
  }

  .search-box .btn1, .search-box1 .btn1 {
    width: 80% !important;
  }
}

@media(max-width:568px) {
  .bg_img {
    background-position: 9px 0px;
  }

  .boxes p {
    color: #FFFFFF;
    font-size: 13px !important;
    line-height: 38px;
  }
}

ul.clubs li {
  width: 40%;
  height: 30px;
}

.boxes {
  height: 40px;
}

  .boxes p {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 38px;
  }

.featured .panel-heading {
  padding: 0px;
}

.featured .panel-body {
  padding: 10px 0px;
  color: #545151;
  font-size: 16px;
}

.btn_green {
  background-color: #95c11f;
  color: #FFFFFF;
  padding: 2px 12px;
  font-size: 18px;
  border-color: #95c11f;
}

.featured .panel {
  background-color: #f8f9f5;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, .05);
}


.search-box1 .panel-default > .panel-heading {
  color: #FFFEFE;
  background-color: #709117;
  border-color: transparent;
  font-size: 22px;
  border: none;
  font-weight: 600;
  padding: 0px;
}

  .search-box1 .panel-default > .panel-heading h3 {
    padding: 7px;
    margin-top: 0;
  }

.search-box1 .panel-default {
  border-color: #709117;
}

.search-box1 .panel-body {
  padding: 15px;
  background: #86af18;
}

.search-box1 .btn1 {
  background-color: #8eb81c;
  border-color: #b9ec32;
  color: #FFFFFF;
  width: 85%;
}

.search-box1 .btn-primary1 {
  color: #fff;
  background-color: #709117;
  border-color: #709117;
}

.search-box1 .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px dashed #97C51B;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.search-box1 .form-horizontal .control-label {
  text-align: left;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}

.search-box1 .form-control {
  background-color: #8eb81c;
  border: 1px solid #b9ec32;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.search-box1 .btn-group, .search-box .btn-group {
  width: 100%;
}


/* Box shadow */
.box {
  width: 70%;
  height: 100px;
  background: #95c11f;
  margin: 40px auto;
}

.panel-heading.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

  .panel-heading.effect7:before, .panel-heading.effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
  }

  .panel-heading.effect7:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
  }

.bg_img1 {
  background: url(../img/10.png);
  height: auto;
  background-size: cover;
}

.caption ul li a img {
  display: inline-block;
  margin-right: 10px;
}

.caption ul li a {
  color: #818181;
  line-height: 27px;
}

  .caption ul li a span {
    font-size: 17px;
  }

.bootom .thumbnail {
  padding: 1px !important;
  border-bottom: 2px solid #95c11f;
}

footer {
  background: #2c2c2c;
  padding: 40px 0;
}

  footer h3 {
    color: #fff;
    font-size: 22px;
  }

  footer p {
    color: #969696;
    font-size: 14px;
    line-height: 20px;
  }

.main-menu li a {
  color: #969696;
  line-height: 24px;
  font-size: 16px;
}

.contact li {
  list-style: none;
  position: relative;
  color: #969696;
  padding: 6px 0 10px 27px;
  height: auto;
}

  .contact li i {
    color: #969696;
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 18px;
    padding-right: 8px;
  }

  .contact li a {
    color: #969696;
    font-size: 16px;
  }

.social li a {
  background: #4a4a4a;
  padding: 6px 10px;
  font-size: 16px;
  height: 35px;
  width: 35px;
  color: #282828;
}

.copy-right {
  background: #171717;
  padding: 25px 0;
}

  .copy-right p {
    font-size: 15px;
    line-height: 18px;
    color: #f5f5f5;
    margin-bottom: 5px;
  }

  .copy-right a {
    font-size: 16px;
    line-height: 20px;
    color: #f9f9f9;
  }

@media(max-width:1100px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 38px;
    padding-right: 35px;
  }
}

@media(max-width:980px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 21px;
    padding-right: 20px;
  }
}

a.left.carousel-control, a.right.carousel-control {
  z-index: 999;
}

@media(min-width:767px) {
  .kf_mobile_heading_logo {
    display: none;
  }
}

@media(max-width:767px) {

  .kf_mobile_heading_logo {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  section.banner .container {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .bnnr_lefttxt {
    position: static;
  }

  .bnnr_innrtext {
    border-radius: 0 !important;
    box-shadow: 0 7px 3px #000000 !important;
    padding-bottom: 20px;
  }

  img[src="/images/marketing/sportsIcons.jpg"] {
    display: none;
  }

  .list_work,
  .feature_txtlft ul {
    list-style-type: none;
  }

  .steps {
    margin-left: 20px;
  }

  .steps_video {
    padding-top: 0;
  }

  .feature_headng {
    margin-left: 10px;
  }

  .feature_main .space60 {
    display: none;
  }

  .feature {
    margin-bottom: 0;
  }

  .our_partners {
    display: none;
  }

  .feature_sec {
    padding-bottom: 0;
  }

  .ftr_cont_top {
    padding-top: 0;
  }

  .ftrmenu input {
    margin: 0 auto;
  }

  .ftrmenu p {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .info_sngl_blck:first-child {
    display: none;
  }

  footer {
    padding-bottom: 0 !important;
  }

  .ftr_cont_top .ftrmenu ul,
  .ftr_cont_top .ftrmenu form {
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
  }

  .how_sec {
    padding: 0;
  }
}

/*AS temp fixes @ 04/02/16*/

html {
  text-rendering: optimizeLegibility;
}

.hdr_top_rht a {
  margin-right: 20px;
}

  .hdr_top_rht a:last-child {
    margin-right: 0;
  }

.hdr_top_rht .header-link-text {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  bottom: 3px;
}

.hdr_top_rht .btn-yellsmall {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  bottom: 6px;
  text-transform: uppercase;
}

  .hdr_top_rht .btn-yellsmall:hover,
  .hdr_top_rht .btn-yellsmall:focus {
    border: 1px solid navy;
    color: #ffffff;
  }

@media screen {
  #at4-share,
  #at4-soc {
    top: auto !important;
    bottom: 10% !important;
  }
}

.top_nav ul li a {
  font-size: 16px;
  padding: 8px 34px;
}

.fixed-mobile-logo {
  display: block;
  text-align: center;
  padding: 5px;
}

  .fixed-mobile-logo img {
    max-width: 100%;
  }

@media (min-width: 767px) {
  .fixed-mobile-logo {
    display: none;
  }
}

.fixed-banner {
  width: 100%;
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: border-box;
  background-clip: border-box;
  background-position: bottom center;
  background-image: url(../images/marketing/banner.jpg);
  clear: both;
}

.fixed-banner-games {
  width: 100%;
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: border-box;
  background-clip: border-box;
  background-position: bottom center;
  background-image: url(../images/marketing/games.jpg);
  clear: both;
}

.fixed-banner-membership {
  width: 100%;
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: border-box;
  background-clip: border-box;
  background-position: bottom center;
  background-image: url(../images/marketing/promote.png);
  clear: both;
}

.fixed-banner-lotto {
  width: 100%;
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: border-box;
  background-clip: border-box;
  background-position: bottom center;
  background-image: url(../images/partners/lotto_small.jpg);
  clear: both;
}

.fixed-banner-teamwear {
  width: 100%;
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: border-box;
  background-clip: border-box;
  background-position: bottom center;
  background-image: url(../images/partners/partners.jpg);
  clear: both;
}

.fixed-banner-tickets {
  width: 100%;
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: border-box;
  background-clip: border-box;
  background-position: bottom center;
  background-image: url(../images/marketing/tickets_small.jpg);
  clear: both;
}

.fixed-banner-inner {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background-color: rgba(30,115,185,0.85);
  clear: both;
  overflow: hidden;
}

.fixed-banner-inner h4 {
  font-size: 26px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.fixed-banner-inner ul {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.fixed-banner-inner li {
  text-align: left;
  font-size: 20px;
}

.fixed-banner-inner hr {
  border-top: 1px solid rgba(255,255,255,0.25);
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
}

.fixed-banner-inner .fixed-banner-buttons {
  overflow: hidden;
}

.fixed-banner-inner .fixed-button {
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 2px;
  padding: 10px 16px;
  margin: 0 10px;
  width: 225px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.25);
}

.fixed-banner-inner .fixed-button-cta {
  background-color: #709117;
  float: left;
}

.fixed-banner-inner .fixed-button-cta:hover,
.fixed-banner-inner .fixed-button-cta:focus {
  background-color: #95c11f;
}

.fixed-banner-inner .fixed-button-secondary {
  background-color: #666666;
  float: right;
}
.fixed-banner-inner .fixed-button-secondary:hover,
.fixed-banner-inner .fixed-button-secondary:focus {
  background-color: #888888;
}

.fixed-banner-find {
  clear: both;
}

.fixed-banner-find p {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-top: 20px;
}

.fixed-banner-find input {
  box-sizing: border-box;
  width: 225px;
  padding: 5px;
  font-size: 29px;
  font-weight: 400;
  color: #333333;
  float: left;
  margin: 0 10px;
}

.fixed-banner-find button {
  display: block;
  box-sizing: border-box;
  background-color: #237ac5;
  float: right;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 2px;
  padding: 10px 16px;
  margin: 0 10px;
  width: 225px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.25) !important;
}
.fixed-banner-find button:hover,
.fixed-banner-find button:focus {
  background-color: #2791ea;
}

@media (max-width: 610px) {
  .fixed-banner-inner .fixed-button,
  .fixed-banner-find input,
  .fixed-banner-find button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
}

.main-top-banner {
  margin-top: 15px;
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .main-top-banner {
    display: none;
  }
}
