/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> 
 *
 * SPORTUBE SITE
 *
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Generated by Glyphter (http://www.glyphter.com) on  Wed Jun 08 2016*/
@font-face {
  font-family: 'sts icon';
  src: url("../../../../icons/front/sts-icon_v-1.1.eot");
  src: url("../../../../icons/front/sts-icon_v-1.1.eot#iefix") format("embedded-opentype"), url("../../../../icons/front/sts-icon_v-1.1.woff") format("woff"), url("../../../../icons/front/sts-icon_v-1.1.ttf") format("truetype"), url("../../../../icons/front/sts-icon_v-1.1-sts-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^='icon-']:before {
  display: inline-block;
  font-family: 'sts icon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
  width: 15px;
}

.icon-add:before {
  content: '\0041';
}

.icon-back:before {
  content: '\0042';
}

.icon-calendar:before {
  content: '\0043';
}

.icon-camera:before {
  content: '\0044';
}

.icon-card:before {
  content: '\0045';
}

.icon-close:before {
  content: '\0046';
}

.icon-play:before {
  content: '\0047';
}

.icon-search:before {
  content: '\0048';
}

.icon-share:before {
  content: '\0049';
}

.icon-soccer:before {
  content: '\004a';
}

.icon-upload:before {
  content: '\004b';
}

.icon-user:before {
  content: '\004c';
}

.icon-eye:before {
  content: '\004d';
}

.icon-clock:before {
  content: '\004e';
}

.icon-sub:before {
  content: '\004f';
}

.icon-missedgoal:before {
  content: '\0050';
}

.icon-assist:before {
  content: '\0051';
}

.icon-penalty:before {
  content: '\0052';
}

.icon-secondyellow:before {
  content: '\0053';
}

.icon-puck:before {
  content: '\0054';
}

.icon-subin:before {
  content: '\0055';
}

.icon-subout:before {
  content: '\0056';
}

.icon-calleft:before {
  content: '\0057';
}

.icon-calright:before {
  content: '\0058';
}

.icon-subdown:before {
  content: '\0059';
}

.icon-subup:before {
  content: '\005a';
}

.icon-basketball:before {
  content: '\0061';
}

.icon-tennis:before {
  content: '\0062';
}

.icon-cricket:before {
  content: '\0063';
}

/* pop up sign in\ register*/
.sitecover {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  z-index: 9;
  display: none;
}

.popup-container {
  overflow: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  display: none;
}

.popup {
  display: inline-block;
  min-width: 420px;
  width: 29%;
  background-color: white;
  position: relative;
  z-index: 11;
  top: 50px;
}
.popup * {
  text-align: left;
}
.popup .popup-header {
  background-color: #545363;
  padding: 20px 50px;
}
.popup .popup-header * {
  color: white;
}
.popup .popup-header H1 {
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 10px;
}
.popup .popup-header .icon-close {
  cursor: pointer;
  float: right;
  position: relative;
  top: -8px;
  right: -36px;
  color: #8f8f91;
}
.popup .popup-button-container {
  overflow: hidden;
  *zoom: 1;
}
.popup .popup-button-container P {
  text-transform: uppercase;
  display: inline-block;
}
.popup .popup-button-container A {
  height: 45px;
}
.popup .popup-button {
  width: 50%;
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 2% 9.5%;
  color: white;
  cursor: pointer;
  background-color: #3d2bc7;
}
.popup .popup-button:hover {
  background-color: #ccc;
}
.popup .popup-button.selected {
  color: #000;
  background-color: #fff;
}
.popup .popup-button.selected .icon-user {
  color: #3d2bc7;
}
.popup .popup-button .icon-user {
  font-size: 21px;
  position: relative;
  top: 4px;
  margin-right: 10px;
  color: #fff;
}
.popup .existing {
  padding: 22px 50px;
}
.popup .new-registration {
  height: 45px;
}
.popup .new-registration-content {
  display: none;
}
.popup .username,
.popup .password,
.popup .form-control {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  margin: 0 0 20px 0;
  background-color: #fff;
  color: #000;
}
.popup .registration-hints {
  position: relative;
  bottom: 18px;
  left: 10px;
  font-style: italic;
  font-size: 12px;
}
.popup .dob-container {
  display: inline-block;
  clear: both;
  width: 100%;
}
.popup .dob-label {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
}
.popup .dob {
  font-family: 'Titillium Web', sans-serif;
  width: auto;
  float: left;
  clear: right;
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
}
.popup .rememberme {
  font-size: 14px;
}
.popup .rememberme A {
  color: #3d2bc7;
}
.popup .forgotpass {
  display: block;
  float: right;
  font-size: 14px;
  position: relative;
  top: 4px;
  color: #3d2bc7;
}
.popup .access-button {
  display: block;
  margin: 20px auto;
  padding: 8px 12px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  background-color: #3d2bc7;
}
.popup .access-button P {
  text-align: center;
  font-size: 18px;
}

.signing-info {
  position: relative;
  top: 66px;
  color: #fff;
  font-size: 12px;
  width: 48%;
  margin: 0 auto;
}
.signing-info A {
  text-decoration: underline;
  color: #fff;
}

/* pop up sign in\ register responsiveness*/
@media (max-width: 1550px) {
  .popup .popup-button {
    padding: 2% 7.5%;
  }

  .signing-info {
    width: 26%;
  }
}
@media (max-width: 1280px) {
  .popup .popup-button {
    padding: 2% 2% 2% 5.5%;
  }

  .signing-info {
    width: 30%;
  }
}
@media (max-width: 900px) {
  .signing-info {
    width: 44%;
  }
}
@media (max-width: 500px) {
  .popup {
    min-width: 350px;
  }
  .popup .dob {
    width: 50%;
  }

  .signing-info {
    width: 80%;
  }
}
@media (max-width: 350px) {
  .popup {
    min-width: 300px;
  }
  .popup .popup-button {
    padding: 2% 1%;
  }
  .popup .forgotpass {
    float: none;
  }
}
/* pop up upload*/
.sitecover-upload {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  z-index: 9;
  display: none;
}

.popup-upload-container {
  overflow: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  display: none;
}

.popup-upload {
  display: inline-block;
  min-width: 420px;
  width: 29%;
  background-color: white;
  position: relative;
  z-index: 11;
  top: 50px;
}
.popup-upload * {
  text-align: left;
}
.popup-upload .popup-upload-header {
  background-color: #545363;
  padding: 20px 50px;
}
.popup-upload .popup-upload-header * {
  color: white;
}
.popup-upload .popup-upload-header H1 {
  display: inline-block;
  font-size: 1.8em;
  margin: 0 0 10px 10px;
}
.popup-upload .popup-upload-header .icon-camera {
  margin-right: 10px;
  font-size: 36px;
}
.popup-upload .popup-upload-header .icon-close {
  cursor: pointer;
  float: right;
  position: relative;
  top: -8px;
  right: -36px;
  color: #8f8f91;
}
.popup-upload .popup-upload-match {
  display: none;
  padding: 25px 35px;
  text-align: center;
  color: white;
  background-color: #3d2bc7;
  overflow: hidden;
  *zoom: 1;
}
.popup-upload .popup-upload-match P {
  display: inline-block;
}
.popup-upload .popup-upload-match .vs {
  margin: 0 20px;
}
.popup-upload .existing {
  padding: 22px 50px;
}
.popup-upload .existing .icon-soccer,
.popup-upload .existing .icon-puck {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 7%;
  font-size: 24px;
}
.popup-upload .existing .penalty.icon-soccer:after {
  background-color: #fff;
  content: "P";
  font-size: 18px;
  font-weight: bold;
  line-height: 8px;
  margin-left: 1px;
  position: absolute;
  top: 17px;
  width: 6px;
  text-indent: -1px;
}
.popup-upload .existing .penalty.icon-puck:after {
  background-color: #fff;
  content: "P";
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
  margin-left: 1px;
  position: absolute;
  top: 14px;
  width: 8px;
}
.popup-upload .existing .fields P {
  display: inline-block;
  text-align: center;
  position: relative;
  top: -10px;
  margin: 0 15px;
  font-size: 13px;
}
.popup-upload .existing .upload-event {
  display: none;
  text-align: center;
  margin: 10px 0;
}
.popup-upload .existing .upload-event .event-score {
  font-size: 18px;
  color: #3d2bc7;
}
.popup-upload .existing .upload-event .event-player {
  margin: 0 10px;
  font-size: 18px;
  color: #3d2bc7;
}
.popup-upload .existing .upload-event .event-minute {
  color: #69b200;
}
.popup-upload .existing .transparent-input {
  opacity: 0;
  position: absolute;
  width: 80%;
  height: 40px;
  margin: -42px 0 0 4px;
}
.popup-upload .existing .popup-upload-buttons {
  white-space: nowrap;
  width: 255px;
  margin: 0 auto;
}
.popup-upload .browse {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 95%;
  height: 40px;
  padding-left: 20px;
  background-color: #fff;
  color: #000;
}
.popup-upload .browse-button {
  position: relative;
  top: -40px;
  left: -1%;
  margin: 0;
  padding: 0 20px;
  font-size: 18px;
}
.popup-upload .cancel-button {
  border: 1px solid #ccc;
  display: inline-block;
  width: 38%;
  margin: 20px 5px 0 0;
  padding: 8px 12px;
  border-radius: 2px;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
}
.popup-upload .access-button {
  display: inline-block;
  width: 38%;
  margin-top: 20px;
  padding: 8px 12px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  background-color: #3d2bc7;
}

/* pop up upload responsiveness*/
@media (max-width: 1400px) {
  .popup-upload .existing .transparent-input {
    width: 75%;
  }
}
@media (max-width: 430px) {
  .popup-upload {
    min-width: 350px;
  }
  .popup-upload .popup-upload-header .icon-close {
    right: 0;
  }
  .popup-upload .existing .upload-event .event-player {
    margin: 0;
  }
  .popup-upload .popup-upload-match {
    padding: 20px 5px;
  }
  .popup-upload .popup-upload-match .vs {
    margin: 0;
  }
  .popup-upload .popup-upload-header,
  .popup-upload .existing {
    padding: 4% 5%;
  }
  .popup-upload .browse {
    padding-left: 10px;
  }
  .popup-upload .browse-button {
    left: -3%;
  }
  .popup-upload .existing .transparent-input {
    right: 24px;
    bottom: 134px;
    width: 88%;
  }
}
@media (max-width: 350px) {
  .popup-upload {
    min-width: 300px;
  }

  .popup-upload .existing .transparent-input {
    right: 20px;
    top: 185px;
  }
}
/* mobile menu */
.mobile-container {
  z-index: 999999;
  display: none;
  width: 75%;
  /* height: 100%; */
  min-height: 500px;
  position: absolute;
  top: 52px;
  box-shadow: 5px -5px 20px #000;
  background-color: #3d2bc7;
}
.mobile-container A {
  display: block;
  margin: 10px;
  padding: 10px;
  color: #fff;
}
.mobile-container A:hover {
  background-color: #7164d6;
}
.mobile-container .active {
  background-color: #7164d6;
}

/* Placeholders colors */
.username::-webkit-input-placeholder {
  color: #000;
}

.password::-webkit-input-placeholder {
  color: #000;
}

.browse::-webkit-input-placeholder {
  color: #000;
}

.search::-webkit-input-placeholder {
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #000;
}

.username:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.browse:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.search:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.password:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.username::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.password::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.browse::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.search::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.username:-ms-input-placeholder {
  color: #000;
}

.password:-ms-input-placeholder {
  color: #000;
}

.browse:-ms-input-placeholder {
  color: #000;
}

.search:-ms-input-placeholder {
  color: #fff;
}

.form-control:-ms-input-placeholder {
  color: #000;
}

/* General elements */
BODY,
INPUT {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  background-color: #f3f3f3;
}

IMG {
  display: block;
}

A {
  text-decoration: none;
  outline: none;
  color: inherit;
}

STRONG,
.strong {
  font-weight: 700;
}

FOOTER A {
  color: #a7a7a7;
  font-size: small;
  padding: 0px 5px;
}
FOOTER P {
  color: #a7a7a7;
  font-size: smaller;
}

/* General classes */
.form-control {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 88%;
  height: 40px;
  padding-left: 20px;
  margin: 0 0 20px 5px;
  background-color: #fff;
  color: #000;
}

.text-area-default {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 88%;
  height: 200px;
  padding: 10px;
  margin: 0 0 20px 5px;
  background-color: #fff;
  color: #000;
}

.mast-header {
  overflow: visible;
  min-height: 53px;
  padding-top: 10px;
  box-sizing: border-box;
  background-color: #3d2bc7;
}

.btn-default {
  display: block;
  border: none;
  border-radius: 2px;
  width: auto;
  margin-top: 20px;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 100%;
  color: #fff;
  background-color: #3d2bc7;
}

.red-card {
  color: #d10000;
}

.secondyellow {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa200+50,d10000+50 */
  background: #ffa200;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffa200 50%, #d10000 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffa200 50%, #d10000 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(124deg, #ffa200 50%, #d10000 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa200', endColorstr='#d10000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  display: inline-block;
  position: relative;
  margin-left: 4px;
  width: 10px;
  height: 16px;
}

/* Home page */
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.mobile-button,
.mobile-button-close {
  display: none;
}

.logo-header {
  float: left;
  padding-left: 20px;
}
.logo-header IMG {
  float: left;
}

.slogan {
  position: relative;
  top: 14px;
  margin: 0 10px;
  color: #fff;
  font-size: small;
}

.user-header {
  float: right;
  padding: 0 10px 0 0;
  min-width: 190px;
  width: 70%;
}
.user-header .icon-user {
  margin: 0 10px;
}
.user-header .icon-search {
  position: relative;
  left: -22px;
  cursor: pointer;
  color: #fff;
}

.search {
  border: 0px;
  padding: 0 10px;
  height: 34px;
  width: 70%;
  background-color: #7164d6;
  color: #fff;
}

.user-link {
  color: #fff;
  line-height: 16px;
  display: inline-block;
  padding: 0px 5px;
}

.header-image {
  width: 100%;
  min-height: 100px;
  background-color: #000;
}

.menu {
  height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #6f6e80;
  color: #fff;
}
.menu A {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 0 3%;
  line-height: 40px;
}
.menu A:hover {
  padding: 4px 3%;
  background-color: #f3f3f3;
  color: #3d2bc7;
}
.menu A:first-child {
  border-left: 0;
}
.menu .menu-active + a {
  border: 0;
}
.menu .wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.menu .menu-active {
  padding: 4px 3%;
  background-color: #f3f3f3;
  color: #3d2bc7;
}

.filters A {
  line-height: 33px;
  display: inline-block;
  padding: 5px 12px;
  color: #000;
}
.filters A.active, .filters A:hover {
  border-bottom: 1px;
  border-style: solid;
  border-color: #3d2bc7;
}
.filters .icon-calendar {
  margin: 0 10px;
}

/* Calendar styles */
.ui-datepicker {
  width: 210px;
}

.ui-datepicker-calendar td {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0px;
}

.ui-datepicker-title, .ui-datepicker-calendar th {
  font-size: 14px;
  padding: 0px;
  padding-bottom: 10px;
}

.ui-datepicker-calendar td a {
  padding: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none;
  border: none;
  text-align: center;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover,
.ui-state-default.ui-state-highlight.ui-state-active.ui-state-hover,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border-radius: 50%;
  color: white;
  background: #3d2bc7;
}

.ui-widget-header {
  background: white;
  border: none;
  color: #3d2bc7;
}

.ui-datepicker-header .ui-state-hover,
.ui-widget-content .ui-datepicker-header .ui-state-hover,
.ui-widget-header .ui-datepicker-header .ui-state-hover,
.ui-datepicker-header .ui-state-focus,
.ui-widget-content .ui-datepicker-header .ui-state-focus,
.ui-widget-header .ui-datepicker-header .ui-state-focus {
  border: none;
  background: none;
  font-weight: normal;
  color: #000;
  cursor: pointer;
}

.ui-date-picker-calender .ui-state-hover,
.ui-date-picker-calender .ui-widget-content .ui-state-hover,
.ui-date-picker-calender .ui-widget-header .ui-state-hover,
.ui-date-picker-calender .ui-state-focus,
.ui-date-picker-calender .ui-widget-content .ui-state-focus,
.ui-date-picker-calender .ui-widget-header .ui-state-focus {
  border: none;
  font-weight: normal;
  color: white;
  background: #3d2bc7;
}

/* Calendar styles END */
.page-content {
  background-color: #fff;
  padding: 0 20px;
  overflow: hidden;
  *zoom: 1;
}

.content-title {
  overflow: hidden;
  *zoom: 1;
}
.content-title SPAN {
  font-size: 24px;
}
.content-title H1 {
  font-size: 24px;
  float: left;
  padding: 28px 10px 18px 0;
}
.content-title .icon-soccer,
.content-title .icon-puck,
.content-title .icon-basketball,
.content-title .icon-tennis,
.content-title .icon-cricket {
  margin-right: 15px;
}
.content-title .icon-share {
  margin: 0 15px 0 6px;
  font-size: 22px;
}

.penalty.icon-soccer:after {
  background-color: #fff;
  content: "P";
  font-size: 14px;
  font-weight: bold;
  line-height: 8px;
  margin-left: -5px;
  position: absolute;
  top: 12px;
  width: 6px;
  text-indent: -1px;
}

.penalty.icon-puck:after {
  background-color: #fff;
  content: "P";
  font-size: 14px;
  font-weight: bold;
  line-height: 9px;
  margin-left: -5px;
  position: absolute;
  top: 12px;
  width: 6px;
}

.own.icon-soccer:after {
  background-color: #fff;
  content: "O";
  font-size: 14px;
  font-weight: bold;
  line-height: 8px;
  margin-left: -5px;
  position: absolute;
  top: 12px;
  width: 6px;
  text-indent: -1px;
}

.own.icon-puck:after {
  background-color: #fff;
  content: "P";
  font-size: 14px;
  font-weight: bold;
  line-height: 9px;
  margin-left: -5px;
  position: absolute;
  top: 12px;
  width: 6px;
}

.own.icon-soccer {
  color: brown !important;
}

.button {
  border-radius: 4px;
  float: right;
  height: 35px;
  line-height: 35px;
  margin: 24px 0 15px 0;
  padding: 0 20px 0 5px;
  color: #fff;
  text-transform: uppercase;
  background-color: #3d2bc7;
}

.icon-upload {
  margin: 0 10px;
}

.competition-results {
  clear: both;
  overflow: hidden;
  padding-bottom: 26px;
}

.competition {
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #6f6e7f;
  color: #fff;
}

.odd {
  background-color: #f3f3f3;
}

.results {
  table-layout: fixed;
  overflow: hidden;
  display: table;
  width: 100%;
}
.results .minutes {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 8%;
}
.results .minutes STRONG {
  display: inline-block;
  font-size: 14px;
}
.results .status {
  color: #000;
}
.results .time-start {
  color: #c0c0c0;
}
.results .timer {
  color: #69b200;
}

.match {
  width: 76%;
  display: inline-block;
  margin: 7px 0 7px 0;
  cursor: pointer;
}
.match SPAN {
  display: inline-block;
}

.mobile-hide {
  display: inline-block;
}

.desktop-hide,
.red-cards-amount {
  display: none;
}

.soccer .match .home-team {
  position: relative;
  vertical-align: bottom;
  text-align: right;
  width: 50%;
  padding-right: 1%;
}
.soccer .match .home-team .home-team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 76%;
  height: 18px;
}
.soccer .match .home-team .red-card {
  margin-right: 4px;
}
.soccer .match .home-team .club-logo-container {
  float: right;
  margin-left: 1%;
  width: 30px;
  text-align: center;
}
.soccer .match .home-team .club-logo-container IMG {
  display: inline-block;
  max-height: 20px;
  max-width: 30px;
}

.score {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  width: 52px;
  padding: 3px 4px;
  background-color: #3d2bc7;
}
.score DIV {
  display: inline-block;
}

.home-team-score {
  min-width: 18px;
  text-align: right;
}

.against {
  margin: 0 4px;
  color: #fff;
}

.away-team-score {
  min-width: 18px;
  text-align: left;
}

.soccer .match .away-team {
  vertical-align: bottom;
  width: 33%;
  padding-left: 1%;
}
.soccer .match .away-team .away-team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 72%;
  height: 18px;
}
.soccer .match .away-team .red-card {
  margin-left: 4px;
}
.soccer .match .away-team .club-logo-container {
  float: left;
  margin-right: 1%;
  width: 30px;
  text-align: center;
}
.soccer .match .away-team .club-logo-container IMG {
  display: inline-block;
  max-height: 20px;
  max-width: 30px;
}

