@media only screen and (max-width: 1400px) {

	/* Fonts */
	h1 {
		font-size: 33px;
		line-height: 44px
	}

	h2 {
		font-size: 25px;
		line-height: 42px
	}

	h3 {
		font-size: 20px;
		line-height: 23px
	}

	h4 {
		font-size: 16px;
		line-height: 24px
	}

	h5 {
		font-size: 14px;
		line-height: 18px
	}

	h6 {
		font-size: 12px;
		line-height: 18px
	}

	/* General */
	.row {
		padding-right: 2px;
		padding-left: 2px;
	}

	.content-wrap .container {
		padding: 0;
	}

	.read-more {
		display: none !important;
	}

	.breadcrumb-line {
		margin-right: 15px;
	}

	.typography-title, .typography-subtitle, .typography-subtitle-1 {
		padding: 0 14px;
	}

	.comments-list .children {
		margin-right: 20px;
	}

	.block-title-1, .block-title-2, .block-title-3, .title-style02, .sponsored, .title-style02-light {
		padding-top: 10px;
	}

	.panel {
		margin-bottom: 1.625em;
	}

	/* Header */
	.nav li>a {
		font-size: 14px;
		padding: 10px 10px;
	}

	#nav-below-main .nav li>a {
		font-size: 13px;
	}

	.clock {
		padding-left: 14px;
	}

	.header-logo img {
		margin: 8px 0 8px 4px;
		float: right;
		display: inline-block;
	}

	.top-menu {
		max-width: 100%;
		height: auto;
	}

	.main-menu .mega-dropdown-menu li a {
		padding: 0 !important;
	}

	.header-add-place {
		padding-left: 15px;
	}

	.header-logo {
		margin-right: 15px;
	}

	/* Main Section */
	.add-place, .add-place img, .sidebar-add-place img, .add-place img, .bottom-add-place img, .sponsored-gray, .sponsored-gray:focus, .sponsored {
		max-width: 100%;
	}

	.top-sidebar-add-place img {
		max-width: 100%;
		padding: 0;
	}

	.online-section {
		padding: 8px;
	}

	.carousel-title-gray {
		margin: 0 0 6px;
	}

	.schedule-logo {
		top: 10px;
	}

	/* Footer */
	#footer .container, .coplefty {
		padding: 16px;
	}

	.footer-social-icons {
		margin-left: 50px;
		margin-top: 4px;
	}

	.coplefty {
		margin-top: 0;
	}

	/* Module */
	.module {
		padding: 1.625em 1em 0;
	}

	.module-top .container {
		padding: 0 16px;
	}

	.module-title .subtitle {
		margin-top: 4px;
		padding-top: 2px;
	}

	.show-info {
		padding-right: 8px;
		padding-left: 10px;
	}

	.show-info-button {
		margin-bottom: 20px;
	}

	/* Parallax*/
	.caption h5 {
		font-size: 1em;
	}

	#parallax-section .caption {
		top: 20%;
	}

	/* Social Icons */
	.menu-social-icons a, .sidebar-social-icons a {
		line-height: 34px;
		font-size: 1.1em;
		width: 34px;
		height: 34px;
	}

	.menu-social-icons li, .sidebar-social-icons li {
		float: right;
		width: 30px;
		margin-left: 6px;
	}

	/* Sliders */
	#small-gallery-slider .owl-buttons .owl-prev {
		right: -10px;
		top: 24%;
	}

	#small-gallery-slider .owl-buttons .owl-next {
		left: -10px;
		top: 24%;
	}

	#news-slider .owl-buttons .owl-next {
		left: -24px;
		top: 40%;
	}

	#news-slider .owl-buttons .owl-prev {
		right: -24px;
		top: 40%;
	}

	#news-slider .news-slider-layer .content p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#big-gallery-slider-3 .owl-buttons .owl-next {
		left: 4px;
	}

	#big-gallery-slider-3 .owl-buttons .owl-prev {
		right: 4px;
		top: 30%;
	}

	/* Article */
	.article .entry-block, .article .entry-block-small, .article .entry-block-xs {
		height: auto !important;
	}

	.article .entry-block .entry-content {
		padding: 12px 22px 6px;
	}

	.content p {
		padding-right: 6px;
		padding-left: 6px;
	}

	.article .content h3 a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		width: 160px;
	}

	div.item-image-1 a[class^="label-"], div.item-image-2 a[class^="label-"], div.item-image-3 a[class^="label-"] {
		width: auto;
		text-align: right;
		margin: 16px;
		bottom: 0;
	}

	.article-list {
		margin: 20px;
	}

	/* Container-Full / Container-Half */
	.container-full .sidebar-post li {
		padding: 12px 6px;
	}

	.container-full .sidebar-post li:first-child {
		padding-top: 14px;
	}

	.container-full .sidebar-post .ellipsis {
		position: relative;
	}

	.container-full .sidebar-post .ellipsis:before {
		content: '&nbsp;';
		visibility: hidden;
	}

	.container-full .sidebar-post .ellipsis a {
		position: absolute;
		right: 0;
		left: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.container-half .content p {
		border-bottom: 1px solid rgba(0, 0, 0, 0.065);
		padding: 0 22px;
	}

	/* Add-place */
	.add-place, .bottom-add-place {
		padding: 0 16px;
	}
}

