* {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
*:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
body {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 14px;
   line-height: 1.15;
   color: #333;
   background-color: #333;
   margin: 0;
   padding: 0;
}
input, button, select, textarea {
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
}
.img-fluid {
   max-width: 100%;
   height: auto;
}
h1, h2, h3, p, ul {
   margin: 0;
   padding: 5px 0px;
   font-size: 20px;
}
h2 {
   font-size: 18px;
}
h3 {
   font-size: 16px;
}
.sub-heading, .subHeading {
   padding: 5px;
   margin: 0px 0px 5px 0px;
   background-color: #eee;
   clear: both;
}
p {
   font-size: 14px;
}
p.note {
   font-size: 11px;
   color: #666;
}
p.justify {
   text-align: justify;
}
p.breadcrumbs {
   display: none;
}
ul {
   padding: 5px 0px 5px 20px;
   font-size: 14px;
}
a {
   color: #09f;
   text-decoration: none;
}
a:hover, a:active {
   text-decoration: underline;
}
h1 a, h1 a:hover, h1 a:active {
   color: #333;
   text-decoration: none;
}
h1 span {
   white-space: nowrap;
}
.sub-heading a {
   color: #333;
}
.sub-heading a:hover, .sub-heading a:active {
   color: #09f;
   text-decoration: none;
}
.red {
   color: #f00;
}
.clear {
   clear: both;
}
.align-center {
   text-align: center;
}
#wrapper {
   position: relative;
   margin-left: auto;
   margin-right: auto;
}
#header {
   position: relative;
   background-color: #000;
   padding: 10px;
   text-align: center;
}
#fb-like-button {
   display: none;
}
#fb-like-button-inline {
	padding: 5px 0px;
}
#strap {
   margin-bottom: 10px;
}
#strap img, #flags img {
   max-width: 100%;
   height: auto;
}
#menu {
}
#menu ul {
   display: table;
   width: 100%;
   border-collapse: collapse;
   margin: 0;
   padding: 0;
   list-style: none;
}
#menu li {
   display: table-cell;
   position: relative;
   text-align: center;
   border-right: solid 1px #999;
}
#menu li:last-child {
   border-right: none;
}
#menu ul.with-news li:first-child {
   display: none;
}
#menu a {
   display: block;
   padding: 5px 0px;
   color: #fff;
   text-decoration: none;
   background-color: #666;
   border-bottom: solid 2px #666;
}
#menu a:hover, #menu a:active {
   background-color: #555;
   border-bottom: solid 2px #09f;
}
#menu a.selected {
   background-color: #444;
   border-bottom: solid 2px #f00;
}
#menu span {
   display: none;
}
#content {
   padding: 1px 0px;
   background-color: #fff;
}
.content {
   background-color: #fff;
   min-height: 200px;
}
.section {
   padding: 10px;
   clear: both;
}
.section-subscribe {
   padding-bottom: 20px;
}
.team-flag {
   max-width: 25%;
   float: right;
   border: solid 1px #000;
   margin: 5px 0px 20px 10px;
}
.match-flags {
	display: inline;
	max-width: 30%;
	height: auto;
	float: right;
	margin: 5px 0px 5px 10px;
}
.fixtures {
   clear: both;
}
.fixtures .round-heading {
   padding: 5px;
   font-size: 16px;
   text-align: center;
   background-color: #666;
   color: #fff;
   border-bottom: solid 1px #fff;
}
.fixtures .date-heading {
   padding: 5px;
   font-weight: normal;
   text-align: center;
   background-color: #ccc;
   border-bottom: solid 1px #fff;
}
.fixtures .match-link, .fixtures .match {
   position: relative;
   padding: 10px 50px;
   text-align: center;
   background-color: #eee;
   border-bottom: solid 1px #fff;
}
.fixtures .match-link {
   padding: 0px;
}
.fixtures a {
   display: block;
   padding: 10px;
   color: #333;
}
.fixtures a:hover, .fixtures a:active {
   text-decoration: none;
   background-color: #ddd;
}
.fixtures img.home {
   position: absolute;
   left: 10px;
   top: 10px;
   max-width: 10%;
}
.fixtures img.away {
   position: absolute;
   right: 10px;
   top: 10px;
   max-width: 10%;
}
.fixtures span.title, .fixtures span.venue, .fixtures span.date, .fixtures span.ko {
   display: block;
}
.fixtures span.title {
   font-weight: bold;
}
.fixtures a:hover span.title, .fixtures a:active span.title {
   color: #09f;
}
.tickets {
   width: 100%;
   margin: 10px 0px;
   border-collapse: collapse;
   border-top: solid 1px #ccc;
}
.tickets td {
   padding: 10px 0px;
   border-bottom: solid 1px #ccc;
   vertical-align: middle;
}
.tickets td.seller {
   width: 70px;
   text-align: left;
}
.tickets td.seller img {
   max-width: 100%;
}
.tickets td.info {
   font-size: 12px;
   padding: 10px;
}
.tickets td.info span.offer {
   display: block;
   font-weight: bold;
   color: #f00;
}
.tickets td.info span.price {
   display: block;
   font-weight: bold;
   font-size: 14px;
}
.tickets td.info span.from {
   font-weight: normal;
   font-size: 12px;
}
.tickets td.info span.fees {
   white-space: nowrap;
   font-weight: normal;
   font-size: 12px;
}
.tickets td.info span.stadium {
   white-space: nowrap;
}
.tickets a {
   display: block;
   font-size: 14px;
   text-align: center;
   padding: 5px;
   border-radius: 3px;
   background-color: #c00;
   color: #fff;
   text-decoration: none;
}
.tickets a:hover, .tickets a:active {
   background-color: #e00;
}
.tickets a.na {
   background-color: #ccc;
   color: #666;
}
.tickets a.na:hover, .tickets a.na:hover {
   background-color: #ddd;
}
.tickets a.hotel {
   background-color: #06c;
}
.tickets a.hotel:hover, .tickets a.hotel:hover {
   background-color: #09f;
}
#venue-map {
   width: 100%;
   height: 250px;
   margin: 10px 0px;
   background-color: #ccc;
}
.venue-map-wrapper {
	position: relative;
	margin: 10px 0px;
	padding-bottom: 100%; /* 1:1 */
	height: 0;
	overflow: hidden;
}
.venue-map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.video-wrapper {
   position: relative;
   margin: 10px 0px;
   padding-bottom: 56.25%; /* 16:9 */
   height: 0;
}
.video-wrapper object, .video-wrapper embed, .video-wrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.ticket-flag {
   max-width: 100%;
   border: solid 1px #000;
   float: right;
   margin: 5px 0px 5px 5px;
}
.ticket-links {
   text-align: center;
   padding: 10px 0px;
}
.ticket-links img {
   max-width: 23%;
   height: auto;
   margin: 0 1%;
   border: solid 1px #ccc;
}
.ticket-links a:hover img, .ticket-links a:active img {
   border: solid 1px #09f;
}
.match-listing {
   padding: 10px 0px 0px 0px;
}
.match-listing h3 {
   font-size: 16px;
}
.category-listing {
   padding-top: 10px;
}
.listing {
   padding: 10px 0px;
   border-bottom: 2px solid #ccc;
}
.listing:before, .listing:after {
   display: table;
   content: " ";
}
.listing:after {
   clear: both;
}
.category-listing .listing:last-of-type {
   border-bottom: none;
}
.listing a, .listing a:hover, .listing a:active {
   color: #333;
   text-decoration: none;
}
.listing a:hover .listing-heading, .listing a:active .listing-heading {
   color: #09f;
}
.listing-credits, .listing-date {
   font-style: italic;
}
.listing-image {
   display: block;
   text-align: center;
}
.listing-image-left {
   max-width: 30%;
   margin: 0px 10px 0px 0px;
   float: left;
}
.listing-image-right {
   max-width: 30%;
   margin: 0px 0px 0px 10px;
   float: right;
}
.listing-image-center {
   margin: 10px 0px;
}
.listing-image img {
   max-width: 100%;
   height: auto;
}
.listing-image .caption {
   display: block;
   padding: 5px 0px;
   font-size: 12px;
   font-style: italic;
   color: #666;
}
.news-credits, .news-date {
   font-style: italic;
}
.news-image {
   display: block;
   text-align: center;
}
.news-image-left {
   max-width: 30%;
   margin: 0px 10px 0px 0px;
   float: left;
}
.news-image-right {
   max-width: 30%;
   margin: 0px 0px 0px 10px;
   float: right;
}
.news-image-center {
   margin: 10px 0px;
}
.news-image-center-500 {
   max-width: 500px;
   margin: 10px auto;
}
.news-image img {
   max-width: 100%;
   height: auto;
}
.news-image .caption {
   display: block;
   padding: 5px 0px;
   font-size: 12px;
   font-style: italic;
   color: #666;
}
.news-formatted figure {
   margin: 1em 0;
}
.tt-form .form-row {
   margin-bottom: 10px;
}
.tt-form label {
   display: block;
   font-weight: bold;
   padding: 0px;
   margin: 0px 0px 5px 0px;
}
.tt-form p.label {
   font-weight: bold;
}
.tt-form label.note {
   font-weight: normal;
   font-style: italic;
}
.tt-form label.error {
   font-weight: normal;
   color: #f00;
   font-style: italic;
}
.tt-form label.light {
   font-weight: normal;
}
.tt-form label.list {
   margin: 0px;
   padding: 5px 0px;
}
.form-input {
   display: block;
   width: 100%;
   padding: 5px 10px;
   border: 1px solid #ccc;
   border-radius: 3px;
   font-size: 16px;
}
.form-input.error {
   border: 1px solid #f00;
}
.form-button {
   padding: 5px 10px;
   font-weight: bold;
   border-radius: 3px;
   background-color: #ccc;
}
.form-button:hover {
   cursor: pointer;
   background-color: #ddd;
}
#footer {
   background-color: #000;
   padding: 10px;
   text-align: center;
}
#footer p {
   color: #ccc;
}
#footer a {
   color: #9cf;
}
#footer br {
   display: none;
}
.adh-top, .adh-mid, .adh-footer, .adh-m1, .adh-m2, .adh-m3, .adh-m4, .adh-m5, .adh-m6 {
	margin: 15px 0 0 0;
	text-align: center;
	overflow: hidden;
}
.adh-footer {
	margin: 0 0 5px 0;
}
.adh-lhs, .adh-rhs {
	display: none;
}
.adh-m2 {
	margin: 0 0 15px 0;
}
.adh-m3 {
	margin: 15px 0;
}
.adh-m4 {
	margin: 5px 0 10px 0;
}
.adh-m5 {
	margin: -2px -10px 10px -10px;
}
.adh-m6 {
	margin: 10px -10px;
}
.adt-top { /* mobile banner (320x50) */
	width: 320px;
	height: 50px;
	margin: 0 auto;
}
.adt-mid, .adt-footer, .adt-mob { /* medium rectangle (300x250) */
	width: 300px;
	height: 250px;
	margin: 0 auto;
}
.btn {
   display: inline-block;
   padding: 10px;
   margin: 0;
   border: none;
   border-radius: 3px;
   font-size: 14px;
   color: #333;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   background-color: #ccc;
}
.btn:hover, .btn:active {
   color: #333;
   background-color: #bbb;
   text-decoration: none;
}
.btn:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
}
.btn span {
   display: inline-block;
   vertical-align: middle;
}
.btn-newsletter {
   font-size: 16px;
   font-weight: normal;
   color: #fff;
   background-color: #4267b2;
   padding-left: 45px;
   background-image: url(../images/bg-newsletter.png);
   background-repeat: no-repeat;
   background-position: 10px center;
}
.btn-newsletter:hover, .btn-newsletter:active {
   color: #fff;
   background-color: #365899;
}

