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

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

.t-only, .d-only, .w-only {
	display: none;
}
body {background-size: 190%;}
.inner {
	width: 100%;
	margin: auto;
}

header .inner {
	width: 100%;
}
.logo {
	display: inline-block;
	width: 75%;
	max-width: 250px;
	max-height: 100px;
	margin: 0 0 20px 0;
}
.content_outer { width: 100%;
    margin: 50px auto 30px;
    padding: 20px;
}
.content_header_crop { height: 70px;}
h1 {font-size: 24px; margin: 0px 0px 10px 0px;}
h2 {font-size: 18px; margin: 10px 0px 7px 0px;}
h3 {font-size: 16px; margin: 10px 0px 7px 0px;}
p {font-size: 14px; margin: 0px 0px 10px 0px; line-height: 19px;}
td {font-size: 14px;}
.featured .inner {padding: 6% 0 0 15px;}
.featured h2 { font-size: 22px; line-height: 26px; margin:0px 0 0px 0;}
.featured h3 { font-size: 15px; line-height: 18px; margin:0 0 0px 0; font-weight: normal;}
.featured .button {font-size: 12px;  margin:10px 0px !important; padding: 6px 10px;}
.flex-direction-nav {display: none;}
	
/* 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%; top: 0px; border: none;}

.flexnav li ul {
    width: 100%;
}
.flexnav li {list-style: none; border-right: 2px solid #006940; border-left: 2px solid #006940; border-bottom: 2px solid #006940;}
.flexnav li:nth-last-of-type(1) {
border-right: 2px solid #006940;	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px; margin-bottom: 20px;
}
.flexnav li:nth-of-type(1) {
	border-bottom-left-radius: 0px;border-top: 2px solid #006940;
}	
.flexnav li a {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
}


.staff img { width: 35%; margin: 0 0 30px 20px;}
	
.sidebar_rhs {float: left; width: 100%; margin:20px 0 0 0; }

	
/* LAYOUT ELEMENTS *********************************************** */

.w20_left, .w20_right {
	width: 100%;
	float: left;
}

.w30_left, .w30_right {
	width: 100%;
	float: left;
}
.w33_left {
	width: 100%;	
	float: left;	
	padding-right: 0px;
}
.w35_right {
    width: 100%;
    float: left;
}
.w35_right .button {
    margin-top: 10px !important;
	margin-bottom: 15px !important;
	margin-left: 15px !important;
	padding: 10px;
}
.w40_left, .w40_right {
	width: 100%;
	float: left;
}
.w45_left, .w45_right {
	width: 100%;
	float: left;
}
.w50_left, .w50_right {
	width: 100%;
	float: left;
}
.w55_left, .w55_right {
	width: 100%;
	float: left;
}
.w60_left, .w65_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%;
}
.content .inner .w100_left { padding: 20px 0px;}
.home_text_content {float:left; width:100%;}	
.home_text_content h1 { font-size: 24px; line-height: 30px; width: 100%; margin-bottom: 20px; }
.home_text_content p { line-height: 20px; margin-bottom: 20px; }
	
.home_panels_outer {margin: 10px 0 0 0;
	float: right; 
	display: block;
	width: 100%;
	clear: none;
}
.home_panels_outer a {
	float: left;
	display: inline-block;
	width: 100%;
    width: calc(100% / 1);
	position: relative;
	color: #ffffff;
	text-decoration: none;
}
.home_panels_outer a img {
	float: left; 
	width: 100%;
}
.home_panel_text {
	position: absolute;
	padding: 15px 20px;
}
.home_panel_text h2 {font-size: 28px; color: #ffffff;}	
.home_panel_text p {font-size: 16px; color: #ffffff;}	
	
/* NAVIGATION ELEMENTS ********************************************* */
.flexnav {	
	padding: 0px;
	margin: 0px;
}
	
/* Gallery ********************************** */

.imggallery {width: 100%; padding-bottom: 50%;}
.imggallery a {padding: 20% 0 0 0;}
	
/* 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;
}

}