.results .red-card {
  position: relative;
  height: 16px;
  width: 10px;
  background-color: #d10000;
  color: #fff;
}

.yellow-card {
  color: #ffa200;
}

.results .upload {
  width: 12%;
  margin: 9px 0 8px 0;
  text-transform: uppercase;
  float: right;
  color: #3d2bc7;
}

.results .video-link {
  width: 12%;
  margin: 9px 0 8px 0;
  text-transform: uppercase;
  color: #3d2bc7;
}

.icon-play {
  margin: 0 5px;
}

#no_matches {
  display: none;
  padding: 34px;
}

#sts_datepicker {
  z-index: 100001;
  position: absolute;
  padding: 10px 0;
  width: 210px;
}

.footer-links {
  height: 70px;
  min-width: 600px;
  width: 50%;
  margin: 0 auto;
  line-height: 88px;
  text-align: center;
}

.footer-text {
  display: none;
  padding: 0 10px;
  text-align: center;
  font-size: 11px;
}

.small-logo-link {
  display: table;
  margin: 20px auto;
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 20px;
  padding: 15px;
  text-align: center;
  color: #fff;
  background-color: #3d2bc7;
  z-index: 5;
}

.cookie-button {
  border: 1px dotted #6f6e80;
  border-radius: 4px;
  margin-left: 32px;
  height: 25px;
  background-color: #fff;
  color: #000;
}

