.central-position,
.left-position {
  -webkit-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}

.sbx-amazon__reset,
.tc-btn-load,
.tc-compare .tc-company-lable .site-img {
  cursor: pointer;
}

/*
body {
    background: 0 0 !important;
    overflow-x: hidden
}
*/
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tc-btn.tc-btn-two-arrow:hover {
  color: #fff;
}

.tc-compare .tc-mark .tc-mark-link {
  text-decoration: underline;
}

.tc-mark .cell {
  width: 100% !important;
}

.tc-mark .cell .why a {
  color: #5c717c !important;
}

.tc-btn-two-arrow {
  background-color: #e87e39;
}

footer > .tc-flex {
  margin-bottom: 60px !important;
  padding: 65px 10px 18px !important;
}

footer .tc-follow ul li {
  width: 30.5% !important;
}

footer .tc-support {
  /*padding-left: 20px;*/
  overflow: hidden;
  margin-left: -20px;
}

footer .tc-support .tc-float-wrap {
  width: 50%;
  float: left;
}

.tc-team-header .tc-event-info {
  max-height: none;
}

.tc-team-header .tc-event-info .more-content a {
  -webkit-text-fill-color: #e87e39;
}

.tc-teams-section .tc-teams-list .tc-name a {
  text-decoration: none;
  color: #737373;
}

.more-content.hide-content {
  height: 0;
  overflow: hidden;
  display: none;
}

.link-more-content.hide-content {
  display: none;
}

.tc-performer-page-bg {
  background-attachment: fixed;
  padding: 0;
  background-image: url(images/guitar-man.jpg);
}

.tc-team-header.tc-team-bg {
  background-size: cover;
  background-position: center;
}

.tc-performes.tc-section-cut:before {
  margin-top: 50px;
}

.tc-performes.tc-section-cut:after {
  content: " ";
  position: absolute;
  top: 0;
  background-color: #fff;
  height: 50px;
  display: block;
  width: 100%;
  border-width: 0;
}

.tc-performes.tc-section ul li {
  z-index: 11;
}

.team-page-darkness-block {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

footer .tc-hot-events {
  padding-left: 15px !important;
}

.tc-breadcrum-white a,
.tc-breadcrum-white span {
  text-decoration: underline;
  position: relative;
}

/*.tc-breadcrum-white a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 9px;
    color: #fff;
    position: absolute;
    right: -21px;
    top: 4px
}*/
.tc-breadcrum-white a::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 9px;
  color: #fff;
  position: relative;
  left: 5px;
  bottom: 1px;
}

.feature-box .tooltip,
.textcont .messagehover,
.why-pop {
  font-family: Roboto, sans-serif;
}

.send-message {
  padding: 10px 15px;
  margin: 3px;
  border: 2px solid;
  background-color: #f1f1f1;
}

.error-message {
  border-color: #a66;
  color: #822;
  background-color: #fff1f1;
}

.success-message {
  border-color: #6a6;
  color: #282;
  background-color: #f1fff1;
}

.tc-other-data {
  margin-top: 30px;
  color: #5c717c;
}

.tc-other-data .tc-email,
.tc-other-data .tc-location {
  width: 50%;
  float: left;
  text-align: center;
}

header .tc-search .tc-search-submit {
  z-index: 4;
}

header .tc-nav-list > ul {
  /* max-height: 400px; */
  overflow-y: auto;
  z-index: 100;
}

header .tc-header-nav {
  padding-left: 30px;
}

header .tc-header-nav.main a {
  display: block;
}

#menu-item-697,
#menu-item-698,
.why-pop {
  display: none;
}

.cell .why {
  font-size: 12px;
  color: #007dbe;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: underline;
}

.cell .plus {
  font-weight: 700;
  color: #73ad07;
  position: relative;
  font-size: 13px;
}

.cell .why a:link,
.cell .why a:visited {
  color: #007dbe;
}

.cell .why a:hover {
  color: #f78603;
}

.feature-box:hover .tooltip,
.why-pop {
  padding: 10px;
  color: #454545;
  line-height: 20px;
  font-size: 16px;
  word-wrap: break-word;
}

.why-pop {
  text-align: left;
  height: auto;
  position: absolute;
  z-index: 999;
  width: 300px;
  margin-left: 18px;
  border-radius: 4px;
  left: 0;
  background-color: #fff;
  border-color: #e2e2e2;
  -webkit-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.35);
  font-weight: 400;
  margin-top: 7px;
}

.feature-box .tooltip:before,
.why-pop:before {
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.95);
  top: -10px;
  right: 28px;
  content: " ";
}

.why-pop:before {
  position: absolute;
  width: 0;
}

.cell #why:hover + .why-pop,
.tc-mark:hover .why-pop {
  display: block;
}