/* 340 WIDTH */
@media (min-width: 340px) {
#menu a {
   padding: 5px;
}
.tickets td.seller {
   width: 80px;
}
.adt-mid, .adt-footer, .adt-mob { /* large rectangle (336x280) */
	width: 336px;
	height: 280px;
}
}

/* 420 WIDTH */
@media (min-width: 420px) {
.match-flags {
	max-width: 35%;
}
}

/* 576 WIDTH */
@media (min-width: 576px) {
#wrapper {
}
#header {
   padding: 15px 20px;
   text-align: left;
   background-image: url(../images/header-background-576.jpg);
   background-position: center right;
   background-repeat: no-repeat;
}
#strap img, #flags img {
   max-width: 65%;
}
#menu ul.with-news li {
   width: 16.666666%;
}
#menu ul.with-news li:first-child {
   display: table-cell;
}
p.breadcrumbs {
   display: block;
   padding: 15px 20px 0px 20px;
   font-size: 12px;
}
.section {
   padding: 10px 20px;
}
.section-subscribe {
   padding-bottom: 20px;
}
.team-flag {
   max-width: 35%;
}
.match-flags {
   max-width: 45%;
}
.fixtures img.home {
   left: 20px;
}
.fixtures img.away {
   right: 20px;
}
.tickets td.seller {
   width: auto;
}
.tickets td.info {
   font-size: 14px;
}
.tickets td.info span.from {
   display: inline;
}
.venue-map-wrapper {
	padding-bottom: 56.25%; /* 16:9 */
}
#footer {
   padding: 10px 20px;
}
#footer br {
   display: inline;
}
.adt-top, .adt-mid, .adt-footer { 	/* banner (468x60) */
	width: 468px;
	height: 60px;
}
}