/* Home page responsiveness */
@media (max-width: 1300px) {
  .match {
    width: 89%;
  }
  .match .home-team {
    width: 44%;
  }
  .match .away-team {
    width: 42%;
  }

  .soccer .match .home-team .home-team-name {
    max-width: 73%;
  }

  .results .minutes {
    width: 8%;
  }

  .soccer .results .video-link,
  .soccer .results .upload {
    width: 6%;
  }
  .soccer .results .video-link STRONG,
  .soccer .results .upload STRONG {
    display: none;
  }
}
@media (max-width: 1000px) {
  .user-header,
  .search {
    width: 60%;
  }
}
@media (max-width: 860px) {
  .slogan {
    display: none;
  }

  .search {
    width: 46%;
  }

  .match {
    width: 88%;
  }
  .match .home-team {
    width: 41%;
  }

  .soccer .match .home-team .home-team-name,
  .soccer .match .away-team .away-team-name {
    max-width: 50%;
  }

  .results .minutes {
    width: 8%;
  }

  .results .video-link,
  .results .upload {
    width: 6%;
  }
  .results .video-link STRONG,
  .results .upload STRONG {
    display: none;
  }
}
@media (max-width: 750px) {
  .menu A {
    padding: 0 2%;
  }
}
@media (min-width: 660px) {
  .mobile-button,
  .mobile-button-close,
  .mobile-container {
    display: none !important;
  }
}
@media (max-width: 660px) {
  .mobile-button {
    display: block;
    float: left;
    background-color: white;
    width: 28px;
    height: 32px;
    border-radius: 2px;
    margin: 0 10px;
    cursor: pointer;
  }

  .mobile-button-close {
    float: left;
    background-color: white;
    width: 28px;
    height: 32px;
    border-radius: 2px;
    margin: 0 10px;
    cursor: pointer;
  }

  .logo-header {
    overflow: hidden;
    float: none;
    max-width: 232px;
    margin: 0 auto;
    padding-left: 0;
  }

  .user-header {
    display: none;
  }

  .menu {
    display: none;
  }

  .menu .menu-active {
    padding: 2px 1%;
  }

  .filters-label {
    position: relative;
    top: 10px;
    left: 5px;
  }

  .filters-label:before {
    display: inline-block;
    content: "";
    position: relative;
    bottom: 12px;
    width: 1em;
    height: 0.15em;
    background: #3d2bc7;
    box-shadow: 0 0.25em 0 0 #3d2bc7, 0 0.5em 0 0 #3d2bc7;
  }

  .search,
  .icon-search {
    display: none;
  }

  .filters {
    display: none;
  }

  .content-title {
    padding: 0 10px;
  }

  .page-content {
    min-height: 300px;
    padding: 0;
  }

  .results .minutes {
    width: 10%;
  }

  .match {
    margin: 0;
    /* This position is need to make the red cards amount on a same line with the team name, because home team name is floted. */
  }
  .match .red-cards-amount {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 10px;
    height: 17px;
    line-height: 34px;
    font-size: 15px;
    background-color: #d10000;
    color: #fff;
  }
  .match .red-cards-amount STRONG {
    display: inline;
    position: relative;
    bottom: 8px;
    left: 1px;
  }
  .match .home-team .red-cards-amount {
    top: -2px;
  }
  .match .home-team .home-team-name,
  .match .away-team STRONG {
    max-width: 88%;
  }
  .match .red-card {
    display: none;
  }
  .match .secondyellow {
    display: none;
  }

  .mobile-hide {
    display: none;
  }

  .desktop-hide {
    display: inline-block;
  }

  .soccer .match .home-team .club-logo-container {
    float: left;
    margin-right: 1%;
    margin-left: 0;
  }

  .soccer .match .home-team {
    margin-top: 10px;
    padding-left: 1%;
    width: 85%;
    height: 30px;
    text-align: left;
  }
  .soccer .match .home-team .home-team-name {
    float: left;
  }

  .match .score {
    min-width: 0;
    width: 20px;
    height: 50px;
    line-height: 30px;
    float: right;
    background-color: transparent;
    color: #000;
  }
  .match .score .home-team-score {
    margin: 0;
    text-align: center;
  }
  .match .score .against {
    display: none;
  }
  .match .score .away-team-score {
    margin: 0;
    text-align: center;
  }

  .soccer .match .away-team {
    margin: 0;
    padding-left: 1%;
    width: 85%;
    height: 29px;
  }

  .soccer .results .video-link {
    position: relative;
    bottom: 30px;
    left: 2.5%;
  }

  .soccer .results .icon-play {
    font-size: 20px;
    position: relative;
    top: -10px;
    margin: 0;
  }

  .soccer .results .upload {
    position: relative;
    top: 36px;
    left: -2.5%;
    margin: 0;
  }
  .soccer .results .upload .icon-upload {
    margin: 0;
  }
  .soccer .results .upload STRONG {
    display: none;
  }

  .footer-links {
    min-width: 0;
    width: 90%;
  }
  .footer-links A {
    padding: 0 1px;
  }
}
@media (max-width: 590px) {
  .results .minutes {
    width: 11%;
  }

  .footer-links {
    line-height: 30px;
  }
  .footer-links A {
    min-width: 50px;
    margin: 0 auto;
    display: inline-block;
  }
}
@media (max-width: 520px) {
  .match {
    width: 90%;
  }

  .user-header {
    float: none;
    max-width: 170px;
    margin: 0 auto;
    padding-right: 0;
  }

  .content-title .upload-button {
    float: left;
  }

  .results .minutes {
    width: 15%;
  }

  .competition-results .results .upload {
    width: 3%;
  }

  .cookie-bar {
    height: 35px;
    padding: 10px 0;
  }

  .cookie-button {
    margin: 3px 0 0 0;
    height: 20px;
  }
}
@media (max-width: 400px) {
  .mobile-button {
    margin: 0 5px;
  }

  .mobile-button-close {
    margin: 0 5px;
  }

  .match {
    width: 87%;
  }

  .results .minutes {
    display: none;
  }

  .competition-results .results .upload {
    width: 7%;
  }

  .footer-links {
    display: inline-block;
    padding: 0 5px;
  }
  .footer-links A {
    font-size: 12px;
  }
}
@media (max-width: 340px) {
  .competition-results .results .upload {
    width: 6%;
  }
}
/* Video page */
FIGCAPTION {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  clear: both;
  background-color: #6f6e80;
  padding-left: 24px;
  height: 48px;
  line-height: 48px;
  position: relative;
  top: -2px;
  color: #fff;
}