.features {
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.feature-box {
  float: left;
  width: 18.51%;
  position: relative;
}

.feature-box .tooltip {
  display: none;
}

.feature-box .tooltip:before {
  position: absolute;
  width: 0;
}

.feature-box:hover .tooltip {
  position: absolute;
  display: block;
  width: 160px;
  background: #fff;
  border-radius: 5px;
  top: 45px;
  right: -20px;
  margin-bottom: 10px;
  text-align: left;
  border-color: #e2e2e2;
  -webkit-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.55);
  font-weight: 400;
  z-index: 101;
}

.features img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.feature-description {
  display: inline-block;
  font-size: 9px;
  line-height: 12px;
  margin: 5px 0 0;
  vertical-align: top;
}

.totop,
iframe[name="google_conversion_frame"] {
  display: none;
}

.sbx-amazon__reset {
  display: none;
  position: absolute;
  top: 9px;
  right: 54px;
  margin: 0;
  border: 0;
  background: 0 0;
  padding: 0;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  fill: rgba(0, 0, 0, 0.5);
}

.totop {
  z-index: 100;
  position: fixed;
  bottom: 2%;
  right: 2%;
}

.target-full-review {
  padding-top: 5px;
}

.target-full-review,
.target-full-review a {
  color: #2e9fff;
  text-transform: uppercase;
  font-weight: 700;
}

.tc-main .tc-main-header .tc-header-text,
.tc-tickets-name {
  text-transform: capitalize;
}

.tc-teams {
  align-items: flex-start;
}

.tc-vs {
  margin-top: 4px;
}

.tc-team-header.tc-team-bg {
  padding-bottom: 150px !important;
}

.tc-team-page-bg .tc-select-area,
.actual-team-page-bg .tc-select-area {
  margin-top: -150px;
}

.tc-mb-only.tc-search.tc-active-form {
  position: absolute;
  width: 50%;
  z-index: 100;
}

.tc-mb-only.tc-search.tc-active-form input.tc-search-fild[type="search"] {
  width: 100%;
  padding-left: 45px;
}

.tc-team-1 {
  width: 47%;
  justify-content: flex-end;
}

.tc-team-2 {
  width: 47%;
}

#location {
  display: block;
  font-style: normal;
}

.tc-teams a.flex-basis {
  flex-basis: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 120px;
  display: block;
  width: 120px;
}

@media screen and (max-width: 768px) {
  .tc-team-page-bg .tc-select-area,
  .actual-team-page-bg .tc-select-area {
    margin-top: 25px;
  }

  .tc-team-header.tc-team-bg {
    padding-bottom: 0 !important;
  }

  .tc-teams a.flex-basis {
    flex-basis: 100px;
    height: 100px;
    width: 100px;
  }

  .tc-mb-only.tc-search {
    position: absolute;
    right: 40px;
  }

  header .tc-toggle-menu {
    position: absolute;
    right: 10px;
  }
}

#date_peacker_1,
.tc-select-item {
  position: relative;
}

.tc-teams a.flex-basis img {
  width: 100%;
  height: 100%;
}

.left-position {
  -moz-transform: translateX(900px) translateY(-10px);
  -webkit-transform: translateX(900px) translateY(-10px);
  -o-transform: translateX(900px) translateY(-10px);
  -ms-transform: translateX(900px) translateY(-10px);
  transform: translateX(900px) translateY(-10px);
  transition: all 1s ease-out;
}

.central-position {
  -moz-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: all 1s ease-out;
}

.top-left-position,
.top-position {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}

.top-left-position {
  -moz-transform: translateX(900px) translateY(-130px);
  -webkit-transform: translateX(900px) translateY(-130px);
  -o-transform: translateX(900px) translateY(-130px);
  -ms-transform: translateX(900px) translateY(-130px);
  transform: translateX(900px) translateY(-130px);
  transition: all 1s ease-out;
}

.top-position {
  -moz-transform: translateX(0) translateY(-130px);
  -webkit-transform: translateX(0) translateY(-130px);
  -o-transform: translateX(0) translateY(-130px);
  -ms-transform: translateX(0) translateY(-130px);
  transform: translateX(0) translateY(-130px);
  transition: all 1s ease-out;
}

.hidden-popover {
  -moz-transform: translateX(600px) translateY(0);
  -webkit-transform: translateX(600px) translateY(0);
  -o-transform: translateX(600px) translateY(0);
  -ms-transform: translateX(600px) translateY(0);
  transform: translateX(600px) translateY(0);
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  visibility: hidden;
}

.tc-team-1.tc-flex.tc-vertical-center {
  justify-content: flex-start;
}

.tc-team-2.tc-flex.tc-vertical-center {
  justify-content: flex-end;
}

.tc-header .tc-team-name {
  text-align: center;
  width: 100%;
  display: block;
}

.tc-team-header .tc-event-info.tc-desktop {
  overflow-y: auto;
  max-height: none;
  -webkit-text-fill-color: #fff;
}

