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

.m-only {
	display: block;
}

.m-only-inline {
	display: inline-block;
}

.t-only, .d-only, .w-only {
	display: none;
}

.inner {
	width: 90%;
	margin: auto;
	min-height: 50px;
}
.topnav {width: 100%;
	height: auto;
    padding: 10px 0px 10px 0;
}
.topnav .inner {width: 100%;
}
.topnav .inner .phone {
    font-size: 10px;
    margin: 0 0 0 10px;
}
.topnav .inner .phone:nth-child(2) {
    font-size: 18px;
}

.topnav .inner .socialwrap .socialicon {
    width: 28px;
    margin:3px 15px 0 15px;
}
.topnav .inner .socialwrap .socialicon img {
    width: 100%; height: auto;
}
header { height: 100px;}
header .inner {
	width: 100%;
}
.logo {margin: 15px 0 15px 15px; }
.logo img {max-height: 70px;}


i.testdesc p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.entry-content p img, .entry-content h2 img {width: 100%; margin:0 0 20px 0;}

/* TABLET ******************************************************** */

table { 
	display: -webkit-flex;
	overflow: scroll;
	position: relative;
}
	
table tbody::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 40px;
    background-image: url(../images/arrow_table.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: 0.3s;
    opacity: 0.8;
	display: none;
}
	
table caption {
    padding: 13px;
}

/* NAV *********************************************************** */

nav {
	width:100%;
	height: 0;
	margin: 0;
	padding: 0;
	top: 102px;
	right: 0;
}

.flexnav li ul {
    width: 100%;
	list-style: none;
}
.flexnav li {
    background-color:#000000;
}	
.flexnav li a {
    float: left;
    width: 100%;
	height: 60px;
    text-align: center;
    padding: 20px 0 0 0;
    border-top: solid 1px #555555;
}
.flexnav li ul li a {
    float: left;
    width: 100%;
	height: 60px;
    text-align: center;
    padding: 20px 0 0 0 !important;
	background-color:#222222;
    border-top: solid 1px #555555;
}
	
.featured {margin-top: -100px !important;}
.featured .inner { margin-top: 180px; }
    
.flexslider .slides li {min-height: 430px; }
.featured h2 {font-size: 25pt; line-height: 25pt; margin-bottom: 10px; }
.featured .inner p { width: 90%; margin: 0 5% 10px; }
.flex-direction-nav { display: none; }
.home_service_panels h3 a {font-size: 17px;}

.headingarea {
	margin-top: -100px;
	padding-bottom: 200px;
}
.headingarea .inner h2 { font-size: 20pt;
    line-height: 1.0;
    margin: 100px 0 30px !important;
}
.headingarea .inner p { display: none; }
.headingarea .inner .breadcrumb { display: none; }
	
/* LAYOUT ELEMENTS *********************************************** */
.entry-content {
    /*margin: 1.5em 0 0;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0%;
}	
#homepage .entry-content {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.entry-content h6 {
    width: 18%;
	margin: 0 0px 0px -22%;
}
.entry-content h6 img {
    padding: 10%;
    border-radius: 10px;
}
	
.content .inner .w100_left {
    padding:20px 0 20px 0px;
}
.content .inner .w100_left#homepage {
    width: 100%;
}
.content h1 {
    font-size: 20pt; line-height: 22pt;
}
.content.entrycontent h1 {
    font-size: 20pt; line-height: 22pt;
}
img#serviceicon { display: none;
}
.servicearea {
    padding: 20px 0;
	float: left;
}
.servicearea .inner {
    width: 96%;
}
.cta_service {
    width: 44%;
	margin: 0 3%;
    padding-bottom: 0%;
	min-height: 200px;
}
.cta_service p {
    display: none;
}
.cta_service br {
    display: none;
}
	

.content.benefits ul li {
    width: 100%;
    margin: 20px 0;
}
	
.w20_left, .w20_right {
	width: 100%;
	float: left;
}

.w30_left, .w30_right {
	width: 100%;
	float: left;
}

.w40_left, .w40_right, .w45_left, .w45_right {
	width: 100%;
	float: left;
	text-align: center;
}
.w45_left .button, .w45_right .button {
	float: none !important;
}

.w50_left, .w50_right {
	width: 100%;
	float: left;
}

.w60_left, .w60_right {
	width: 100%;
	float: left;
}

.w70_left, .w70_right {
	width: 100%;
	float: left;
}

.w80_left, .w80_right {
	width: 100%;
	float: left;
}

.w100_left, .w100_right {
	width: 100%;
	float: left;
}

.sidebar {
	width: 100%;
	display: block;
	vertical-align: auto;
	margin-left: 4%;
}
.logoarea img {
    max-width: 350px;
    max-height: 50px;
    padding: 5px;
    margin: 30px 10px;
}	
.testimonialslider {padding: 0px 20px;}
/* NAVIGATION ELEMENTS ********************************************* */
.flexnav {	
	padding: 0px;
	margin: 0px;
}

/* CART ***************************************************** */

.cart .row_heading {
	display: none;
}

.cart .image {
	display: block;
	width: 30%;
	padding: 5px;
	vertical-align: top;
	float: left;
}

.cart .name {
	display: block;
	width: 60%;
	padding: 5px;
	vertical-align: top;
	float: left;
}

.cart .quantity {
	display: block;
	width: 50%;
	padding: 5px 5px 5px 30%;
	vertical-align: middle;
	float: left;
	clear: both;
}

.cart .price {
	display: block;
	width: 30%;
	padding: 15px 5px 5px 5px;
	vertical-align: middle;
	float: left;
}

.cart .item_total {
	display: inline-block;
	width: 100%;
	padding: 5px;
	vertical-align: inherit;
	font-weight: bold;
	text-align: right;
}

.cart .remove {
	position: absolute;
	top: 0px;
	right: 10px;
	display: block;
	padding: 5px;
	vertical-align: inherit;
}

.cart .totals {
	display: inline-block;
	width: 49%;
	padding: 10px 0px;
	text-align: right;
	font-weight: bold;
}

.cart .totals_title {
	display: inline-block;
	width: 49%;
	padding: 10px 0px;
	text-align: left;
	font-weight: bold;
}

.cart .button_left {
	display: block;
	margin: 10px 0px 0px 0px;
	float: none;
}

.cart .button_right {
	display: block;
	margin: 10px 0px 0px 0px;
	float: none;
}

.cart .spacer {
	display: none;

}
.cart .postage {
	display: none;

}

input[name="cardnumber"] {
	display: inline;
	width: 100%;
}

select[name="expiry_m"],
select[name="expiry_y"] {
	width: 30%;
	margin-right: 3%;
}

input[name="cvn"] {
	width: 30%;
	margin-right: 0%;
}

.pay_method {
	width: 50%;
	margin-bottom: 10px;
}

button.login_button,
button.guest_button,
button.billing_button,
button.shipping_button,
button.cc_button,
button.pp_button,
button.dd_button,
button.cash_button {
	width: 100%;
	float: none;
}

.vehicle-list h2 {
    font-size: 24px;
    margin: 15px 0;
}
.vehicle-list ul {margin: 0 0 0px 0; padding: 0;}
.vehicle-list li {width: 25%; font-size: 14px;}
    
}