VIDEO {
  width: 100%;
}

.video-section {
  position: relative;
  width: 63%;
  display: inline-block;
  float: left;
}
.video-section .icon-eye {
  position: relative;
  top: 3px;
  margin-right: 12px;
  font-size: 21px;
}

.content-title .club-logo {
  display: inline-block;
  position: relative;
  top: 6px;
  max-width: 28px;
  max-height: 28px;
}

.game {
  float: left;
  padding: 28px 0 18px 0;
}
.game .club-logo-container {
  display: inline-block;
  position: relative;
  top: 6px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

.game-home-team {
  margin-right: 5px;
}

.game-away-team {
  margin-left: 5px;
}

.game-score {
  display: inline-block;
  border-radius: 17px;
  color: #fff;
  text-align: center;
  height: 34px;
  line-height: 31px;
  margin: 0 10px;
  min-width: 64px;
  background-color: #3d2bc7;
}
.game-score DIV {
  display: inline-block;
}

.game-home-team-score {
  min-width: 32px;
  text-align: right;
}

.game .against {
  margin: 0;
}

.game-away-team-score {
  min-width: 32px;
  text-align: left;
}

.share_video {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  margin: 0;
}

.share_links {
  z-index: 3000;
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  border-radius: 4px;
  padding: 0 16px 0 5px;
  width: 135px;
  background-color: #3d2bc7;
}
.share_links A {
  display: inline-block;
  padding: 6px;
  color: #fff;
}

.half {
  padding: 5px 0 5px 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  background-color: #6f6e7f;
  color: #fff;
}

.events {
  overflow: hidden;
  position: relative;
}
.events .minutes {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6%;
  text-align: right;
  color: #69b200;
}
.events .minutes STRONG {
  font-size: 14px;
}
.events .event .event-result {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 8%;
  min-width: 50px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #6f6e80;
}
.events .event .player {
  position: relative;
  display: inline;
  margin-left: 25%;
  line-height: 18px;
  color: #6f6e80;
}
.events .event .player SPAN {
  margin-right: 10px;
}
.events .event .player .icon-soccer {
  color: #000;
}
.events .event .player .red-card {
  color: #d10000;
}
.events .secondyellow {
  top: 2px;
  margin-right: 13px !important;
  margin-left: 3px;
}
.events .icon-subdown {
  color: red;
}
.events .substitution-in {
  position: relative;
  margin-left: 25%;
  margin-bottom: 10px;
  line-height: 18px;
  color: #6f6e80;
}
.events .substitution-in .icon-subup {
  margin-right: 10px;
  color: green;
}
.events .event {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
  display: inline-block;
  margin: 8px 0;
}
.events .video-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
  text-transform: uppercase;
  color: #3d2bc7;
}
.events .upload {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16%;
  text-transform: uppercase;
  color: #3d2bc7;
}