#select_location_stdaium,
#select_time_condition {
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  top: 67px;
  z-index: 100;
  right: 0;
  box-shadow: 1px 1px 15px #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#select_location_stdaium:before,
#select_time_condition:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.95);
  top: -10px;
  right: 28px;
}

#select_location_stdaium.hide-list-location,
#select_time_condition.hide-list-location {
  visibility: hidden;
}

#select_location_stdaium .item-select-location,
#select_time_condition .item-select-location {
  padding: 10px 15px;
  color: #273f4c;
  cursor: pointer;
  font-size: 14px;
}

#select_location_stdaium .active-item,
#select_time_condition .active-item {
  font-weight: 500;
  color: #1a3341;
}

#date_peacker_1 {
  width: 1px;
  visibility: hidden;
  left: -70%;
  top: 15px;
}

.tc-compare .tc-title {
  font-size: 24px;
}

.tc-load-wrap .tc-btn-load {
  color: #5c717c;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .tc-flex.tc-vertical-center {
    align-items: center !important;
  }

  .tc-header .tc-team-name {
    min-height: auto;
    display: block;
    font-weight: 400;
  }

  .tc-header .tc-event-info,
  .tc-header .tc-suptitle,
  .tc-header .tc-vs {
    font-weight: 400;
  }

  .tc-compare .tc-title {
    font-size: 24px;
  }

  .tc-header .tc-vs {
    /* font-size: 28px; */
    margin-top: 25px;
  }
}

.navigation.pagination .screen-reader-text,
.tc-info-wrap .tc-aside-section.tc-service-info {
  display: none;
}

#breadcrumbs {
  margin: 0;
}

footer .tc-support ul li {
  width: 100%;
}

footer .tc-support ul {
  width: 50%;
  float: left;
}

footer .tc-follow {
  min-width: 200px;
  position: absolute;
  left: 0;
  bottom: -80px;
  opacity: 0.66;
}

footer .tc-follow .tc-section-title {
  float: left;
}

footer .tc-follow ul {
  width: 60%;
  float: left;
  padding-left: 15px;
}

footer .footer-right-list {
  width: 235px;
}

.tc-wrap.tc-main {
  max-width: 1105px;
}

.tc-wrap.tc-main .tc-main-header {
  margin: 40px 0 30px;
}

.tc-pros-cons {
  padding-top: 5px;
  padding-bottom: 40px;
}

.tc-container-wrap .tc-article {
  font-size: 21px;
  line-height: 1.65;
  color: #494949;
}

.tc-article h1,
.tc-article h2 {
  font-size: 32px;
  font-weight: 700;
  color: #102f3f;
}

.tc-article h2 {
  margin: 45px 0;
}

.tc-article h1 {
  margin: 48px 0;
}

footer .footer-right-list ul {
  padding-left: 40px;
  padding-bottom: 10px;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

footer .footer-right-list ul li {
  width: 100%;
  font-size: 12px;
  margin-bottom: 1px;
}

.tc-other-data img {
  max-width: 30px;
  max-height: 30px;
  vertical-align: middle;
}

.tc-team-header {
  background: -moz-linear-gradient(
    top,
    #3b8bd2 0,
    rgba(57, 137, 208, 0.5) 71%,
    rgba(56, 56, 56, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #3b8bd2 0,
    rgba(57, 137, 208, 0.5) 71%,
    rgba(56, 56, 56, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #3b8bd2 0,
    rgba(57, 137, 208, 0.5) 71%,
    rgba(56, 56, 56, 0) 100%
  );
}

.tc-desktop a.link-more-content {
  font-weight: 500;
}

.tc-btn.tc-btn-disabled {
  min-width: 210px;
}

.tc-vendor-header .tc-breadcrum-dark {
  margin-top: 25px;
}

.tc-vendor-header.tc-wrap.tc-main .tc-main-header {
  margin-top: 20px;
}

.tc-tennis--event.tc-event-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(images/tennis-2.jpg) !important;
}

.tc-tennis-page-bg {
  background-attachment: fixed;
  padding: 0;
  background-image: url(images/tennis-1.jpg);
  background-size: cover;
}

.tc-nfl-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url(images/football-2.jpg) !important;
}

.tc-nfl--background_dark {
  background: -webkit-linear-gradient(
    rgba(16, 16, 16, 0.82) 0,
    rgba(78, 78, 78, 0.03) 31%,
    rgba(71, 71, 71, 0) 100%
  );
  background: -o-linear-gradient(
    rgba(16, 16, 16, 0.82) 0,
    rgba(78, 78, 78, 0.03) 31%,
    rgba(71, 71, 71, 0) 100%
  );
  background: linear-gradient(
    rgba(16, 16, 16, 0.82) 0,
    rgba(78, 78, 78, 0.03) 31%,
    rgba(71, 71, 71, 0) 100%
  );
}

.tc-basketball-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url(images/basketball-match-page-bg.jpg) !important;
}

