@charset "UTF-8";
/* CSS Document */

/* Media query for Mobile devices*/
@media only screen and (min-width : 100px) and (max-width : 640px) {
	
body {
	font-size:0.9em;
}
	
	
.container {
	width:90%;
	margin:0 auto;
	position:relative;
}
	
/* Header Logos */
.NAF-header-logo {
	height: 55px;
	padding: 12px 0;
}
	
.NAF-header-logo-left {
	height: 55px;
	padding: 12px 0;
}
	
.NAF-header-logo-horizontal {
	height: 30px;
	padding: 12px 0;
}

.SM-header-logo {
	height: 37px;
	left: 0;
	bottom: 6px;
}	

.header-text {
	width: 65%;
	height: auto;
	float: right;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0 1% 0 0;
	padding: 25px 0;
	letter-spacing: 1px;
	display: inline-block;	
	font-weight: 300;
}
	
.header-text-small {
	width: 65%;
	height: 28px;
	float: right;
	font-size: 0.7em;
	line-height: 1.1em;
	margin: 0 1% 0 0;
	padding: 14px 0 0 0;
	letter-spacing: 1px;
	display: inline-block;	
	font-weight: 300;
}
	
	
.desktop {
	display: none;
}	

.tablet {
	display: none;
}
	
.mobile {
	
}	
	
/* Social Media Icons */
#socialmedia-sidenav {
    display: none;
}
	
	
.sidenav-footer {
    position: relative;
	width: 200px;
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
	display: block;
    text-decoration: none;
	text-align: center;
}	

	
	
.sidenav-footer img {
    width: 30px;
	padding: 10px 10px;
	float: left;
}
	
	
.sidenav-footer img:hover, .sidenav-footer img:focus {
    opacity: 0.5;
}	

	
	
	.column {
		width: 100%;
		margin: 10px 0 0 0;
		display: block;
	}	
	
	
/* HOMEPAGE */
	
	/* Style the buttons inside the tab */
.tabhomepage button, .tabarticles button {
	width: 46.5%;
}
	
	
/* Column sizes */
	
	.col-70 {
		width: 100%;
		float: left;
		margin:0; 
	}
	
	.col-30 {
		width: 100%;
		float: left;
	}
	
	.col-50 {
		width: 100%;
		float: left;
		margin:0; 
	}
	
	.col-20 {
		width: 100%;
		float: left;
		margin:0; 
	}
	
	.col-60 {
		width: 100%;
		float: left;
		margin:0; 
	}
	
	.col-40 {
		width: 100%;
		float: left;
		margin:0; 
	}
	
	
		.col-70-dt {
		width: 100%;
		float: left;
		margin: 0 0 20px;
	}
	
	.col-30-dt {
		width: 100%;
		float: left;
		margin: 0 0 20px;
	}
	
	.col-100 {
		width: 100%;
		float: left;
		margin: 0;
	}
	
/* Column Margins sizes */	
	
	.margin-right-5 {
		margin:0;
	}
	
	.margin-right-10 {
		margin:0;
	}
	
	.margin-left-5 {
		margin:0;
	}
	
	.margin-left-10 {
		margin:0;
	}	


/* SLIDER TEXT */

	.slider-text {
		left:6%;
		right: 6%;
		bottom: 36%;
		font-size: 1.2em;
	}
	
		.slider-text-large {
		left:6%;
		right: 6%;
		bottom: 36%;
		font-size: 1.4em;
	}	
	
	
/* Navigation */
	
.menu-icon {
	font-size:25px;
	padding: 0;
	margin: 5px 0 0 0;
}	
	
	
.overlay a {
    padding: 12px 0;
    text-decoration: none;
    font-size: 1.5em;
    color: #818181;
    display: block;
    transition: 0.3s;
}	
	
	
/* Search Bar */

.search-bar {
	width: 100%;
	height: 30px;
	margin: 0;
}
	
	
/* Slider */

.slider-border {
	border-bottom: solid;
	border-bottom-width: 5px;
}
	
	
	
/* PRODUCT PAGE Tables */


/* Style the tab */
.tab {
    overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
	width: 48%;
    margin: 0 2% 10px 0;
    background:#d0d0d0;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 8px;
    transition: 0.3s;
    font-size: 17px;
    text-align:left;
}

.tab button h3 {
	margin:0;
    font-size: 0.7em;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #000000;
    color:#ffffff;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #000000;
    color:#ffffff;
}