.missed {
  color: #d10000 !important;
}

.video-info {
  width: 35%;
  display: inline-block;
  float: right;
}

.back-button-holder {
  display: inline-block;
  width: 59%;
}

.back-button {
  display: inline-block;
  float: right;
  background-color: #fff;
  border: 1px dotted #6f6e80;
  border-radius: 4px;
  height: 35px;
  line-height: 35px;
  margin: 24px 0 15px 0;
  padding: 0 20px 0 5px;
  color: #000;
  text-transform: capitalize;
}

.icon-back {
  margin: 0 10px;
  color: #3d2bc7;
}

.info-table TD {
  padding-bottom: 21px;
}
.info-table A {
  font-size: 18px;
  line-height: 24px;
  color: #3D2BC7;
}

.first-column {
  width: 25%;
  padding-right: 10px;
}

.rating {
  color: #dfdfdf;
}
.rating .icon-soccer,
.rating .icon-puck,
.rating .icon-basketball,
.rating .icon-tennis,
.rating .icon-cricket {
  padding-right: 5px;
  cursor: pointer;
}

.rated {
  color: #3d2bc7;
}

.user-name {
  text-decoration: underline;
  color: #3d2bc7;
}

.another-videos {
  margin-top: 53px;
}
.another-videos H2 {
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #6f6e80;
}
.another-videos A {
  display: inline-block;
  width: 200px;
  height: 110px;
}
.another-videos IMG {
  z-index: -1;
}
.another-videos .video {
  overflow: hidden;
  position: relative;
  margin: 5px;
}
.another-videos .video .hoverlayer {
  position: absolute;
  z-index: 1;
}
.another-videos .video IMG {
  position: relative;
  z-index: 0;
}
.another-videos .add-video {
  border: 1px solid #ccc;
  text-align: center;
  color: #3d2bc7;
}
.another-videos .add-video P {
  line-height: 32px;
  font-size: 14px;
}
.another-videos .add-video .icon-add {
  display: inline-block;
  font-size: 30px;
  margin-top: 31px;
}
.another-videos .add-video .icon-add:before {
  width: 32px;
}

.hoverlayer {
  width: 100%;
  height: 100%;
}
.hoverlayer .icon-play {
  font-size: 32px;
  position: absolute;
  top: 32px;
  text-align: center;
  width: 88%;
  margin: 0px;
  color: #fff;
  visibility: hidden;
}
.hoverlayer .video-caption {
  visibility: hidden;
  display: block;
  position: absolute;
  top: 78px;
  width: 100%;
  max-width: 184px;
  box-sizing: border-box;
  text-align: center;
  padding: 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
}
.hoverlayer .video-caption .caption-player {
  display: none;
}
.hoverlayer .overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  visibility: hidden;
}
.hoverlayer .icon-soccer {
  margin-right: 4px;
}
.hoverlayer .icon-edit {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  font-weight: bold;
  color: #fff;
  visibility: hidden;
}
.hoverlayer .icon-edit:hover {
  text-decoration: underline;
}
.hoverlayer:hover .icon-play,
.hoverlayer:hover .video-caption,
.hoverlayer:hover .overlay,
.hoverlayer:hover .icon-edit {
  visibility: visible;
}