.tc-basketball--background_dark {
  background: -webkit-linear-gradient(
    rgba(16, 16, 16, 0.82) 0,
    rgba(78, 78, 78, 0.03) 31%,
    rgba(71, 71, 71, 0) 100%
  );
  background: -o-linear-gradient(
    rgba(16, 16, 16, 0.82) 0,
    rgba(78, 78, 78, 0.03) 31%,
    rgba(71, 71, 71, 0) 100%
  );
  background: linear-gradient(
    rgba(16, 16, 16, 0.82) 0,
    rgba(78, 78, 78, 0.03) 31%,
    rgba(71, 71, 71, 0) 100%
  );
}

.tc-cricket-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url(images/cricket-2000-x-310.jpg) !important;
}

.tc-cricket--background_dark {
  background: -webkit-linear-gradient(
    rgba(16, 16, 16, 0.82) 0,
    rgba(78, 78, 78, 0.03) 31%,
    rgba(71, 71, 71, 0) 100%
  );
  background: -o-linear-gradient(
    rgba(16, 16, 16, 0.82) 0,
    rgba(78, 78, 78, 0.03) 31%,
    rgba(71, 71, 71, 0) 100%
  );
  background: linear-gradient(
    rgba(16, 16, 16, 0.82) 0,
    rgba(78, 78, 78, 0.03) 31%,
    rgba(71, 71, 71, 0) 100%
  );
}

.tc-rugby-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url(images/v2-football-2.jpg) !important;
}

.tc-rugby-page-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url(images/v2-football-1.jpg);
}

.tc-rugby-page-bg .tc-team-header {
  background: 0 0;
}

.tc-team-page-bg.tc-basketball-page-bg,
.tc-team-page-bg.tc-cricket-page-bg,
.tc-team-page-bg.tc-nfl-page-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.tc-team-page-bg.tc-nfl-page-bg {
  background-image: url(images/football-1.jpg);
}

.tc-team-page-bg.tc-basketball-page-bg {
  background-image: url(images/basketball-highres.jpg);
}

.tc-team-page-bg.tc-cricket-page-bg {
  background-image: url(images/cricket-2000-x-1500.jpg);
}

.tc-competitions ul.tc-teams-list.tc-flex.tc-space-between li {
  margin-bottom: 20px;
}

.tc-venues ul.tc-teams-list.tc-flex.tc-space-between li {
  margin-bottom: 20px;
}

.tc-vendor-header .tc-main-header h1.tc-long-text {
  font-size: 36px;
}

.tc-breadcrum-white a,
.tc-breadcrum-white span {
  margin: 0 12px 0 0;
}

.tc-breadcrum-white a:before {
  padding: 0 11px;
}

.tc-basketball-page-bg .tc-team-header,
.tc-cricket-page-bg .tc-team-header,
.tc-nfl-page-bg .tc-team-header {
  background: 0 0;
}

.navigation.pagination .nav-links {
  text-align: center;
}

.navigation.pagination .nav-links a {
  display: inline-block;
  color: rgba(16, 47, 63, 0.68);
  padding: 5px 8px;
  font-size: 16px;
}

.navigation.pagination .nav-links a.page-numbers {
  background: #5c717c;
  color: #fff;
  text-decoration: none;
  margin-top: 5px;
}

.tc-pros-cons .tc-company {
  justify-content: flex-start;
}

.tc-pros-cons .tc-company img {
  margin-bottom: 20px;
}

.tc-best-ticket .tc-item img {
  height: auto;
}

.tc-breadcrum-white span {
  text-decoration: none;
}

.tc-section ul li .tc-item-footer .tc-large {
  position: relative;
  z-index: 100;
}

.tc-header-nav.main > li:hover ul {
  display: block;
  z-index: 220;
}

@media (min-width: 1025px) {
  .tc-header-nav.main > li:hover ul {
    display: block !important;
  }
}

.rtl .close_search {
  left: 22px;
  right: auto !important;
}

header .tc-header-nav.main .tc-nav-list ul .tc-list-item > a,
header .tc-header-nav.main li.tc-item--has_list > span {
  font-weight: 700;
}

.tc-section .tc-section-title h2.tc-title-left {
  margin-top: 0;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 34px;
}

.tc-section .tc-section-title h2.tc-title-left > a {
  color: #102f3f;
  font-size: 34px;
  font-family: "Droid Serif", serif;
  text-decoration: none;
}

header .tc-header-nav.main > li.tc-nav-list {
  padding-bottom: 10px;
  margin-bottom: -10px;
  background-position: right 5px;
  clear: both;
}

.tc-event .tc-header-wrap {
  line-height: normal;
  padding: 10px 15px 9px;
}

.tc-header .tc-suptitle {
  margin-top: 20px;
}