/* Smaller than standard 1280 (browsers)
    ---------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
	.nav li>a {
		font-size: 13px;
		padding: 10px 12px;
	}

	#nav-below-main .nav li>a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1100px) {

	/* Header */
	#header {
		height: 110px !important;
	}

	.header-logo a {
		margin: 10px;
	}

	.sidenav-header-logo {
		display: block;
	}

	.navbar-header {
		float: none;
		padding: 0 12px 4px;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.container>.navbar-header, .container>.navbar-collapse {
		margin-left: 0;
		margin-right: 0;
	}

	.second-menu .container>.navbar-header {
		border-bottom: solid 1px #e3e3e3;
	}

	#nav-below-main .navbar-collapse {
		width: 100%;
	}

	.dropdown-menu {
		display: none !important;
	}

	.dropdown-menu>li>a {
		color: #FFF;
	}

	.dropdown-menu>li>a:hover {
		background-color: #FFF;
		text-decoration: none;
		color: #FFF;
		border-radius: 1px;
	}

	.open .dropdown-menu {
		display: block !important;
	}

	.top-menu .left-top-menu .contact, .top-menu .left-top-menu .about, .address, .clock {
		display: none;
	}

	#fixed-navbar, .header-add-place .desktop-add, .header-logo {
		display: none !important;
	}

	.sidenav {
		display: block;
	}

	.navbar-default .navbar-toggle {
		margin-top: 20px;
	}

	.navbar-default {
		background-color: rgba(255, 255, 255, .95);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
	}

	/* Main Section */
	.weather-card #description {
		text-align: right;
	}

	.online-section ul li {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
	}

	.news .content p, .tickets .tickets-content p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.article .content {
		margin-top: 8px;
	}

	.title-style01>p {
		padding-left: 6px;
	}

	.newsticker li h4 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 500px !important;
		display: block;
	}

	.schedule-hour {
		padding-right: 12px;
	}

	.editorial-section {
		margin: 0;
	}


	/* Entry-post */
	.entry-post .ellipsis {
		position: relative;
	}

	.entry-post .ellipsis:before {
		content: '&nbsp;';
		visibility: hidden;
	}

	.entry-post .ellipsis a {
		position: absolute;
		right: 0;
		left: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/* Full-block / Entry-block */
	.full-block-three-columns-equal:nth-of-type(3n+1) {
		width: 49%;
		margin-left: 2%;
	}

	.full-block-three-columns-equal:nth-of-type(3n+2) {
		width: 49%;
		margin-left: 0;
	}

	.full-block-three-columns-equal:nth-of-type(3n+3), .container-half {
		width: 100%;
	}

	.full-block-three-columns-equal {
		margin-bottom: 0;
	}

	.entry-block .entry-content span.day-hour {
		margin-bottom: 6px;
	}

	/* Module */
	.dark {
		margin-bottom: 0;
	}

	.dark .video-container {
		padding-left: 16px;
	}

	.show-info {
		padding-top: 0;
	}

	/* Add-place */
	.sidebar-add-place, .top-sidebar-add-place {
		margin-bottom: 0;
	}

	.sidebar-add-place, .top-sidebar-add-place {
		margin-bottom: 1.625em;
	}

	/* Parallax */
	#parallax-section .caption {
		top: 14%;
	}

}