/* Style the tab content */
.tabcontent {
	width: 98%;
    display: none;
    padding: 0;
    border-top: none;
    position:relative;
	margin-bottom: 15px;
}

/* Style the close button */
.topright {
    top:0;
    right:-7%;
    font-size:3em;
 }
	
	
.product-accordion {
    font-size: 0.9em;
}	
 

.text-align-left {
	text-align:left;
   }
   
 .text-align-right {
	text-align:right;
   }  

.table-rule-below {
	border-bottom:1px solid #d0d0d0;
   }
	
	.width-60 {
		width: 50%;
	}

	.width-40 {
		width: 30%;
	}	
	
	.width-10 {
		width: 10%;
	}	
	
	.width-20 {
		width: 20%;
	}
	
	.width-30 {
		width: 30%;
	}
	
	
/* Testimonials Slider */	
	
/* Caption text */
.text {
	width: 95%;
	margin: 0 auto;
	color: #000000;
	font-size: 1em;
	padding: 8px 12px;
	text-align: center;
	font-weight: 400;
}		
	
	
/* Slider Arrows */
	
/* Next & previous buttons */
.prev, .next {
 	top: 8%;
	right: 8px;
}	
	
	

/* PRODUCT RANGE STYLING */


.product-holder {
	width: 48%;
	height: auto;/* height: 285px; */; /* max-height: 300px; */ 
	margin: 1% 2% 3% 0;
}	
	
	
.product-info h2 {
	font-size: 95%;
	margin: 0 0 10px 0;
	line-height: 102%;
}
	
.product-info p {
	font-size: 80%;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 95%;
}	
	
.product-image {
	position: relative;
	width: 75%;
	margin: 3% auto 3% auto;
}
	
	
	.product-container {
		width:98%;
		margin: 0;
	}	
	
.product-heading-row, .product-text-row, .product-image-row, .product-more-info-button {
		width:49%;
		max-width: 49%;
	}	
	
		
.product-spacing-row {
		width: 3%;
		max-width: 10px;
	}

	

/* PRODUCT CATEGORIES PRODUCT PAGE */
.product-categories-heading {
	font-size: 1.2em;
	line-height: 0.9em;
	letter-spacing: 5px;
	text-align: center;
	font-weight: 200;
	padding-left: 15px;
	margin: 0;
	padding: 0;
}	

.product-categories td {
	width: 33%;
	height: 30px;
	padding:0 3px;
	border-spacing: 15px;
	vertical-align: middle;
}
	
.product-range-table td {
	width: 18%;
	height: 30px;
	padding:0 3px;
	border-spacing: 15px;
	vertical-align: middle;
}	
	
/* PRODUCT CATEGORIES HOME/RANGE PAGE */	
.product-categories-home-td {
	width: 10%;
	min-height: 30px;
	height: 30px;
	max-height: 30px;
	padding:0 3px;
	vertical-align: middle;
}
	
	
/* WHATS NEW */
	
.more-news img {
	width: 47%;
	height: auto;
	margin: 1%;
}	
	
	
/* STOCKIST PAGE */
	
.retailerpostcodeholder {
	width:95%;
	height:auto;
	float:left;
	margin:0 5% 0 0;
	text-align: center;
}
	
	
/* SEARCH PAGE */
	
.searchholder {
	width:100%;
	height:auto;
	float:left;
	margin:0 0 5% 0;
	padding: 0 0 15px 0;
	text-align: center;
	border-bottom: 1px solid #595959;
}		
	
	
.retailerholder {
	width:100%;
	height:auto;
	padding:0 0 5px 0;
	float:left;
	margin:0 0 15px 0;
	border-bottom:1px solid #000000;
	text-align: center;
}	
	
	
/* ARTICLE STYLING */

.article {
	width:75%;
	margin:0 auto;
	position:relative;
	padding:5% 10%;
}	
	
	
	
	
/* FOOTER Styling */
	
#footer {
	padding:0;
	position: relative;
	width: 100%;
	height: auto;
	text-decoration: none;
	color: #ffffff;
	background:#000000;
}
	
	
/* Style the buttons inside the tab */
.tabfooter button {
	width: 48%;
    margin: 0 2% 10px 0;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 8px;
    transition: 0.3s;
    font-size: 17px;
    text-align:left;
}	


#map {
        width: 100%;
        height: 200px;
}	


}