.tc-header .tc-teams {
  margin: 10px 0 15px;
}

.aa-dropdown-menu {
  max-height: 450px;
  overflow: auto;
}

.loaction-selector.filter-select {
  display: none !important;
}

.tc-vendor.tc-main .tc-article {
  margin-top: 45px;
}

.tc-aside .tc-aside-section.tc-service-info {
  margin-top: 55px;
}

.tc-select-area .tc-select-item {
  margin-right: 1%;
  margin-left: 1%;
  max-width: 49%;
}

.tc-tickets-list .tc-list-item:after {
  display: block;
  left: 0;
}

@media screen and (max-width: 968px) {
  .tc-main .tc-container-wrap {
    flex-direction: column;
  }

  .tc-aside .tc-aside-section.tc-service-info {
    display: none;
  }

  .tc-aside-section.tc-best-ticket {
    width: 100%;
    max-width: 605px;
  }

  .tc-best-ticket .tc-item .tc-read-review {
    margin-top: 20px;
  }

  .tc-info-wrap .tc-aside-section.tc-service-info {
    display: inline-block;
  }

  .tc-other-vendor,
  .tc-vendor .tc-btn-simple.tc-btn-simple-big {
    display: none;
  }

  .tc-pros-cons .tc-company {
    max-width: 380px;
  }
}

@media screen and (max-width: 768px) {
  body {
    background: #fff !important;
  }

  .tc-compare .tc-title {
    font-size: 18px;
  }

  .tc-section .tc-section-title h2.tc-title-left {
    font-size: 21px;
    line-height: 30px;
  }

  .tc-section .tc-section-title h2.tc-title-left > a {
    font-size: 21px;
  }

  #tc_select_dates,
  #tc_select_loaction {
    display: block;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #eee;
    max-width: 385px;
    min-height: 45px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 345px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    color: #5a6f7a;
    font-weight: 700;
    position: relative;
    z-index: 11;
  }

  #tc_select_loaction {
    padding: 5px 15px 5px 105px;
  }

  #tc_select_dates {
    padding: 5px 15px 5px 130px;
  }

  .loaction-selector {
    background-color: #fff;
    height: 46px;
    border-radius: 6px;
  }

  .loaction-selector.filter-select .tc-item-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }

  .loaction-selector.filter-select {
    position: relative;
    display: block;
  }

  .city-selector,
  .date-selector,
  .football-selector,
  .loaction-selector.filter-select .label-filter,
  .loaction-selector.filter-select .label-filter__date {
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 35px;
    color: #5a6f7a;
  }

  .hide-breadcrumb-basketball,
  .hide-breadcrumb-cricket,
  .hide-breadcrumb-nfl,
  .tc-filter-change .tc-select-item.tc-flex,
  .tc-header .tc-social.tc-mobile-only,
  .tc-match--background_dark .breadcrumb_last,
  .tc-match--background_dark span a.hide-before:before,
  .tc-preformence-breadcrum .breadcrumb_last,
  .tc-preformence-breadcrum span a.hide-before:before,
  .why,
  span.hide-breadcrumb-basketball:before span.hide-breadcrumb-cricket:before,
  span.hide-breadcrumb-nfl:before {
    display: none;
  }

  .loaction-selector.filter-select .label-filter {
    padding-left: 35px;
    background: url(images/icons/map.png) left 10px center no-repeat;
    background-size: 18px;
  }

  .loaction-selector.filter-select.football-selector .label-filter {
    background: none;
  }

  .loaction-selector.filter-select.date-selector .label-filter {
    background: none;
  }

  .loaction-selector.filter-select .label-filter__date {
    padding-left: 35px;
    background-size: 22px;
  }

  .date-selector {
    background: url(images/icons/calendar.png) left 5px center no-repeat #fff;
    background-size: 22px;
    border-radius: 5px;
  }

  .football-selector {
    background: url(images/icons/football_mobile.jpg) left 5px center no-repeat;
    background-size: 22px;
  }

  .city-selector {
    background: url(images/icons/locations.png) left 5px center no-repeat;
    background-size: 20px;
  }

  .tc-header .tc-vs {
    font-size: 28px;
  }

  .tc-other-data .tc-email,
  .tc-other-data .tc-location,
  footer .footer-right-list {
    width: 100%;
  }

  .tc-performer .tc-wrap {
    padding-top: 5px;
  }

  footer .footer-right-list ul {
    border-left: none;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    padding-left: 0;
    padding-top: 10px;
  }

  footer .footer-right-list ul li {
    text-align: center;
  }

  footer .tc-hot-events {
    max-width: none;
  }

  .tc-pros-cons .tc-company {
    max-width: 100%;
  }

  .tc-btn.tc-btn-disabled {
    min-width: auto;
  }

  .tc-compare .tc-results-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tc-tennis-mobile-bg {
    background: #fff;
  }

  .tc-tennis-page-bg .tc-team.tc-team-header {
    background-image: url(images/tennis-1-mob.jpg);
    background-size: cover;
  }

  .tc-rugby-page-bg .tc-team-header.tc-team-bg {
    background-image: url(images/v2-football-1-mob.jpg);
  }

  .tc-rugby-page-bg,
  .tc-team-page-bg.tc-nfl-page-bg {
    background: 0 0;
  }

  .tc-team-page-bg.tc-nfl-page-bg .tc-team-header.tc-team-bg {
    background-image: url(images/football-1-mob.jpg);
  }

  .tc-team-page-bg.tc-basketball-page-bg {
    background: 0 0;
  }

  .tc-team-page-bg.tc-basketball-page-bg .tc-team-header.tc-team-bg {
    background-image: url(images/basketball-bg-mobile.jpg);
  }

  .tc-team-page-bg.tc-cricket-page-bg {
    background: 0 0;
  }

  .tc-team-page-bg.tc-cricket-page-bg .tc-team-header.tc-team-bg {
    background-image: url(images/cricket-750-x-430.jpg);
  }

  .tc-vendor-header .tc-main-header h1.tc-long-text {
    font-size: 26px;
  }

  .tc-performer .tc-tickets-list .tc-compare-wrap .tc-mb-btn {
    min-width: 81px;
  }

  .tc-team-header .tc-text-wrap {
    padding-bottom: 15px;
  }

  .tc-team-page-bg .tc-select-area,
  .actual-team-page-bg .tc-select-area {
    margin-top: 5px;
  }

  .tc-performer-page-bg .tc-team.tc-team-header {
    background-image: url(images/guitar-man.jpg);
    background-size: cover;
  }
}