/* Tablets (1024px max)
    ---------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {

	/* Fonts */
	h1 {
		font-size: 30px;
		line-height: 39px;
	}

	h2 {
		font-size: 22px;
		line-height: 38px;
	}

	h3 {
		font-size: 17px;
		line-height: 20px;
	}

	h4 {
		font-size: 16px;
		line-height: 24px;
	}

	h5 {
		font-size: 14px;
		line-height: 18px;
	}

	h6 {
		font-size: 12px;
		line-height: 18px;
	}
}

/* Tablet Portrait size to standard 980 (devices and browsers)
    ---------------------------------------------------------------------- */
@media only screen and (max-width: 980px) {
	.row.no-gutter [class*="col-"]:not(.col-sm-6):last-child {
		padding-right: 0 !important;
	}

	.row.no-gutter [class*="col-"]:not(.col-sm-6):first-child {
		padding-left: 0 !important;
	}

	#parallax-section .caption {
		top: 12%;
	}
}


@media only screen and (max-width: 900px) {

	/* General */
	.col-md-8, .col-md-12 {
		padding: 0;
	}

	.col-md-8 {
		border-left: 0 solid transparent;
		padding-bottom: 0;
	}

	.list-mark-1 li:last-child {
		margin-bottom: 16px;
	}

	/* Main section */
	.tickets {
		display: none;
	}

	.tennis-player {
		font-size: .9em;
	}

	/* Sliders */
	#news-slider .news-slider-layer .content p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/* Header */
	.header-logo {
		padding-right: 0;
		text-align: right;
	}

	/* Full-block */
	.full-block-three-columns:nth-of-type(3n+1), .container-half {
		width: 100%;
	}

	.full-block-three-columns:nth-of-type(3n+2) {
		width: 56%;
	}

	.full-block-three-columns:nth-of-type(3n+3) {
		width: 42%;
	}

	.full-block-four-columns {
		width: 49%;
		margin: 0 0 0 1.999%;
	}

	.full-block-four-columns:nth-of-type(2n+2) {
		margin-left: 0;
	}

	/* Parallax */
	.caption h5 {
		font-size: .9em;
	}

	#parallax-section1 .caption {
		top: 26%;
	}
}

