a, .green{
    color:#def408;
    font-weight: 600
}

.blue {
    color: #50b0dd;
}

a:hover{
    color:#000000;
}

a.dark:hover{
    color:#FFFFFF;
}

.btn-primary, .btn-primary:hover, .nav-tabs li.active a, .nav-tabs li a.active, .nav-tabs li a.active:hover, .nav-tabs li a:hover, .title-color, .title-aside, .pagination .active, .hero-video .info-hero h1:before, .item-boxed-img.small h4:before, .item-player .btn, .item-team .btn, .btn-iw.outline:hover, .info-slider h1:before, .btn.theme, .section-title.single-result .result-match, .clear-title:after {
    background: #def408 !important;
    background-color: #def408 !important;
    color:#000000;
}


.titles h4 {
    border-left: 5px solid #def408;
    font-family: 'Baloo Thambi', cursive;
}

header, .overlay-player, .crumbs {
    border-top: 3px solid #def408;
}

.sf-menu li.active a{
    color:#def408 !important;
}





/* Form Theme ---------------------------------------------------------*/
/* line 2671, ../sass/main.scss */
.form-matchpoint {
  margin: 0;
  width: 100%;
}

/* line 2675, ../sass/main.scss */
.form-matchpoint input {
  margin-bottom: 25px;
  height: 45px;
  border-radius: 0;
  width: 100%;
}

/* line 2681, ../sass/main.scss */
.form-matchpoint label {
  font-weight: normal;
}

/* line 2684, ../sass/main.scss */
.form-matchpoint textarea {
  border-radius: 0;
  width: 100%;
  height: 100px;
}

/* line 2689, ../sass/main.scss */
.form-matchpoint .btn {
  margin-bottom: -5px;
  width: auto;
  height: auto;
  border: 0;
  font-size: 1rem;
}

.form-matchpoint input[type="checkbox"]{
    width: 25px !important;
    height:15px;
}

.hero-video .info-hero h1 span {
    margin-bottom: 40px !important;
}

@media only screen and (max-width: 1024px) {
.hero-video .info-hero h1 {
    font-size: 3.5rem !important;
}
.hero-video .info-hero h1 span {
    font-size: 0.8rem;
}
.form-matchpoint {
  padding: 10px;
}

@media only screen and (max-width: 600px) {
.hero-video .info-hero h1 {
    font-size: 3.5rem !important;
}
.hero-video .info-hero h1 span {
    font-size: 0.8rem;
}
.form-matchpoint {
  padding: 10px;
}

.nav-tabs li a.active:after, .nav-tabs li.active a:after {
    border: 6px solid #def408 !important;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

/*.info-results table.table tr td, .info-results .table th, .info-results  .table td {
    border: 1px solid #222222 !important;
}
*/

.info-results table {
  width: 100%;
  background: #fff;
  border: 1px solid #222222 !important;
}
/* line 3106, ../sass/main.scss */
.info-results table thead tr th {
  padding: 20px 20px;
  border: 1px solid #222222 !important;
  color: #000;
}
/* line 3115, ../sass/main.scss */
.info-results table tr td {
  padding: 10px 20px;
  border: 1px solid #222222 !important;
}

.table th, .table td {
    border: none !important;
}

footer a:hover {
    color: #FFFFFF !important;
}



.reserved_area_results {
   background-color: #222222 !important;
   width:100%;
}
.reserved_area_results .row {
   margin: 5px 0px !important;
}



.reserved_area_results input {
   height: 30px;
}


.mobile .col-xs-2 {
   width: 16.7% !important;
}
.mobile .col-xs-4 {
   width: 33.3% !important;
}


.mobile .col-xs-6 {
   width: 50% !important;
}

