.gallery-wrapper ul {
  list-style-type: none;
  margin: 0px; }
  .gallery-wrapper ul li {
    display: inline-block; }

.container.full > div {
  max-width: 1170px;
  margin: auto; }
.container.full.bordered {
  width: 100%;
  border-bottom: solid 5px #0587D2; }

.control-arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all ease-in-out .25s; }
  .control-arrow.left {
    background: url(../img/arrow-l.svg) no-repeat;
    background-size: 30px; }
  .control-arrow.right {
    background: url(../img/arrow-r.svg) no-repeat;
    background-size: 30px; }

.container.titles h3 {
  margin: 15px 0; }

.container.full {
  width: 100%; }

.main-item-wrapper .control-arrow-wrap {
  top: 60px;
  bottom: 60px; }

.main-item-content {
  height: 100%; }

.main-item {
  position: relative;
  overflow: hidden;
  text-align: center; }
  .main-item img {
    margin: auto;
    height: 100%; }
  .main-item .control-arrow {
    background-size: calc(30px * 2);
    width: calc(30px * 2);
    height: calc(30px * 2);
    opacity: .75; }
    .main-item .control-arrow:hover {
      opacity: 1; }
  .main-item iframe {
    width: 104%; }
  .main-item .video-item .arrow-wrap {
    width: 100%; }

.control-arrow-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  transition: all ease-in-out .25s;
  top: 0;
  bottom: 0; }
  .control-arrow-wrap.left {
    left: 0; }
  .control-arrow-wrap.right {
    right: 0; }