/* Small Devices, Tablets
    ---------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

	/* Fonts */
	h1 {
		font-size: 27px;
		line-height: 36px;
	}

	h2 {
		font-size: 19px;
		line-height: 35px;
	}

	h3 {
		font-size: 16px;
		line-height: 18px;
	}

	h4 {
		font-size: 15px;
		line-height: 24px;
	}

	h5 {
		font-size: 14px;
		line-height: 17px;
	}

	h6 {
		font-size: 12px;
		line-height: 16px;
	}

	/* General */
	html {
		font-size: 61%;
	}

	.row.no-gutter [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}

	.hour-tag {
		font-size: 1.725rem;
	}

	.nav-tabs.nav-justified {
		border: 0;
	}

	.nav-tabs.nav-justified>li>a {
		text-align: right;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.nav-tabs>li {
		padding: 0;
		border-left: none;
	}

	.nav-tabs>li>a {
		border-right-width: 0 !important;
	}

	.panel-body, .panel-title {
		position: relative;
	}

	#news-slider .owl-buttons .owl-prev, #news-slider .owl-buttons .owl-next, #news-slider p, #news-slider .news-slider-layer .content .category-tag, #schedule-slider .owl-buttons .owl-prev, #schedule-slider .owl-buttons .owl-next, .outer, .header-add-place, .figure img, .add-place, .bottom-add-place {
		display: none !important;
	}

	.list-mark-1 li {
		float: right;
		width: 33.3%;
	}

	.list-mark-1:last-child {
		padding-bottom: 15px;
	}

	.flexslider li h3 {
		font-size: 1.2em;
	}

	.news .content p {
		padding: 0;
	}

	/* Parallax */
	#parallax-section [class*="image"] {
		background-attachment: scroll;
		background-position: top center !important;
		background-size: cover;
	}

	.caption h5 {
		margin-top: 0;
	}

	/* Header */
	.mega-dropdown-menu {
		padding: 4px;
	}

	.top-menu ul li a {
		padding: 0 10px;
	}

	.sidenav-header-logo img {
		margin-top: 0;
	}

	/* Main section */
	.media-body p a {
		white-space: nowrap;
		width: auto;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
	}

	.panel .tab-content ul li p {
		white-space: nowrap;
		width: auto;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
	}

	.panel-body h2 {
		font-size: 1.925rem;
	}

	.author-post_title {
		display: inline-block;
		margin-top: 10px;
	}

	.news ul {
		width: 100%;
	}

	.pagination {
		margin-bottom: 12px;
	}

	.sidebar-scroll .scroll-item {
		padding: 10px 0;
	}

	.full-block-three-columns-equal {
		width: 100% !important;
	}

	.panel .tab-content .img-responsive {
		margin-right: 0;
	}

	.title-style05.style-02 {
		font-size: 2rem;
	}

	/* Container-full / Container-half */
	.container-full h2 {
		margin-bottom: 2px;
	}

	.container-half .entry-media .image img {
		margin-top: 0;
	}

	/* Article */
	.article .content p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		width: auto;
	}

	.article .entry-block-small {
		height: auto !important;
	}

	/* Entry-block / News-block */
	.entry-block h3 {
		padding-right: 2px;
		display: inline;
	}

	.entry-block-small .content p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.content p {
		padding: 4px 0;
	}

	.news-block {
		margin-right: -10px;
		margin-left: -10px;
	}

	.news-block .item-block:nth-child(-n+3), .news-block .item-block:nth-child(-n+2), .news-block .item-block:nth-child(-n+4), .schedule-hour {
		margin-top: 0;
	}

	.news-block .item-block {
		width: 50%;
		padding-right: 10px;
		padding-left: 10px;
		margin-bottom: 20px;
	}

	/* Module */
	.module-title h3 {
		font-size: 1.675rem;
	}

	.dark .video-container {
		padding-left: 0;
	}
}