/* Video page responsiveness */
@media (max-width: 1210px) {
  .video-section {
    width: 100%;
  }

  .video-info {
    width: 100%;
  }

  .back-button-holder {
    display: none;
  }

  .video-info .button {
    margin: 0 0 15px 0;
  }

  .another-videos {
    float: none;
    margin-bottom: 26px;
    width: 96%;
  }

  .form-container.edit-video .edit-video-incidents,
  .form-container.edit-video .fields {
    width: 100% !important;
    float: none !important;
  }
}
@media (max-width: 750px) {
  .game .icon-soccer,
  .game .icon-puck,
  .game .icon-basketball,
  .game .icon-tennis,
  .game .icon-cricket {
    display: none;
  }

  FIGCAPTION {
    padding: 0 20px;
  }

  .events .video-link STRONG,
  .events .upload STRONG {
    display: none;
  }
  .events .event {
    width: 66%;
  }
  .events .video-link {
    width: 10%;
  }
  .events .upload {
    width: 10%;
  }
}
@media (max-width: 660px) {
  .primary_nav_wrap {
    display: none;
  }

  .game {
    width: 70%;
  }

  .content-title .club-logo {
    display: none;
  }

  .game-home-team {
    width: 80%;
    height: 29px;
    padding-left: 4%;
  }

  .game-score {
    min-width: 0;
    width: 20px;
    height: 50px;
    line-height: 30px;
    float: right;
    background-color: transparent;
    color: #000;
  }
  .game-score .game-home-team-score {
    margin: 0;
    text-align: right;
  }
  .game-score .against {
    display: none;
  }
  .game-score .game-away-team-score {
    margin: 0;
    text-align: right;
  }

  .share_links {
    right: 10px;
  }

  .game-away-team {
    display: inline-block;
    margin: 0;
    padding-left: 4%;
    width: 80%;
    height: 29px;
  }

  .info-table {
    margin-left: 5px;
    min-width: 300px;
  }

  .video-info .button {
    margin-right: 5px;
  }

  .another-videos-title {
    text-align: center;
  }

  .another-videos-list {
    width: 432px;
    margin: 0 auto;
  }
}
@media (max-width: 580px) {
  .game {
    width: 65%;
  }

  .game-home-team,
  .game-score,
  .game-away-team {
    padding: 0;
  }

  .events .event {
    width: 75%;
  }

  .video-link .icon-play {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .game {
    width: 100%;
  }

  .share_links {
    top: 159px;
  }

  .events .minutes {
    margin-left: 2px;
    width: 5%;
  }
  .events .minutes STRONG {
    float: none;
  }
  .events .event {
    width: 82%;
  }
  .events .event .event-result {
    margin-left: 11%;
  }
  .events .upload {
    width: 8%;
  }
  .events .upload .icon-upload {
    margin: 0 5px;
  }

  .another-videos-list {
    width: 210px;
  }
}
@media (max-width: 420px) {
  .events .substitution-in {
    margin-left: 30%;
  }
  .events .event {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 82%;
  }
  .events .event .player {
    display: inline;
    margin-left: 30%;
  }
  .events .video-link {
    position: absolute;
  }
}
/* Hockey front page styles */
.hockey .competition-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  max-width: 660px;
}
.hockey .score-info {
  float: right;
  padding-right: 27%;
}
.hockey .score-info SPAN {
  margin-left: 15px;
}
.hockey .score-info.tennis-score-info SPAN {
  margin-left: 16px;
}
.hockey .match {
  width: 83%;
}
.hockey .club-logo {
  display: inline-block;
  margin-right: 1%;
}
.hockey .home-team {
  width: 60%;
  margin-top: 14px;
  margin-bottom: 2px;
  text-align: left;
}
.hockey .club-logo-container {
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-right: 5px;
}
.hockey .club-logo-container IMG {
  max-height: 20px;
  max-width: 30px;
}
.hockey .home-team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  height: 18px;
  max-width: 90%;
}
.hockey .hockey-score {
  display: block;
  float: right;
}
.hockey .hockey-score DIV {
  display: inline-block;
}
.hockey .score-main {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 3px 4px;
  min-width: 0;
  width: 20px;
  line-height: 30px;
  float: left;
  background-color: #3d2bc7;
}
.hockey .score-first,
.hockey .score-second,
.hockey .score-thirth,
.hockey .score-extratime,
.hockey .score-penalties {
  margin-left: 10px;
  width: 20px;
  line-height: 30px;
}
.hockey .home-team-score {
  text-align: center;
}
.hockey .away-team-score {
  text-align: center;
}
.hockey .away-team {
  vertical-align: bottom;
  width: 60%;
}
.hockey .away-team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  height: 18px;
  max-width: 90%;
}
.hockey .video-link-wrapper {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 14%;
}
.hockey .results .video-link,
.hockey .results .upload {
  display: table-cell;
  float: none;
  width: 15%;
  vertical-align: middle;
}
.hockey .results .video-link {
  text-align: right;
}
.hockey .results .upload {
  text-align: center;
}

/* Hockey front page responsiveness */
@media (max-width: 1300px) {
  .hockey .competition-name {
    max-width: 330px;
  }
  .hockey .score-info {
    padding-right: 30%;
  }
  .hockey .match {
    width: 79%;
  }
  .hockey .video-link-wrapper {
    width: 20%;
  }
}
@media (max-width: 860px) {
  .hockey .competition-name {
    max-width: 320px;
  }
  .hockey .score-info {
    padding-right: 9%;
  }
  .hockey .match {
    width: 92%;
  }
  .hockey .video-link-wrapper,
  .hockey .results .video-link,
  .hockey .results .upload {
    width: 5%;
  }
}
@media (max-width: 660px) {
  .hockey .competition-name {
    max-width: 100%;
  }
  .hockey .score-info {
    display: none;
  }
  .hockey .match {
    margin: 7px 0;
  }
  .hockey .match .home-team STRONG,
  .hockey .match .away-team STRONG {
    max-width: 86%;
  }
  .hockey .home-team,
  .hockey .away-team {
    width: 85%;
  }
  .hockey .hockey-score DIV {
    display: none;
  }
  .hockey .hockey-score .score-main {
    display: inline-block;
  }
  .hockey .hockey-score .score-main .home-team-score,
  .hockey .hockey-score .score-main .away-team-score {
    display: inline-block;
  }
  .hockey .video-link-wrapper {
    transform: translateY(-150%);
  }
}
@media (max-width: 520px) {
  .hockey .upload .icon-upload {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .hockey .club-logo {
    margin-left: 1%;
  }
}
/* Hockey video paage styles */
.events .event .assistant {
  font-size: 14px;
  color: #a1a1a1;
}

/* Basketball front page styles */
.basketball .competition-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  max-width: 660px;
}

.basketball .score-info {
  float: right;
  padding-right: 27%;
}

.basketball .score-info SPAN {
  margin-left: 15px;
}

.basketball .match {
  width: 83%;
}

.basketball .club-logo {
  display: inline-block;
  margin-right: 1%;
}

.basketball .home-team {
  width: 60%;
  margin-top: 14px;
  margin-bottom: 2px;
  text-align: left;
}

.basketball .club-logo-container {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.basketball .club-logo-container IMG {
  max-height: 20px;
  max-width: 30px;
}

.basketball .home-team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  height: 18px;
  max-width: 90%;
}

.basketball .basketball-score {
  display: block;
  float: right;
}

.basketball .basketball-score DIV {
  display: inline-block;
}

.basketball .score-main {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 3px 4px;
  min-width: 0;
  width: 20px;
  line-height: 30px;
  float: left;
  background-color: #3d2bc7;
}

.basketball .score-first,
.basketball .score-second,
.basketball .score-thirth,
.basketball .score-extratime,
.basketball .score-penalties {
  margin-left: 10px;
  width: 20px;
  line-height: 30px;
}

.basketball .home-team-score {
  text-align: center;
}

.basketball .away-team-score {
  text-align: center;
}

.basketball .away-team {
  vertical-align: bottom;
  width: 60%;
}

.basketball .away-team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  height: 18px;
  max-width: 90%;
}

.basketball .video-link-wrapper {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 14%;
}

.basketball .results .video-link,
.basketball .results .upload {
  display: table-cell;
  float: none;
  width: 15%;
  vertical-align: middle;
}

.basketball .results .video-link {
  text-align: right;
}

.basketball .results .upload {
  text-align: center;
}

/* Basketball front page responsiveness */
@media (max-width: 1300px) {
  .basketball .competition-name {
    max-width: 330px;
  }

  .basketball .score-info {
    padding-right: 30%;
  }

  .basketball .match {
    width: 79%;
  }

  .basketball .video-link-wrapper {
    width: 20%;
  }
}
@media (max-width: 860px) {
  .basketball .competition-name {
    max-width: 320px;
  }

  .basketball .score-info {
    padding-right: 9%;
  }

  .basketball .match {
    width: 92%;
  }

  .basketball .video-link-wrapper,
  .basketball .results .video-link,
  .basketball .results .upload {
    width: 5%;
  }
}
@media (max-width: 660px) {
  .basketball .competition-name {
    max-width: 100%;
  }

  .basketball .score-info {
    display: none;
  }

  .basketball .match {
    margin: 7px 0;
  }

  .basketball .match .home-team STRONG,
  .basketball .match .away-team STRONG {
    max-width: 86%;
  }

  .basketball .home-team,
  .basketball .away-team {
    width: 85%;
  }

  .basketball .basketball-score DIV {
    display: none;
  }

  .basketball .basketball-score .score-main {
    display: inline-block;
  }

  .basketball .basketball-score .score-main .home-team-score,
  .basketball .basketball-score .score-main .away-team-score {
    display: inline-block;
  }

  .basketball .video-link-wrapper {
    transform: translateY(-150%);
  }
}
@media (max-width: 520px) {
  .basketball .upload .icon-upload {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .basketball .club-logo {
    margin-left: 1%;
  }
}
/* Tennis front page styles */
.tennis .competition-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  max-width: 660px;
}