.thumbnail-wrapper {
  padding: 0 30px;
  position: relative;
  margin: 20px auto;
  overflow: hidden; }
  .thumbnail-wrapper .thumbnail-image-wrapper {
    display: flex;
    flex-direction: row;
    transition: all ease-in-out .25s;
    max-height: 55px; }
    .thumbnail-wrapper .thumbnail-image-wrapper > li {
      overflow: hidden;
      box-sizing: border-box;
      flex: 1;
      max-width: 16.667%;
      min-width: 16.667%; }
      .thumbnail-wrapper .thumbnail-image-wrapper > li img {
        width: auto;
        min-height: 100%;
        min-width: 100%;
        margin-left: 50%;
        transform: translateX(-50%); }
      .thumbnail-wrapper .thumbnail-image-wrapper > li .thumbOverlay {
        background: #0587d2;
        margin: 0 2px;
        overflow: hidden;
        height: 100%;
        text-align: center; }
        .thumbnail-wrapper .thumbnail-image-wrapper > li .thumbOverlay span {
          transition: all ease-in-out .25s;
          opacity: 0;
          padding: 10px;
          z-index: 99;
          color: #fff;
          font-weight: 400;
          position: absolute;
          display: flex;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          justify-content: center; }
        .thumbnail-wrapper .thumbnail-image-wrapper > li .thumbOverlay:hover img {
          opacity: .45; }
        .thumbnail-wrapper .thumbnail-image-wrapper > li .thumbOverlay:hover span {
          opacity: 1; }
      .thumbnail-wrapper .thumbnail-image-wrapper > li:first-child .thumbOverlay {
        margin-left: 0; }
      .thumbnail-wrapper .thumbnail-image-wrapper > li:nth-child(6n) .thumbOverlay {
        margin-right: 0; }
      .thumbnail-wrapper .thumbnail-image-wrapper > li:nth-child(7n) .thumbOverlay {
        margin-left: 0; }
  .thumbnail-wrapper .control-arrow-wrap {
    width: 30px;
    z-index: 99; }
    .thumbnail-wrapper .control-arrow-wrap.blue {
      background: #0587D2; }
      .thumbnail-wrapper .control-arrow-wrap.blue:hover {
        background: #0697eb; }

.thumbnail-item {
  cursor: pointer;
  text-align: left;
  position: relative; }
  .thumbnail-item.active .thumbOverlay {
    border: solid 2px #0587D2; }
    .thumbnail-item.active .thumbOverlay img {
      opacity: .45; }
    .thumbnail-item.active .thumbOverlay span {
      opacity: 1 !important; }
  .thumbnail-item .thumb-content {
    transition: all ease-in-out .3s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background: #fff;
    padding: 5px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    display: none; }
    .thumbnail-item .thumb-content span {
      word-wrap: break-word; }
    .thumbnail-item .thumb-content p {
      word-wrap: break-word;
      font-size: 11px; }
  .thumbnail-item img {
    position: relative;
    z-index: 2;
    background-color: #fff; }
  .thumbnail-item:hover {
    top: 100%;
    bottom: -100%; }
    .thumbnail-item:hover .thumb-content {
      opacity: 1; }

@media (max-width: 568px) {
  table.images-table tr > td {
    min-width: 80px;
    max-width: 49%; } }
@media (max-width: 768px) {
  .main-item {
    height: auto; }
    .main-item img {
      width: 100%;
      min-width: 100%;
      min-height: 0; }

  .main-item iframe {
    height: 460px; } }
@media (min-width: 768px) {
  .main-item {
    height: 400px; }

  .thumbnail-wrapper .thumbnail-image-wrapper {
    max-height: 70px; }

  .main-item iframe {
    height: 520px; }

  .thumbOverlay {
    margin: 0 5px; } }
@media (max-width: 991px) {
  table.images-table tr {
    display: flex; }
    table.images-table tr > td {
      max-width: none; }
      table.images-table tr > td:first-child {
        min-width: 130px;
        max-width: none; } }
@media (min-width: 992px) {
  .main-item {
    height: 520px; }
    .main-item iframe {
      height: 580px; }

  .thumbnail-wrapper .thumbnail-image-wrapper {
    max-height: 75px; } }
@media (min-width: 1200px) {
  .main-item {
    height: 600px; }
    .main-item iframe {
      height: 640px; }

  .thumbnail-wrapper .thumbnail-image-wrapper {
    max-height: 90px; }
    .thumbnail-wrapper .thumbnail-image-wrapper li {
      max-height: 90px; } }
.arrow-wrap {
  display: inline-block;
  position: relative;
  height: 100%; }

li.hasNewMedia {
  height: 246px !important; }
  li.hasNewMedia div.region_img {
    height: 225px; }
  li.hasNewMedia:hover .region_img > p {
    background-color: #0587D2;
    margin: 0px;
    padding: 5px; }

.read-more em {
  font-weight: 500; }
  .read-more em:hover {
    cursor: pointer;
    color: #0587D2; }

.region-ico {
  display: inline-block;
  width: 27px;
  height: 21px;
  margin: 10px; }
  .region-ico.photo {
    background: url("../img/photo.png") no-repeat; }
  .region-ico.video {
    background: url("../img/video.png") no-repeat; }
  .region-ico.new {
    width: 33px;
    height: 27px;
    margin: 10px;
    margin-top: 4px; }
    .region-ico.new.photo {
      background: url("../img/new_photo.png") no-repeat; }
    .region-ico.new.video {
      background: url("../img/new_video.png") no-repeat; }

.region {
  position: relative; }
  .region .green {
    position: absolute; }

.region:hover .photo {
  background: url("../img/photo_hover.png") no-repeat; }
.region:hover .video {
  background: url("../img/video_hover.png") no-repeat; }
.region:hover .new.photo {
  background: url("../img/new_photo.png") no-repeat; }
.region:hover .new.video {
  background: url("../img/new_video.png") no-repeat; }

a.disabled {
  opacity: .45;
  pointer-events: none; }
  a.disabled:hover {
    cursor: default;
    text-decoration: none; }

.transparent {
  opacity: 0.35; }

.show-all-wrapper {
  display: flex;
  justify-content: flex-end; }
  .show-all-wrapper > button {
    margin: 0px 5px; }

button.show-all {
  text-transform: none;
  background: transparent;
  font-size: 14px;
  font-weight: 100;
  color: #0587D2;
  border: solid 1px #0587D2;
  border-radius: 10px;
  padding: 7px 15px; }
  button.show-all:hover, button.show-all:focus, button.show-all:active, button.show-all:active {
    color: #fff;
    background: #ADD2EC;
    outline: none; }
    button.show-all:hover:focus, button.show-all:focus:focus, button.show-all:active:focus, button.show-all:active:focus {
      outline: none; }
  button.show-all.btnHighlight {
    padding-right: 30px;
    border: solid 2px #0587D2;
    color: #0587D2 !important;
    background: #A4D0EB !important; }
    button.show-all.btnHighlight:after {
      content: url("../img/check.png");
      font-family: 'Glyphicons Halflings';
      position: absolute;
      margin-left: 5px; }

button.lag-btn {
  text-transform: none;
  padding: 10px 16px;
  line-height: 13px;
  font-size: 13px;
  box-sizing: border-box; }
  button.lag-btn.blue {
    background: #0587D2;
    border: solid 1px transparent;
    color: #fff; }
    button.lag-btn.blue:hover {
      background: #11a4f9;
      border: solid 1px #0587D2; }

.date-div .date-wrapper:after {
  content: '';
  position: absolute;
  right: 10px;
  background: url("../img/calendar.png") no-repeat;
  background-size: 24px 24px;
  display: block;
  width: 24px;
  height: 24px;
  pointer-events: none;
  top: 6px; }

.date-wrapper {
  display: inline-block;
  float: left;
  width: 100%;
  border: solid 1px #8EC9EB;
  background: #dbedf9;
  overflow: hidden;
  position: relative; }
  .date-wrapper .form-control.date-select {
    width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px); }
    .date-wrapper .form-control.date-select::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #3e3f3a; }
    .date-wrapper .form-control.date-select::-moz-placeholder {
      /* Firefox 19+ */
      color: #3e3f3a; }
    .date-wrapper .form-control.date-select:-ms-input-placeholder {
      /* IE 10+ */
      color: #3e3f3a; }
    .date-wrapper .form-control.date-select:-moz-placeholder {
      /* Firefox 18- */
      color: #3e3f3a; }
  .date-wrapper .date-select::-webkit-clear-button {
    -webkit-appearance: none;
    display: none; }
  .date-wrapper .date-select.form-control, .date-wrapper select {
    background: transparent;
    border: none;
    height: 36px;
    padding: 10px; }

.date-div .date-wrapper {
  width: 160px; }
.date-div p {
  padding: 10px;
  font-weight: 500; }

.ticker {
  float: left;
  width: 100%;
  background-color: #F3C355;
  height: 45px;
  overflow: hidden;
  line-height: 34px;
  padding: 5px 5px 5px 20px;
  border: 1px solid #453B3C;
  border-radius: 5px;
  color: #453B3C;
  margin-top: 20px;
  list-style: none;
  position: relative; }
  .ticker .viewport {
    top: 5px;
    position: absolute;
    left: 150px;
    height: 100px;
    white-space: nowrap; }
    .ticker .viewport.moving {
      animation: moveLeft 1 1s linear; }
    .ticker .viewport .box {
      display: block;
      width: 100px;
      height: 45%;
      margin: 0 5px;
      text-align: center; }

@keyframes moveLeft {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-45px); } }
.navbar-header {
  display: flex;
  flex-direction: row;
  padding: 15px; }
  .navbar-header .logo {
    float: right; }
    .navbar-header .logo img {
      width: 100%;
      max-width: 150px; }
  .navbar-header .back-wrapper p {
    margin: 0px; }
  .navbar-header > div {
    flex: 1;
    align-self: center; }
    .navbar-header > div:first-child {
      max-width: 50px; }
    .navbar-header > div:nth-child(2) {
      flex-grow: 2; }
    .navbar-header > div:last-child {
      align-self: baseline;
      max-width: 300px;
      min-width: 170px;
      margin-top: -15px; }
  .navbar-header .welcome h1 {
    float: left;
    margin-left: 10px; }

.user_name img {
  max-height: 18px;
  width: auto;
  display: inline-block; }

.fixture-select {
  /*
  .faded {
    opacity: .5;
  }
*/ }
  .fixture-select ul.fixtures {
    display: flex;
    flex-direction: row;
    margin-top: 15px; }
    .fixture-select ul.fixtures li {
      position: relative;
      flex: 1;
      margin: 0px 2px;
      text-align: center;
      padding: 2px 3px;
      border: solid 2px transparent;
      display: flex;
      justify-content: center;
      cursor: pointer;
      max-height: 40px;
      max-width: 50px; }
      .fixture-select ul.fixtures li.option-selected {
        border-color: #0587D2; }
      .fixture-select ul.fixtures li a {
        display: inline-block;
        display: flex; }
        .fixture-select ul.fixtures li a:hover {
          z-index: 99; }
          .fixture-select ul.fixtures li a:hover img {
            transform: scale(1.85); }
        .fixture-select ul.fixtures li a img {
          max-height: 40px;
          align-self: center;
          width: 100%; }
    .fixture-select ul.fixtures.round {
      justify-content: space-around; }
      .fixture-select ul.fixtures.round li {
        max-height: 50px !important;
        max-width: 60px !important; }
        .fixture-select ul.fixtures.round li a {
          align-self: center;
          height: 50px;
          max-width: 100%;
          width: 50px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: rgba(255, 255, 255, 0.65);
          border: solid 2px transparent; }
        .fixture-select ul.fixtures.round li.option-selected {
          border: none;
          background: none; }
          .fixture-select ul.fixtures.round li.option-selected a {
            border-color: #0587D2;
            background-color: #A4D0EB; }
    .fixture-select ul.fixtures.option-selected li {
      border: none;
      background: transparent; }
      .fixture-select ul.fixtures.option-selected li:after {
        display: none; }
  .fixture-select .titles.row {
    text-align: center;
    text-transform: none; }
    .fixture-select .titles.row div > * {
      font-size: 18px;
      margin-bottom: 0px;
      font-weight: 500; }

.fixtures-table img {
  max-height: 70px;
  vertical-align: middle; }
.fixtures-table tr:nth-last-child(2) {
  border-bottom: none; }
.fixtures-table tr td:first-child p {
  max-height: none; }
.fixtures-table tr:last-child:hover {
  background: transparent; }
.fixtures-table .fixture-date {
  max-width: 90px; }

.fixtures-table,
.images-table {
  max-width: 100%;
  display: inline-block; }
  .fixtures-table tr,
  .images-table tr {
    transition: all ease-in-out .25s;
    margin-top: -1px;
    border-top: solid 1px #b9dcf0;
    border-bottom: solid 1px #b9dcf0;
    cursor: pointer; }
    .fixtures-table tr:first-child, .fixtures-table tr.no-media-hide,
    .images-table tr:first-child,
    .images-table tr.no-media-hide {
      cursor: default; }
    .fixtures-table tr:last-child, .fixtures-table tr:first-child,
    .images-table tr:last-child,
    .images-table tr:first-child {
      border: none; }
    .fixtures-table tr td,
    .images-table tr td {
      height: 130px;
      overflow: hidden; }
      .fixtures-table tr td p,
      .images-table tr td p {
        margin: 0px;
        max-height: 37px;
        overflow: hidden; }

.fixtures-table tr:nth-last-child(2) {
  border-bottom: none !important; }
.fixtures-table .bgHighlight:not(.no-media-hide) {
  margin-left: 15px; }

.bgHighlight:not(.no-media-hide) {
  background: #dbedf9; }

.images-table {
  float: right; }
  .images-table h4 {
    margin-top: 0;
    margin-bottom: 5px; }
  .images-table tr {
    display: block;
    width: 100%; }
    .images-table tr td {
      display: inline-block;
      width: auto;
      padding: 15px 0px 15px 10px;
      max-width: 49%; }
    .images-table tr:nth-last-child(2) {
      border-bottom: none !important; }
  .images-table img {
    height: 100%;
    width: auto; }
  .images-table td a {
    display: inline-block;
    height: 80px;
    overflow: hidden; }
  .images-table .bgHighlight:not(.no-media-hide) {
    margin-left: -15px; }

.images-table tbody, .fixtures-table tbody {
  width: 100%;
  display: inline-block; }
  .images-table tbody tr:first-child, .fixtures-table tbody tr:first-child {
    width: 100%;
    display: inline-block; }
  .images-table tbody tr th, .fixtures-table tbody tr th {
    width: 100%;
    display: inline-block; }
.images-table .no-media, .fixtures-table .no-media {
  display: flex;
  width: 100%;
  max-width: 100%; }
  .images-table .no-media.loader > div, .fixtures-table .no-media.loader > div {
    background: none;
    border: none; }
  .images-table .no-media > div, .fixtures-table .no-media > div {
    display: flex;
    background: #fdfdfd;
    border: solid 1px #f1f1f1;
    width: 100%;
    justify-content: center;
    color: #cacaca;
    font-size: 16px; }
    .images-table .no-media > div span, .fixtures-table .no-media > div span {
      align-self: center; }

.no-media-table tbody, .no-media-table tr {
  display: inline-block;
  width: 100%; }

.competition .green, .regions .green {
  font-size: 12px;
  display: flex; }
  .competition .green img, .regions .green img {
    height: 20px; }
  .competition .green p, .regions .green p {
    padding-left: 2px;
    padding-top: 2px; }

.competitions {
  width: 100%; }
  .competitions .competition .fixture_comp_logo {
    text-align: left; }
    .competitions .competition .fixture_comp_logo img {
      float: left; }
  .competitions .competitionsul {
    display: flex;
    flex-wrap: wrap; }
    .competitions .competitionsul .competition {
      flex: 1;
      min-width: 100px;
      text-align: center; }
      .competitions .competitionsul .competition .main-wrap {
        height: 150px;
        display: flex;
        flex-direction: column; }
        .competitions .competitionsul .competition .main-wrap img {
          max-width: 100%;
          width: auto;
          height: auto;
          max-height: 100px;
          padding: 0px 15px; }
      .competitions .competitionsul .competition .competition_img {
        height: 100%; }
      .competitions .competitionsul .competition a {
        display: inline-block;
        height: 100%;
        max-width: 100%; }
      .competitions .competitionsul .competition .comp_img_container {
        max-width: 200px;
        margin: auto;
        min-height: 0;
        margin-bottom: 30px; }

.show-more {
  margin-top: 15px;
  display: inline-block; }

.fixture-select-date h5 {
  font-weight: 500; }
.fixture-select-date button {
  margin-top: 35px; }

.contactus .panel-default .panel-heading {
  color: #0587D2;
  font-size: 14px; }

.uloverlap .nav {
  width: auto; }

.gallery-wrapper {
  width: 100%;
  text-align: center; }

.slider.video-slider {
  display: inline-block;
  width: 100%;
  height: auto; }
  .slider.video-slider iframe {
    padding-left: 4%; }
  .slider.video-slider .main-slide-wrapper {
    position: relative;
    padding: 0px 45px;
    overflow: hidden; }
    .slider.video-slider .main-slide-wrapper h1 {
      font-size: 24px; }
    .slider.video-slider .main-slide-wrapper .arrow {
      height: auto;
      display: flex;
      text-decoration: none; }
      .slider.video-slider .main-slide-wrapper .arrow:hover {
        text-decoration: none; }
      .slider.video-slider .main-slide-wrapper .arrow.prev, .slider.video-slider .main-slide-wrapper .arrow.next {
        position: absolute;
        bottom: 0px;
        top: 0px; }
        .slider.video-slider .main-slide-wrapper .arrow.prev span, .slider.video-slider .main-slide-wrapper .arrow.next span {
          align-self: center; }
  .slider.video-slider .slide {
    position: relative;
    width: 100%;
    min-height: 360px; }
  .slider.video-slider .video-slider-nav {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 15px;
    height: auto;
    overflow: hidden; }
    .slider.video-slider .video-slider-nav .photo-gallery {
      top: 0px;
      bottom: 0px;
      height: auto;
      padding: 0px;
      position: relative; }
      .slider.video-slider .video-slider-nav .photo-gallery li {
        height: 100%; }
        .slider.video-slider .video-slider-nav .photo-gallery li img {
          margin-top: -2px; }
    .slider.video-slider .video-slider-nav .arrow {
      top: 0;
      position: absolute;
      display: flex;
      margin: 0px;
      height: 100%;
      text-decoration: none; }
      .slider.video-slider .video-slider-nav .arrow span.glyphicon {
        top: 0;
        align-self: center; }
      .slider.video-slider .video-slider-nav .arrow.prevCar {
        float: left; }
      .slider.video-slider .video-slider-nav .arrow.nextCar {
        float: right; }

.slideAnim.ng-hide-add {
  opacity: 1;
  position: absolute; }

.slideAnim.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  position: absolute; }

.slideAnim.ng-hide-remove {
  -webkit-transition: .3s linear all;
  -moz-transition: .3s linear all;
  -o-transition: .3s linear all;
  transition: .3s linear all;
  opacity: 0; }

.slideAnim, .slideAnim.ng-hide-remove.ng-hide-remove-active {
  opacity: 1; }

.fixture-list table {
  display: inline-block; }
  .fixture-list table h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

@media (max-width: 991px) {
  .fixture-select-date .date-div .date-wrapper {
    width: 136px; }
  .fixture-select-date button {
    margin-top: 10px; }

  .fixture-select ul.fixtures {
    flex-wrap: wrap; }
    .fixture-select ul.fixtures li {
      min-width: 40px;
      margin: 10px; }

  .no-media-hide {
    display: none !important; }

  .competitions {
    text-align: center; }
    .competitions .region_image {
      margin: auto;
      float: none;
      margin: auto; }
    .competitions .competitionsul {
      width: 100%;
      margin: 0px; }

  .bgHighlight {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .fixture-list table h4 {
    max-width: 123px; } }
@media (max-width: 580px) {
  .navbar-header .welcome {
    display: none; }

  .fixture-select-date .col-xs-6 {
    width: 100%; } }
@media (max-width: 768px) {
  h1 {
    font-size: 24px; }

  .fixture_comp_logo {
    margin-bottom: 15px; }

  .images-table {
    margin-top: 15px; }

  .show-more {
    width: 100%; } }
@media (min-width: 992px) {
  .fixture-select ul.fixtures li {
    max-width: 40px; } }
@media (min-width: 1200px) {
  .fixture-select ul.fixtures li {
    max-width: 50px; } }

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