@media screen and (max-width: 426px) {
  body {
    background: #fff !important;
  }

  .tc-compare .tc-title {
    font-size: 12px;
  }

  .tc-tennis-mobile-bg {
    background-size: 100% 100%;
  }

  .tc-team-header .tc-title {
    font-size: 22px;
  }

  #tc_select_dates,
  #tc_select_loaction,
  .filter-select #dateFilter,
  .filter-select #homeOrAwayFilter,
  .filter-select #cityFilter,
  .loaction-selector.filter-select {
    width: 100%;
  }

  .tc-mb-only.tc-search {
    top: 10px;
  }
}

.loading-img {
  display: block;
  margin: auto;
  width: 45%;
}

.loading-img--small {
  width: 32px;
  vertical-align: middle;
}

.tc-team-page-bg,
.actual-team-page-bg {
  background-attachment: fixed;
}

.tc-emblem-img {
  max-height: 79px;
}

.tc-section ul li .tc-item-header img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.tc-section ul li .tc-item-header img.tc-emblem-img {
  max-width: 90px;
  max-height: 90px;
}

.tc-performes.tc-section ul li img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

header .tc-header-nav.main .tc-nav-list ul .tc-list-item {
  min-width: 130px;
  text-transform: none;
}

header .tc-header-nav.main .tc-nav-list > ul.sub-menu {
  max-width: 600px;
  margin-left: -20px;
  background: #fff;
  border: none;
  box-shadow: 2px 0 16px 2px rgba(21, 21, 21, 0.31);
  overflow: visible;
  top: 58px;
  z-index: 99999;
}

header .tc-header-nav.main .tc-nav-list > ul.sub-menu.two-column {
  max-width: 420px;
}

header .tc-header-nav.main .tc-nav-list ul .tc-list-item a {
  min-width: 100px;
}

header .tc-header-nav.main .tc-nav-list > ul.sub-menu:before {
  content: " ";
  position: absolute;
  top: -5px;
  left: 38px;
  background: #fff;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  box-shadow: 2px -2px 5px -1px #989696;
  z-index: -2;
}