.tennis .score-info {
  float: right;
  padding-right: 27%;
}

.tennis .score-info SPAN {
  margin-left: 15px;
}

.tennis .match {
  width: 83%;
}

.tennis .club-logo {
  display: inline-block;
  margin-right: 1%;
}

.tennis .home-team {
  width: 60%;
  margin-top: 14px;
  margin-bottom: 2px;
  text-align: left;
}

.tennis .club-logo-container {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.tennis .club-logo-container IMG {
  max-height: 20px;
  max-width: 30px;
}

.tennis .home-team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  height: 18px;
  max-width: 90%;
}

.tennis .tennis-score {
  display: block;
  float: right;
}

.tennis .tennis-score DIV {
  display: inline-block;
}

.tennis .score-main {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 3px 4px;
  min-width: 0;
  width: 20px;
  line-height: 30px;
  float: left;
  background-color: #3d2bc7;
}

.tennis .score-first,
.tennis .score-second,
.tennis .score-thirth,
.tennis .score-extratime,
.tennis .score-penalties {
  margin-left: 10px;
  width: 20px;
  line-height: 30px;
}

.tennis .home-team-score {
  text-align: center;
}

.tennis .away-team-score {
  text-align: center;
}

.tennis .away-team {
  vertical-align: bottom;
  width: 60%;
}

.tennis .away-team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  height: 18px;
  max-width: 90%;
}

.tennis .video-link-wrapper {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 14%;
}

.tennis .results .video-link,
.tennis .results .upload {
  display: table-cell;
  float: none;
  width: 15%;
  vertical-align: middle;
}

.tennis .results .video-link {
  text-align: right;
}

.tennis .results .upload {
  text-align: center;
}

/* tennis front page responsiveness */
@media (max-width: 1300px) {
  .tennis .competition-name {
    max-width: 330px;
  }

  .tennis .score-info {
    padding-right: 30%;
  }

  .tennis .match {
    width: 79%;
  }

  .tennis .video-link-wrapper {
    width: 20%;
  }
}
@media (max-width: 860px) {
  .tennis .competition-name {
    max-width: 320px;
  }

  .tennis .score-info {
    padding-right: 9%;
  }

  .tennis .match {
    width: 92%;
  }

  .tennis .video-link-wrapper,
  .tennis .results .video-link,
  .tennis .results .upload {
    width: 5%;
  }
}
@media (max-width: 660px) {
  .tennis .competition-name {
    max-width: 100%;
  }

  .tennis .score-info {
    display: none;
  }

  .tennis .match {
    margin: 7px 0;
  }

  .tennis .match .home-team STRONG,
  .tennis .match .away-team STRONG {
    max-width: 86%;
  }

  .tennis .home-team,
  .tennis .away-team {
    width: 85%;
  }

  .tennis .tennis-score DIV {
    display: none;
  }

  .tennis .tennis-score .score-main {
    display: inline-block;
  }

  .tennis .tennis-score .score-main .home-team-score,
  .tennis .tennis-score .score-main .away-team-score {
    display: inline-block;
  }

  .tennis .video-link-wrapper {
    transform: translateY(-150%);
  }
}
@media (max-width: 520px) {
  .tennis .upload .icon-upload {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .tennis .club-logo {
    margin-left: 1%;
  }
}
.hockey .note {
  width: 100%;
  font-size: 13px;
  display: inline-block;
  padding-bottom: 10px;
}

/* Cricket fron page stayle */
.cricket .match {
  width: 70%;
  margin: 7px 0 0 0;
}

.cricket .score-info {
  padding-right: 28%;
}

.cricket .score-first, .cricket .score-second, .cricket .score-thirth, .cricket .score-extratime {
  width: 35px;
  text-align: center;
}

.cricket .score-first {
  width: 56px;
}

.cricket .score-thirth {
  width: 48px;
}

.cricket .score-extratime {
  font-weight: bold;
}

.cricket .home-team {
  width: 60%;
  margin-top: 5px;
}

.hockey.cricket .video-link-wrapper {
  width: 21%;
}

.hockey.cricket .home-team-score {
  display: inherit;
}

.hockey.cricket .video-link {
  text-align: left;
}

.hockey.cricket .upload {
  text-align: right;
}

/* cricket front page responsiveness */
@media (max-width: 1300px) {
  .cricket .match {
    width: 70%;
  }

  .hockey.cricket .video-link-wrapper {
    width: 24%;
    left: 3%;
  }

  .cricket .note {
    width: 150px;
  }

  .cricket .away-team {
    width: 37%;
  }
}
@media (max-width: 860px) {
  .cricket .match {
    width: 70%;
  }

  .hockey.cricket .video-link-wrapper,
  .hockey.cricket .results .video-link,
  .hockey.cricket .results .upload {
    width: 16%;
  }

  .cricket .note {
    display: none;
  }

  .hockey.cricket .video-link-wrapper {
    bottom: 0;
    top: 10px;
    left: 20px;
  }
}
@media (max-width: 660px) {
  .cricket .match {
    width: 80%;
  }

  .cricket .score-info,
  .cricket .tennis-score DIV,
  .cricket .note {
    display: none;
  }

  .cricket .home-team-score,
  .cricket .score-extratime,
  .cricket .away-team-score {
    display: inline-block !important;
  }

  .cricket .home-team {
    width: auto;
  }

  .cricket .score-extratime {
    width: 35px;
  }

  .cricket .icon-play {
    margin: 5px;
  }

  .cricket .away-team {
    width: 55%;
  }

  .hockey.cricket .video-link-wrapper {
    transform: translateY(-150%);
    top: 50%;
    bottom: 46%;
    left: 93%;
  }

  .hockey.cricket .video-link-wrapper,
  .hockey.cricket .results .video-link,
  .hockey.cricket .results .upload {
    width: 5%;
  }

  .hockey.cricket .video-link-wrapper,
  .hockey.cricket .selected-match-link,
  .hockey.cricket .video-link,
  .hockey.cricket .event-galleries-link {
    position: absolute;
  }

  .hockey.cricket .selected-match-link {
    top: -20px;
    left: -35px;
  }

  .hockey.cricket .video-link {
    top: -30px;
    left: -5px;
  }

  .hockey.cricket .event-galleries-link {
    top: 10px;
    right: 38px;
  }
}
@media (max-width: 520px) {
  .cricket .upload .icon-upload {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .cricket .club-logo {
    margin-left: 1%;
  }
}
/* Other pages */
.alert.alert-success {
  text-align: center;
  color: green;
  display: block;
  width: 100%;
  border: 1px solid green;
  font-weight: bold;
  margin-bottom: 20px;
}
.alert.alert-success STRONG {
  display: inline-block;
  padding: 50px;
}

.alert.alert-error, .alert.alert-danger {
  display: block;
  border: 1px solid red;
  text-align: left;
  color: red;
  margin: 0 0 20px 5px;
  padding: 20px;
  font-weight: bold;
  width: 82%;
}

.panel.panel-danger {
  display: block;
  border: 1px solid red;
  text-align: left;
  color: red;
  margin: 0 0 20px 5px;
  padding: 20px;
  font-weight: bold;
  width: 82%;
}

.panel.panel-danger .panel-body {
  font-weight: normal;
}

.form-container {
  padding: 20px;
  max-width: 100%;
  background: #fff;
}
.form-container H1 {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}
.form-container .btn {
  margin-left: 5px;
}

.form-container.edit-video form {
  display: table;
  width: 100%;
}

.form-container.edit-video form button {
  clear: both;
}

.form-container.edit-video .fields {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 50px;
}

.form-container.edit-video .select2-container {
  box-sizing: border-box;
  padding-left: 20px;
  margin: 0 0 20px 5px;
}

.form-container.edit-video .select2-container--default .select2-selection--multiple,
.form-container.edit-video .select2-container--default .select2-selection--single {
  border: none;
}

.form-container.edit-video .edit-video-incidents {
  width: 50%;
  float: left;
}

.form-container.edit-video .fields .select2,
.form-container .edit-video-incidents .select2 {
  margin-bottom: 20px;
}

.form-container .edit-video-incidents .events .minutes {
  width: 10%;
}

.form-container .edit-video-incidents .events .form-group {
  position: absolute;
  top: 50%;
  float: left;
  margin-bottom: 0;
  transform: translateY(-50%);
}

.form-container .edit-video-incidents .events .event {
  width: 80%;
}

.form-container .edit-video-incidents .events .event .event-result {
  margin-left: 10%;
}

.form-container.edit-video .fields .form-group input[type="text"],
.form-container.edit-video .form-group .select2,
.form-container.edit-video .form-group textarea {
  width: 100%;
}

.form-container.edit-video .form-group textarea {
  height: auto;
}

.form-container .edit-video-incidents .form-control {
  width: 100%;
}

.form-container .edit-video-incidents .form-group .sevent-date {
  width: 96%;
}

.form-group {
  max-width: 600px;
}
.form-group LABEL {
  display: block;
  position: relative;
  bottom: 4px;
  left: 10px;
  width: 88%;
}

.registration-hints {
  display: inline-block;
  position: relative;
  bottom: 18px;
  left: 10px;
  font-style: italic;
  font-size: 12px;
}

.field_error {
  position: relative;
  bottom: 18px;
  left: 10px;
  font-size: 13px;
  color: red;
}

.field_error_border {
  border: 1px solid red;
}

.btn-upload {
  margin-top: 20px;
}

.form-container .another-videos {
  margin: 0;
}

#awaiting-approval {
  display: none;
}

/* Search page */
.search-page H1 SPAN {
  text-decoration: underline;
  font-style: italic;
}

.media-object {
  max-height: 128px;
  max-width: 228px;
  float: left;
}

.media-left {
  height: 128px;
  width: 228px;
  float: left;
  padding-right: 20px;
}

.media {
  padding: 10px;
  display: inline-block;
  width: 100%;
}
.media .icon-soccer,
.media .icon-puck,
.media .icon-basketball,
.media .icon-tennis,
.media .icon-cricket {
  cursor: default;
}

.media A {
  font-size: 18px;
  line-height: 24px;
  color: #3D2BC7;
}

.pagination {
  margin: 0 auto;
  max-width: 450px;
  text-align: center;
}
.pagination LI {
  display: inline-block;
  margin-right: 2px;
  border-radius: 13px;
  padding: 4px 8px 5px 8px;
  line-height: 17px;
  color: #fff;
  background-color: #3d2bc7;
}
.pagination .prev,
.pagination .next {
  padding: 4px 5px 4px 7px;
}
.pagination .prev .icon-calleft,
.pagination .prev .icon-calright,
.pagination .next .icon-calleft,
.pagination .next .icon-calright {
  font-size: 12px;
}
.pagination .prev .icon-calleft:before,
.pagination .prev .icon-calright:before,
.pagination .next .icon-calleft:before,
.pagination .next .icon-calright:before {
  top: 3px;
}
.pagination .prev A,
.pagination .next A {
  position: relative;
  bottom: 2px;
}
.pagination .first .icon-calleft,
.pagination .first .icon-calright,
.pagination .last .icon-calleft,
.pagination .last .icon-calright {
  font-size: 12px;
}
.pagination .first .icon-calleft:before,
.pagination .first .icon-calright:before,
.pagination .last .icon-calleft:before,
.pagination .last .icon-calright:before {
  top: 1px;
}
.pagination .current {
  cursor: default;
  background-color: #fff;
  color: #3d2bc7;
}

@media (max-width: 340px) {
  .form-container {
    padding: 8px;
  }

  .media {
    padding: 8px;
    width: 95%;
  }
}
/* Date of birth styles */
.dob-container {
  display: inline-block;
  clear: both;
  width: 100%;
}

.dob-label {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 5px;
}

.dob {
  font-family: 'Titillium Web', sans-serif;
  width: auto;
  float: left;
  clear: right;
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
}

/* Date of birth styls END */
/* Custom styles */
/*This class is needed, because btn-default class makes top margin that is needed in some places and inline styles need to be removed.*/
.no-margin-top {
  margin-top: 0px;
}

.breadcrumb {
  list-style: none;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 20px;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 5px 0 5px 45px;
  background: brown;
  background: #3D2BC7;
  position: relative;
  display: block;
  float: left;
  font-weight: bold;
}

.breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #3D2BC7;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.breadcrumb li:first-child a {
  padding-left: 10px;
}

