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

/* Desktops and laptops  */
@media only screen and (min-width : 961px ){
	
body {
	font-size:1em;
}

.container {
	width:85%;
	max-width:820px;
	margin:0 auto;
	position:relative;
}
	
	
/* Header Logos */
.NAF-header-logo {
	height: 90px;
	padding: 20px 0;
}
	
.NAF-header-logo-left {
	height: 90px;
	padding: 20px 0;
}
	
.NAF-header-logo-horizontal {
	height: 55px;
	padding: 20px 0;
}

.SM-header-logo {
	height: 55px;
	left: 0;
	bottom: 16px;
}
	
.header-text {
	width: auto;
	height: auto;
	float: left;
	font-size: 1.15em;
	line-height: 1.1em;
	margin: 0;
	padding: 52px 0 0 4%;
	letter-spacing: 4px;
	display: inline-block;
	text-align: left;	
}
	
.header-text-small {
	width: auto;
	height: 55px;
	float: left;
	font-size: 1em;
	line-height: 1.1em;
	margin: 0;
	padding: 37px 0 0 3%;
	letter-spacing: 4px;
	display: inline-block;
	text-align: left;	
}	
	

.desktop {
	
}	

.tablet {
	display: none;
}
	
.mobile {
	display: none;
}
	
	
/* Social Media Icons */
	
#socialmedia-sidenav span {
    position: fixed;
    left: -50px;
    transition: 0.3s;
    width: 100px;
    text-decoration: none;
	z-index: 300;
}

#socialmedia-sidenav span:hover {
    left: 0;
}
	

#facebook {
    bottom: 270px;
}

#twitter {
    bottom: 230px;
}
	
#instagram {
    bottom: 190px;
}
	
#youtube {
    bottom: 150px;
}	
	
	

/* Column sizes */
	
	.col-70 {
		width: 70%;
		float: left;
	}
	
	.col-30 {
		width: 30%;
		float: left;
	}
	
	.col-20 {
		width: 20%;
		float: left;
	}
	
	.col-50 {
		width: 50%;
		float: left;
	}
	
	.col-60 {
		width: 60%;
		float: left;
	}
	
	.col-40 {
		width: 40%;
		float: left;
	}
	
		.col-70-dt {
		width: 64%;
		float: left;
		margin: 1.5%;
	}
	
	.col-30-dt {
		width: 31%;
		float: left;
		margin: 1%;
	}
	
		.col-100 {
		width: 100%;
		float: left;
	}
	
	
/* SLIDER TEXT */

	.slider-text {
		left:15%;
		right: 15%;
		bottom: 50%;
		font-size: 1.7em;
	}
	
	
	.slider-text-large {
		left:15%;
		right: 15%;
		bottom: 50%;
		font-size: 2.5em;
	}	
	
	
/* Navigation */
	
.menu-icon {
	font-size:35px;
	padding: 0;
	margin: 2px 0 0 0;
}
	
	
/* Slider */

.slider-border {
	border-bottom: solid;
	border-bottom-width: 10px;
}
	
	
	
	
	.width-60 {
		width: 60%;
	}

	.width-40 {
		width: 40%;
	}	
	
	.width-10 {
		width: 10%;
	}	
	
	.width-20 {
		width: 20%;
	}
	
	.width-30 {
		width: 30%;
	}
	
/* PRODUCT PAGE TABLES */
	
/* Style the buttons inside the tab */
.tab button {
	width: 48%;
    margin: 0.5% 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;
}	
	
/* Style the tab content */
.tabcontent {
	width: 98%;
    display: none;
    padding: 0;
    border-top: none;
    position:relative;
	margin-bottom: 15px;
}	
	
	
.product-accordion {
    font-size: 0.75em;
}		


/* Testimonials Slider */	
	
/* Caption text */
.text {
	width: 80%;
	margin: 0 auto;
  color: #000000;
  font-size: 15px;
  padding: 8px 12px;
  text-align: center;
	font-weight: 400;
}	
	
	
/* Slider Arrows */
	
/* Next & previous buttons */
.prev, .next {
 	top:45px;
	right: 5px;
}	
	
	
	
/* PRODUCT RANGE STYLING */


.product-holder {
	width: 185px;
	height: 300px;
	margin: 10px 20px 10px 0;
}
	
.product-info {
	font-size: 100%;
}	
	
.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 {
	width: 85%;
	left: 7.5%;
	bottom: 35px;
}	
	
	.product-container {
		width: 100%;
		margin: 0;
	}
	
	
.product-heading-row, .product-text-row, .product-image-row, .product-more-info-button {
		width:25%;
		max-width: 25%;
	}
	
			
.product-spacing-row {
		width: 20px;
		max-width: 20px;
	}
	
	
/* PRODUCT PAGE STYLING */
	

	
	
	

/* PRODUCT CATEGORIES PRODUCT PAGE */	
.product-categories-heading {
	font-size: 1em;
	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:3px 5px;
	border-spacing: 12px;
	vertical-align: middle;
}
	
	
.product-range-table td {
	width: 18%;
	height: 30px;
	padding:3px 5px;
	border-spacing: 12px;
	vertical-align: middle;
}
	
	
/* PRODUCT CATEGORIES HOME/RANGE PAGE */	
.product-categories-home-td {
	width: 11%;
	min-height: 30px;
	height: 30px;
	max-height: 30px;
	padding:3px 5px;
	vertical-align: middle;
}
	
	
/* WHATS NEW */
	
.more-news img {
	width: 22%;
	height: auto;
	margin: 1%;
}	
	
	
	
/* STOCKIST PAGE */
	
.retailerpostcodeholder {
	width: 40%;
	height:225px;
	float:left;
	margin: 0 5%;
}
	
	
/* SEARCH PAGE */
	
.searchholder {
	width: 40%;
	height:auto;
	float:left;
	margin: 0 5% 2% 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #595959;
}	
	
	
	
/* ARTICLES */
	
.article {
	width:72%;
	max-width: 1225px;
	margin:0 auto;
	position:relative;
	padding: 40px 10%;
}	
	
	
	
/* FOOTER Styling */
	
#footer {
	padding:0;
	position: fixed;
	width: 100%;
	height: 620px;
	bottom: -595px;
	left: 0;
	right: 0;
	transition: 0.3s;
	text-decoration: none;
	color: #ffffff;
	z-index: 900;
	background: #000000;
}
	
#footer:hover, #footer:active {
	bottom:-5px;
}
	
	
/* Style the buttons inside the tab */
.tabfooter button {
	width: 48%;
    margin: 0.5% 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;
	
}	
	
	
	

}