/* 768 WIDTH */
@media (min-width: 768px) {
#wrapper {
   max-width: 768px;
}
#header {
   padding: 20px;
   background-image: url(../images/header-background.jpg);
   background-position: bottom right;
}
#fb-like-button {
   display: block;
   position: absolute;
   width: 55px;
   height: 65px;
   right: 23px;
   top: 27px;
   overflow: hidden;
   z-index: 10;
}
#fb-like-button-inline {
	display: none;
}
#strap {
   margin-bottom: 20px;
}
#strap img, #flags img {
   max-width: 100%;
}
#menu li {
   width: 20%;
}
#menu ul.with-news li {
   width: 18%;
}
#menu ul.with-news li:first-child {
   width: 16%;
}
#menu ul.with-news li:last-child {
   width: 12%;
}
#menu span {
   display: inline;
}
.team-flag {
   max-width: 100%;
   margin: 5px 0px 20px 20px;
}
.match-flags {
   max-width: 100%;
}
.grey-block {
   margin: 10px 0px;
   padding: 10px 15px;
   border-radius: 10px;
   background-color: #eee;
   clear: both;
}
.lhs-block, .rhs-block, .lhsBlock, .rhsBlock {
   width: 48%;
   margin: 10px 0px;
   padding: 10px 15px;
   border-radius: 10px;
   background-color: #eee;
   float: left;
}
.rhs-block, .rhsBlock {
   float: right;
}
.ticket-links img {
   max-width: 21%;
   margin: 0 2%;
}
.form-input {
   font-size: 14px;
}
#footer {
   padding: 20px;
}
.adt-top, .adt-footer {	/* leaderboard (728x90) */
   width: 728px;
   height: 90px;
}
.adh-mid, .adh-m1, .adh-m2, .adh-m3, .adh-m4, .adh-m5, .adh-m6 {
	display: none;
}
}