header .tc-header-nav.main .tc-list-item ul.sub-menu {
  position: static;
  border: none;
  background: 0 0;
  border-top: solid 1px rgba(16, 47, 63, 0.1);
  margin-top: 5px;
  padding-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.tc-tickets .tc-compare-wrap .tc-btn-simple,
.tc-tickets-list .tc-team-item .tc-team-name {
  width: 100%;
}

header .tc-header-nav.main .tc-nav-list ul .tc-list-item a {
  border: none;
  font-size: 14px;
}

header .tc-header-nav.main .tc-nav-list ul .tc-last-item a {
  border: none;
  text-transform: none;
  padding: 0;
}

header .tc-header-nav.main .tc-nav-list ul .tc-last-item {
  padding: 8px 10px;
}

header .tc-header-nav.main li.tc-item--has_children {
  position: relative;
  background-color: rgba(16, 47, 63, 0.04);
}

header .tc-header-nav.main li.tc-item--has_children > a:after {
  content: "►";
  font-size: 11px;
  margin-left: 5px;
}

header .tc-header-nav.main .tc-nav-list li.tc-item--has_children > ul.sub-menu {
  display: none !important;
}

header
  .tc-header-nav.main
  .tc-nav-list
  li.tc-item--has_children:hover
  > ul.sub-menu {
  visibility: visible;
}

.tc-wrap.tc-flex.tc-space-between.tc-vertical-center {
  position: relative;
}

.tc-match--background_dark {
  background: -webkit-linear-gradient(
    rgba(16, 16, 16, 0.82) 0,
    rgba(78, 78, 78, 0.03) 27%,
    rgba(78, 78, 78, 0.03) 75%,
    rgba(16, 16, 16, 0.82) 100%
  );
  background: -o-linear-gradient(
    rgba(16, 16, 16, 0.82) 0,
    rgba(78, 78, 78, 0.03) 27%,
    rgba(78, 78, 78, 0.03) 75%,
    rgba(16, 16, 16, 0.82) 100%
  );
  background: linear-gradient(
    rgba(16, 16, 16, 0.82) 0,
    rgba(78, 78, 78, 0.03) 27%,
    rgba(78, 78, 78, 0.03) 75%,
    rgba(16, 16, 16, 0.82) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1515151', endColorstr='#00474747', GradientType=0);
}

.tc-compare .tc-company-lable img {
  max-width: 210px;
}

.tc-header .tc-title {
  margin: 50px 0 25px;
}

.tc-event-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(images/guitar-man.jpg);
}

.tc-team-header.tc-performer-bg {
  background: 0 0;
}

.tc-fighting-page-bg,
.tc-theatre-page-bg {
  background-attachment: fixed;
  padding: 0;
  background-size: cover;
}

.tc-theatre-page-bg {
  background-image: url(images/concerts-1.jpg);
}

.tc-fighting-page-bg {
  background-image: url(images/wrestlemania.webp);
  background-position: bottom;
}

.tc-fighting--event {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url(images/boxing-event-page.jpg);
  background-position: bottom;
}

.tc-title-wrap .post-type {
  text-transform: capitalize;
}

.tc-tickets-list .tc-team-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 0 auto;
}

.tc-tickets-list .tc-team-item .tc-team-emblem {
  margin: auto;
}

