@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=fe7f468c-0f2c-44c8-8a02-4a91412768b2");
@font-face{
font-family:"AxisStd-Medium";
src:url("Fonts/724feca3-e632-4df0-811e-d0184d5e569cd41d.eot?#iefix");
src:url("Fonts/724feca3-e632-4df0-811e-d0184d5e569cd41d.eot?#iefix") format("eot"),url("Fonts/3e49aace-6c5a-4a76-a80e-21ab7ad44f14.woff2") format("woff2"),url("Fonts/2a67f3cb-4bfa-4ec5-9167-73e8c4e78635.woff") format("woff"),url("Fonts/f09ad952-d955-4c72-a632-1313427634d0.ttf") format("truetype"),url("Fonts/c60a0c5e-c39d-4513-b578-1a5858cbecde.svg#c60a0c5e-c39d-4513-b578-1a5858cbecde") format("svg");
}
@font-face{
font-family:"Bell Gothic Std W01 SemiBd";
src:url("Fonts/d6ff6a11-6074-40de-bc6f-afde0155d8fed41d.eot?#iefix");
src:url("Fonts/d6ff6a11-6074-40de-bc6f-afde0155d8fed41d.eot?#iefix") format("eot"),url("Fonts/40d29211-0493-47e9-9b5f-0fb384ce4c20.woff2") format("woff2"),url("Fonts/8c0a89a1-c01e-423d-8c7d-6b2688ffe0a1.woff") format("woff"),url("Fonts/dfd3123f-3c60-494d-8205-e517895f08b8.ttf") format("truetype"),url("Fonts/fda50889-3e8f-49bf-9898-23ead1587399.svg#fda50889-3e8f-49bf-9898-23ead1587399") format("svg");
}
@font-face{
font-family:"Bell Gothic Std W01 Bold";
src:url("Fonts/b073b950-423f-4f01-9984-ddc2cea5c9b2d41d.eot?#iefix");
src:url("Fonts/b073b950-423f-4f01-9984-ddc2cea5c9b2d41d.eot?#iefix") format("eot"),url("Fonts/55dbcb31-8d22-4dc9-ad85-3935003dc0ac.woff2") format("woff2"),url("Fonts/08dffa4e-56de-4cb2-a543-e99f90a915f0.woff") format("woff"),url("Fonts/372f2c20-e12c-4724-9cf9-82f3425a2b61.ttf") format("truetype"),url("Fonts/02297f7a-15d1-47b1-8486-9dd2727da922.svg#02297f7a-15d1-47b1-8486-9dd2727da922") format("svg");
}
@font-face{
font-family:"Futura LT W01 Extra Bold";
src:url("Fonts/19530450-4023-4f4b-a843-f691aaa9a120d41d.eot?#iefix");
src:url("Fonts/19530450-4023-4f4b-a843-f691aaa9a120d41d.eot?#iefix") format("eot"),url("Fonts/23effe05-f9b3-417b-8186-358fa1a487ba.woff2") format("woff2"),url("Fonts/4889f3e2-62f3-4272-9187-ec5c7e08b16b.woff") format("woff"),url("Fonts/3268e049-ecc8-4b01-b169-43faa731c62c.ttf") format("truetype"),url("Fonts/a92efc5a-59ec-45fd-acbe-1b18c3a0e27b.svg#a92efc5a-59ec-45fd-acbe-1b18c3a0e27b") format("svg");
}

.content
{
	background-image: url("falken_liverpool_fv_live_bcgrd.jpg");
	background-size: 100%;
	padding-bottom: 50px;
}
.title
{
	font-size: 3.0rem;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 50px;
    font-family: "Futura LT W01 Extra Bold";
    color: white;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.dealer_content{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
table.outlet-table{
	/*border: 1px solid white;*/
	border-left: 1px solid white;
	width: 100%;
	margin-bottom: 50px;
}
table.outlet-table tr td{
	color: white;
	vertical-align: top;
	font-family: 'Futura';
    font-weight: 500;
    font-style: normal;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
table.outlet-table thead
{
	background-color: white;
}
table.outlet-table thead tr td{
	color: #05478f;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	border-right: 1px solid #05478f;
}
table.outlet-table thead tr td:nth-child(1){
	border-right: 1px solid #2fb396;
}
table.outlet-table thead tr td:nth-child(2){
	color: #2fb396;
}
table.outlet-table thead tr td:nth-child(4){
	border-right: 1px solid white;
}
table.outlet-table tbody tr td:first-child{
	text-align: center;
}
table.outlet-table tbody tr td:nth-child(3){
	padding-left: 40px;
}
table.outlet-table tr td:nth-child(1){
	width: 3%;
}
table.outlet-table tr td:nth-child(2){
	width: 35%;
}
table.outlet-table tr td:nth-child(3){
	width: 47%;
}
table.outlet-table tr td:nth-child(4){
	width: 20%;
	text-align: center;
}
.point{
	width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    right: 0;
    margin: auto;
}


/* start of desktop styles */
@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 991px) {
     /* start of large tablet styles */
    .title
	{
		font-size: 2.0rem;
	}
}

@media screen and (max-width: 767px) {
     /* start of medium tablet styles */

}

@media screen and (max-width: 479px) {
     /* start of phone styles */
    .title
	{
		font-size: 1.0rem;
		padding-bottom: 20px;
	}

    table.outlet-table tr td{
     	font-size: 0.5rem;
    }
    table.outlet-table thead tr td
    {
    	font-size: 0.7rem;
    }
    table.outlet-table tbody tr td:nth-child(3){
    	padding-left: 20px;
    }
}