/* 848 WIDTH */
@media (min-width: 848px) {
body {
   background-image: url(../images/bg-posts.png);
   background-repeat: repeat-y;
   background-position: top center;
   background-color: #000;
}
#menu ul {
   background-image: url(../images/bg-menu.png);
   background-repeat: repeat-x;
   background-position: bottom center;
   background-color: #fff;
}
#menu a {
   color: #333;
   background: none;
   border-bottom: solid 2px #afafaf;
   border-top: solid 1px #fff;
}
#menu a:hover, #menu a:active {
   border-top: solid 1px #fff;
   background: none;
}
#menu a.selected {
   border-top: solid 1px #fff;
   background: none;
}
#content {
   padding: 0;
   background: none;
}
.content {
   width: 728px;
   padding: 10px 0px;
   margin-top: 20px;
   margin-left: auto;
   margin-right: auto;
   border-radius: 10px;
}
.content-grass {
   padding: 10px 0px 85px 0px;
   background-image: url(../images/content-background.jpg);
   background-repeat: no-repeat;
   background-position: bottom center;
}
p.breadcrumbs {
   padding: 10px 30px 0px 30px;
}
.section {
   padding: 10px 30px;
}
.section-subscribe {
   padding-bottom: 10px;
}
.fixtures img.home {
   left: 30px;
}
.fixtures img.away {
   right: 30px;
}
.adh-top, .adh-footer {
   margin: 20px 0px 0px 0px;
}
br.d-lg-none {
	display: none;
}
}

/* 1130 WIDTH */
@media (min-width: 1130px) {
.adh-top {
   display: none;
}
.adh-lhs, .adh-rhs {
   display: block;
   position: absolute;
   top: 233px;
   width: 120px;
   height: 600px;
   overflow: hidden;
}
.adh-lhs {
   left: -170px;
}
.adh-rhs {
   right: -170px;
}
.adt-tower {
   width: 120px;
   height: 600px;
}
.adh-lhs .adt-tower {
	text-align: right;
}
.adh-rhs .adt-tower {
	text-align: left;
}
}

/* 1210 WIDTH */
@media (min-width: 1210px) {
.adh-lhs, .adh-rhs {
   width: 160px;
}
.adh-lhs {
   left: -210px;
}
.adh-rhs {
   right: -210px;
}
.adt-tower {
   width: 160px;
   height: 600px;
}
}

/* 1490 WIDTH */
@media (min-width: 1490px) {
.adh-lhs, .adh-rhs {
   width: 300px;
}
.adh-lhs {
   left: -350px;
}
.adh-rhs {
   right: -350px;
}
.adt-tower {
   width: 300px;
   height: 600px;
}
}

/* PRINT STYLES */
@media print {
body {
   background-color: #fff;
   color: #000;
}
#header, #menu, p.breadcrumbs, p.skip-menu, .addthis_inline_share_toolbox, .section-subscribe, #comments, #news, #footer, .adh-top, .adh-mid, .adh-footer, .adh-lhs, .adh-rhs, .adh-m1, .adh-m2, .adh-m3, .adh-m4, .adh-m5, .adh-m6 {
   display: none;
}
a, a:link, a:visited {
   color: #000;
}
.fixtures .date-heading, .fixtures .round-heading {
   font-weight: bold;
   font-size: 16px;
}
}