@media only screen and (max-width: 619px) {

	/* General */
	.container-full.full-photo.bottom-text .image::before {
		content: ' ';
		display: block;
		position: absolute;
		top: 150px;
		bottom: 0;
		width: 100%;
		background: -webkit-gradient(linear, right top, right bottom, from(transparent), to(black));
		background: -moz-linear-gradient(top, transparent, #000);
		background: -ms-linear-gradient(top, transparent 0, #000 100%);
		background: linear-gradient(to bottom, transparent 0, #000 100%);
	}

	.matches {
		padding: 4px;
	}

	.title-line-right, .title-line-left, .footer-social-icons li {
		display: none;
	}

	.online-section img {
		margin-top: 10px;
	}

	.entry-block, .entry-block-small, .entry-block-xs, .full-block-four-columns, .full-block-three-columns, .full-block-four-columns .container-full, .full-block-four-columns .container-half {
		width: 100% !important;
	}

	.container-full, .container-half {
		height: auto !important;
	}

	.list-mark-1 li {
		float: right;
		width: 50%;
	}

	.styled div {
		padding: 8px;
	}

	/* Module */
	.module-title .title, .module-title .subtitle {
		display: block;
	}

	.module-title .subtitle::before {
		padding: 5px;
	}

	.copyright {
		color: #7e7f8c;
		text-align: center;
		display: block;
		margin-top: 10px;
		direction: ltr;
	}

	.visitors {
		color: #7e7f8c;
		text-align: center;
		display: block;
		margin-top: 50px !important;
	}

	.v-title {
		padding: 2px 4px 2px 4px;
		font-size: 14px;
		font-weight: bolder;
		margin-left: 0px !important;
	}

	.v-count {
		background-color: #940610;
		padding: 1px 4px !important;
		font-size: 14px;
		font-weight: bold;
		color: white;
		margin-right: 0px !important;
		border-radius: 3px;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
    ---------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

	#destop_header {
		display: none;
	}

	/* Module */
	.module-title {
		margin-bottom: 14px;
	}

	.module-title .subtitle {
		letter-spacing: 0;
		display: block;
	}

	/* Header */
	.header-logo a {
		margin: 8px 4px;
	}

	/* Main section */
	.news .item .item-content {
		padding: 8px 16px;
	}

	.item .item-image, .item .item-image-1, .item .item-image-2, .item .item-image-3, .sidebar-newsfeed .item .item-image, .sidebar-post .item .item-image, .entry-post .item .item-image, .news .item .item-image, .news .item .item-content {
		width: 100%;
		display: block;
	}

	.sidebar-newsfeed .item .item-content, .sidebar-post .item .item-content, .entry-post .item .item-content {
		width: 100%;
		display: block;
		padding: 15px 0 0;
	}

	.currency h4 {
		padding: 2px 10px;
	}

	.currency {
		padding: 8px 6px;
	}

	.panel .news .item {
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.panel .news .item h3 {
		padding-top: 8px;
	}

	.author-post_content, .comment-content {
		display: block;
	}

	.tennis-player {
		font-size: 1em;
	}

	#slider {
		margin-bottom: auto;
	}

	.form-control {
		font-size: 13px;
	}

	.newsletter-form {
		width: auto;
	}

	.title-style02 h3 {
		line-height: 1.375em;
	}

	.news-block .item-block {
		width: 100%;
	}

	.sidebar-scroll .item .item-content {
		padding: 10px 0 0;
	}

	.add-place {
		margin: auto;
	}

	.list-mark-1 li {
		float: right;
		width: 100%;
	}

	.flexslider li h3, .flexslider li h4 {
		display: none;
	}

	/* Footer */
	#footer .col-md-3 {
		margin: 10px 0 0;
	}

	/* Parallax */
	#parallax-section1_1 {
		display: none;
	}

	.caption h5 {
		font-size: .8em;
	}

	/* Social Icons */
	.sidebar-social-icons a {
		line-height: 30px;
		width: 30px;
		height: 30px;
	}

	.sidebar-social-icons li: last-child {
		margin-left: 0;
	}

	.menu-social-icons li, .sidebar-social-icons li {
		float: right;
		width: auto;
		margin-left: 1px;
	}

	.menu-social-icons li {
		float: right;
		width: 41px;
		margin-left: 1px;
	}



}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
    ---------------------------------------------------------------------- */
@media only screen and (max-width: 320px) {

	#destop_header {
		display: none;
	}

	/* General */
	#small-gallery-slider .small-gallery .post-content i {
		display: none;
	}

	.read-more {
		float: right;
	}

	.ellipsis {
		position: relative;
	}

	.ellipsis:before {
		content: '&nbsp;';
		visibility: hidden;
	}

	.ellipsis a {
		position: absolute;
		right: 0;
		left: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.sidebar-newsfeed .ellipsis a {
		width: 210px;
	}

	.entry-block .entry-image, .entry-block-small .entry-image, .entry-block-xs .entry-image, .full-block-four-columns .container-full, .full-block-four-columns .container-half, .article .entry-block .entry-content, .article .entry-block-small .entry-content, .article .entry-block-xs .entry-content {
		width: 100%;
		display: block;
	}

	#small-gallery-slider .small-gallery .post-content a, #small-gallery-slider .small-gallery .post-content span {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
		width: 120px;
	}

	#small-gallery-slider .small-gallery .post-content {
		padding: 6px 8px 0 2px;
	}

	/* Header */
	.sidenav-header-logo {
		width: 160px !important;
	}

	.sidenav-brand img {
		width: 23%;
	}

	.sidenav-header-logo h5 {
		font-size: 11px;
	}

	.sidenav-header-logo img {
		width: 36px;
		margin: 4px 0 4px 4px;
	}

	.top-menu ul li a {
		padding: 0 9px;
	}

	.navbar-header {
		padding: 0 6px 4px 10px;
	}

	.navbar-default .navbar-toggle {
		margin-top: 14px;
	}


}