@media screen and (max-width: 1024px) {
  header .tc-header-nav.main .tc-nav-list > ul.sub-menu:before {
    display: none;
  }

  header .tc-header-nav.main .tc-nav-list > ul.sub-menu {
    overflow: auto;
    max-width: 100%;
    margin-left: 0;
  }

  header .tc-header-nav.main .tc-nav-list ul.list-menu .tc-list-item {
    float: none;
  }

  header
    .tc-header-nav.main
    .tc-nav-list
    li.tc-item--has_children
    > ul.sub-menu {
    position: static;
    visibility: visible;
    display: none;
  }

  .tc-wrap.tc-flex.tc-space-between.tc-vertical-center,
  header .tc-header-nav.main .tc-nav-list ul {
    position: static;
  }

  header .tc-menu-wrap {
    height: 100vh;
  }

  header .tc-header-nav.main .tc-nav-list > ul.sub-menu.two-column {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .tc-team-header.tc-team-bg {
    background-image: url(images/stadium-mobile.webp);
  }

  .tc-performer .tc-tickets-list .tc-compare-wrap .tc-btn.tc-btn-disabled {
    width: 70px;
    font-size: 12px;
    line-height: 1em;
    padding: 10px;
    height: auto;
  }

  .tc-performer.tc-select-area,
  .tc-performer.tc-tickets {
    margin-left: 3px;
    margin-right: 3px;
  }

  .tc-team-header.tc-performer-bg {
    padding-top: 40px;
  }

  .tc-theatre-page-bg {
    background-image: url(images/concerts-1-mob.jpg);
  }

  .tc-fighting-page-bg {
    background-image: url(images/boxing-mobile.jpg);
    background-position: bottom;
  }

  .tc-tickets .tc-compare-wrap .tc-btn-simple {
    width: auto;
  }
}

@media screen and (max-width: 340px) {
  .tc-tickets-list .tc-team-item .tc-team-name {
    font-size: 14px;
  }

  .tc-team .tc-tickets-list .tc-compare-wrap .tc-btn-simple {
    padding: 17px 40px;
  }
}

.tc-event.tc-performer--event .tc-event-info {
  font-weight: 300;
}

@media screen and (min-width: 767px) {
  .tc-fighting-page-bg .tc-team-header.tc-performer-bg,
  .tc-theatre-page-bg .tc-team-header.tc-performer-bg {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.53) 0,
      rgba(101, 101, 101, 0.18) 71%,
      rgba(56, 56, 56, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.53) 0,
      rgba(101, 101, 101, 0.18) 71%,
      rgba(56, 56, 56, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.53) 0,
      rgba(101, 101, 101, 0.18) 71%,
      rgba(56, 56, 56, 0) 100%
    );
  }

  .tc-tennis-page-bg .tc-team-header.tc-performer-bg {
    background: -moz-linear-gradient(
      top,
      #3b8bd2 0,
      rgba(57, 137, 208, 0.5) 71%,
      rgba(56, 56, 56, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      #3b8bd2 0,
      rgba(57, 137, 208, 0.5) 71%,
      rgba(56, 56, 56, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      #3b8bd2 0,
      rgba(57, 137, 208, 0.5) 71%,
      rgba(56, 56, 56, 0) 100%
    );
  }

  .tc-rugby-page-bg .tc-team-header {
    background: -moz-linear-gradient(
      top,
      rgba(46, 111, 0, 0.9) 0,
      rgba(40, 134, 11, 0.35) 71%,
      rgba(56, 56, 56, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(46, 111, 0, 0.9) 0,
      rgba(40, 134, 11, 0.35) 71%,
      rgba(56, 56, 56, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(46, 111, 0, 0.9) 0,
      rgba(40, 134, 11, 0.35) 71%,
      rgba(56, 56, 56, 0) 100%
    );
  }

  .tc-basketball-page-bg .tc-team-header,
  .tc-cricket-page-bg .tc-team-header,
  .tc-nfl-page-bg .tc-team-header {
    background: -moz-linear-gradient(
      top,
      #3b8bd2 0,
      rgba(57, 137, 208, 0.5) 71%,
      rgba(56, 56, 56, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      #3b8bd2 0,
      rgba(57, 137, 208, 0.5) 71%,
      rgba(56, 56, 56, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      #273e69 0,
      rgba(39, 61, 104, 0.19) 71%,
      rgba(56, 56, 56, 0) 100%
    );
  }
}

header .tc-header-nav.main .tc-nav-list ul.list-menu .tc-list-item {
  float: left;
  width: 30%;
  display: inline-block;
  min-width: 180px;
}

@media screen and (min-width: 1024px) {
  header .tc-header-nav.main .tc-nav-list > ul.sub-menu {
    overflow: visible;
  }
}

@media screen and (min-width: 0\0) {
  .tc-compare .tc-results {
    border-top: solid 1px #d3d3d3;
  }

  .tc-compare .tc-results-item {
    border-bottom: dashed 1px #d3d3d3;
  }

  .tc-compare .tc-results-item:after {
    content: none;
    width: 100%;
    height: 0;
    opacity: 0;
    background-position: top;
    background-size: 0;
    top: 0;
    box-sizing: unset;
    background-image: none;
  }
}

input[type="checkbox"].switch_1 {
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3.5em;
  height: 1.5em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type="checkbox"].switch_1:checked {
  background: #68b74d;
}

input[type="checkbox"].switch_1:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
  left: calc(100% - 1.5em);
}

.textcont {
  left: 130px;
  position: relative;
  display: inline-block;
}

.textcont .messagehover {
  text-align: left;
  height: auto;
  padding: 10px;
  display: none;
  position: absolute;
  z-index: 999;
  width: 300px;
  margin-left: 18px;
  border-radius: 4px;
  left: -30px;
  word-wrap: break-word;
  background-color: #fff;
  border-color: #e2e2e2;
  color: #454545;
  -webkit-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.35);
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 7px;
}

.textcont .messagehover::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff;
}

.textcont:hover .messagehover {
  display: block;
}

.buttontext {
  margin-left: 5px;
  margin-top: 8px;
  display: inline-block;
  position: absolute;
  width: 250px;
}

.image-info {
  width: 15px;
  margin-bottom: 6px;
}

.tc-select-area .tc-item-city {
  background: url(/wp-content/themes/ticket-compare/svg/location.svg) left 15px
    center no-repeat;
  background-size: 22px;
}

@media screen and (max-width: 767px) {
  .loaction-selector .filter-select .label-filter__city {
    position: absolute;
    left: 0;
    top: 5px;
    padding-left: 35px;
    background: url(/wp-content/themes/ticket-compare/assets/images/icons/Location.png)
      left 5px center no-repeat;
    background-size: 22px;
    line-height: 35px;
    color: #5a6f7a;
  }

  .tc-select-area .tc-item-city {
    padding: 4px 15px 4px 35px;
    background: url(/wp-content/themes/ticket-compare/assets/images/icons/Location.png)
      left 4px center no-repeat;
    background-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .football-selector .filter-select .label-filter__football {
    position: absolute;
    left: 0;
    top: 5px;
    padding-left: 35px;
    background: url(/wp-content/themes/ticket-compare/assets/images/icons/football-mobile.jpg)
      left 5px center no-repeat;
    background-size: 22px;
    line-height: 35px;
    color: #5a6f7a;
  }
}