.breadcrumb li:last-child a {
  background: #6F6E80 !important;
  color: white;
  pointer-events: none;
  cursor: default;
  font-weight: normal;
}

.breadcrumb li:last-child a:after {
  background: transparent !important;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #6F6E80;
}

.breadcrumb li a:hover {
  background: #6F6E80;
}

.breadcrumb li a:hover:after {
  border-left-color: #6F6E80 !important;
}

.message {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 auto 20px;
  transition: all .2s ease;
  color: #fff;
  border-bottom: 7px solid #7c0002;
  background-color: red;
}

.message a {
  color: #fff;
}

.message .message-icon {
  display: table-cell;
  width: 60px;
  padding: 20px 10px 20px 20px;
  text-align: center;
  vertical-align: top;
}

.message .message-icon > i {
  font-size: 22px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  color: red;
  border-radius: 100%;
  background: white;
}

.message .message-body {
  display: table-cell;
  padding: 0 20px 0 10px;
  vertical-align: middle;
}

.message .message-body > p {
  line-height: 1.2;
  margin-top: 6px;
}

.message-icon {
  display: table-cell;
  vertical-align: top;
  width: 60px;
  padding: 20px 10px 20px 20px;
  text-align: center;
}

.message-icon > i {
  color: red;
  font-size: 22px;
  background: white;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 100%;
}

.message.success {
  background-color: #01BD2E;
  border-bottom: 8px solid #006819;
}

.message.success .message-icon > i {
  color: #01BD2E;
}

.message.warning {
  background-color: #E89800;
  border-bottom: 8px solid #B17300;
}

.message.warning .message-icon > i {
  color: #E89800;
}

.message.info {
  background-color: #00A3CC;
  border-bottom: 8px solid #00596F;
}

.message.info .message-icon > i {
  color: #00A3CC;
}

.message-body {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 10px;
}

.message-body > p {
  line-height: 1.2;
  margin-top: 6px;
}

.serving {
  visibility: hidden;
}
.serving .icon-tennis {
  margin-left: 5px;
  font-size: 0.8em;
  color: #DCCC02;
}

sup {
  position: absolute;
  top: 1em;
  vertical-align: baseline;
  font-size: 70%;
  line-height: 0;
}