/* Extra Small Devices
    ---------------------------------------------------------------------- */
@media only screen and (max-width: 240px) {

	/* Parallax */
	.medium-caption {
		padding-bottom: 10px;
	}

	#parallax-section .caption {
		top: 2%;
	}
}

/* Small Size Tablets
    ---------------------------------------------------------------------- */
@media only screen and (min-width: 400px) and (max-width: 619px) {
	.entry-media .image {
		height: 240px;
	}
}

@media only screen and (min-width: 500px) and (max-width: 619px) {
	.entry-media .image {
		height: 300px;
	}
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified {
		background-color: #fafafa;
	}

	.nav-tabs>li {
		margin-bottom: 0;
	}

	.nav-tabs>li>a {
		border-color: transparent;
	}
}

@media (min-width: 990px) {
	.col-md-15 {
		width: 20%;
		float: right;
	}
}

@media only screen and (min-width: 1101px) and (max-width: 1239px) {
	.ellipsis {
		position: relative;
	}

	.ellipsis: :before {
		content: '&nbsp;';
		visibility: hidden;
	}

	.ellipsis a {
		position: absolute;
		right: 0;
		left: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media only screen and (min-width: 1240px) {
	.tickets .tickets-button {
		-webkit-appearance: none;
		-moz-appearance: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
		border: 0;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: .8px;
		line-height: 1;
		padding: 10px 40px;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
		margin-bottom: 6px;
	}

	.module .container {
		padding: 2.5em 0 1.375em;
	}

	.module .container .container {
		padding: 6px;
	}
}

@media only screen and (min-width: 620px) {
	.container-half {
		height: 290px !important;
	}

	.container-full.full-photo .content {
		position: absolute;
		bottom: 0 !important;
	}

	.entry-media .image {
		height: auto;
	}

	.module-top {
		padding-top: 0;
	}
}

@media all {
	.tennis-player {
		display: block;
		width: 100%;
		text-align: right;
	}

	.team {
		text-align: left;
		font-weight: 400;
		color: inherit;
		font-size: 1em;
		text-overflow: ellipsis;
	}

	.match-item {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.match-label {
		width: 2.5em;
		text-align: right;
	}

	.matches-list {
		padding: 0;
		list-style: none;
	}

	.matches-col {
		position: relative;
		display: table-cell;
		height: 36px;
		vertical-align: middle;
		white-space: nowrap;
		text-align: center;
		overflow: hidden;
		font-weight: 400;
		color: inherit;
		font-size: 1em;
	}

	.status+.team {
		text-align: right;
	}

	.status {
		width: 3.74em;
	}

	.score {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-collapse: separate;
		text-indent: -10em;
		letter-spacing: -1px;
		background: #d6181f;
		border-color: #d6181f;
		color: #fff;
	}

	.matches .time {
		display: block;
	}
}

@media screen and (orientation: landscape) and (device-width: 320px) and (device-height: 480px) {
	body {
		width: 480px;
	}
}