/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/
@import url("http://cdn.myld.com.au/1/css/fontawesome/4.0.3/css/font-awesome.css");
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');
@import url('http://cdn.myld.com.au/1/js/fancybox2/jquery.fancybox.css');
@import url('http://cdn.myld.com.au/1/js/fancybox2/helpers/jquery.fancybox-thumbs.css');
@import url('http://cdn.myld.com.au/1/js/plugins/PhotoSwipe/photoswipe.min.css');
@import url('http://fonts.googleapis.com/css?family=Kalam:400,700');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.svg#ralewayregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.svg#ralewaybold) format('svg');
   font-weight:700;
   font-style:normal;
}

/* @general styles
-----------------*/
::selection {
  background:#13a000;
	color:#fff;
}

a {
	color:#13a000;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body:before {
	content:url(http://cdn.myld.com.au/2/1062/best-foods-darwin_5b62a0f9a1.png) url(http://cdn.myld.com.au/2/1062/best-foods-darwin_3f993ea5a8.png) url(http://cdn.myld.com.au/2/1062/best-foods-darwin_c782e73792.png);
	display:none;
}

body {
	background:url(http://cdn.myld.com.au/2/1061/best-foods-darwin_317d03ab82.jpg) repeat;
	color:#000;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	letter-spacing:-0.015em;
	line-height:23px;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	position:relative;
	z-index:1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff000+0,d9cc00+100 */
	background: rgb(255,240,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWNjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,240,0,1) 0%, rgba(217,204,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,240,0,1)), color-stop(100%,rgba(217,204,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,240,0,1) 0%,rgba(217,204,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,240,0,1) 0%,rgba(217,204,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,240,0,1) 0%,rgba(217,204,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,240,0,1) 0%,rgba(217,204,0,1) 100%); /* W3C */
}

#header:after {
	content:"";
	position:absolute;
	width:100%;
	height:26px;
	left:0;
	bottom:-26px;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1062/best-foods-darwin_1ae5047717.png) center top no-repeat;
}

#logo {
	padding-top:15px;
	padding-bottom:15px;
}

#menu {
	display:none;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
	float:right;
}

.navbar .nav>li {
	float:left;
	margin-left:42px;
}

.navbar .nav>li:fisrt-child {
	margin-left:0;
}

.navbar-nav>li>a {
	color:#1a1a1a;
	font-family: 'Kalam';
	font-weight:700;
	font-style:normal;
	font-size:20px;
	letter-spacing:0;
	line-height:23px;
	white-space:nowrap;
	padding:38px 0;
	position:relative;
	display:block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li.active>a {
	background:transparent;
	color:#13a000;
}

.navbar-nav>li>a:after {
	opacity:0;
	content:"";
	position:absolute;
	width:4px;
	height:4px;
	left:50%;
	margin-left:-2px;
	bottom:30px;
	pointer-events:none;
	background:#13a000;
	border-radius:999px;
	-webkit-border-radius:999px;
	-moz-border-radius:999px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav>li>a:hover:after, .nav>li>a:focus:after, .nav>li.active>a:after {
	opacity:1;
}

#slider {
	height:517px;
}

body#contact #slider {
	display:none;
}

a.prev, a.next {
	position:absolute;
	width:22px;
	height:39px;
	bottom:-49px;
	text-indent:-99999%;
	z-index:100;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.prev {
	background:url(http://cdn.myld.com.au/2/1062/best-foods-darwin_99060c7fd2.png) no-repeat;
	left:10px;
}

a.next {
	background:url(http://cdn.myld.com.au/2/1062/best-foods-darwin_549754b206.png) no-repeat;
	right:10px;
}

a.prev:hover, a.next:hover {
	opacity: 0.5;
}

#slogan {
	margin-top:30px;
}

#slogan h1 {
	color:#13a000;
	font-family: 'Kalam';
	font-weight:700;
	font-style:normal;
	font-size:25px;
	letter-spacing:-0.015em;
	line-height:37px;
	margin:0 0 0 0;
	display:block;
	text-align:center;
	overflow:hidden;
	white-space:nowrap; 
}

#slogan h1 span {
	position:relative;
	display:inline-block;
}

#slogan h1 span:before,
#slogan h1 span:after {
	content:"";
	position:absolute;
	top:50%;
	width:9999px;
	height:1px;
	background:#dadada;
}

#slogan h1 span:before {
	right:100%;
	margin-right:15px;
}

#slogan h1 span:after {
	left:100%;
	margin-left:15px;
}

#intro {
	margin-top:55px;
	padding-bottom:75px;
	background:url(http://cdn.myld.com.au/2/1061/best-foods-darwin_6d0eea8392.png) center bottom no-repeat;
	background-size:100% 17px;
	color:#000;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	letter-spacing:-0.015em;
	line-height:23px;
}

#intro h1,
#homeThumbs h2,
.contentBox h2 {
	color:#13a000;
	font-family: 'Kalam';
	font-weight:700;
	font-style:normal;
	font-size:25px;
	letter-spacing:-0.015em;
	line-height:25px;
	margin:0 0 15px 0;
}

#intro h1:after,
.contentBox h2:after {
	content:".";
}

#intro p {
	margin-bottom:30px;
}

.boxed {
	border:solid 1px #e9e9e9;
	background:#fff;
	padding:30px 15px;
}

#content {
	padding-top:60px;
	padding-bottom:65px;
}

.contentBox {
	margin-bottom:60px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox p,
.contentBox ul {
	margin-bottom:30px;
}

.contentImage {
	margin-top:15px;
	min-height:180px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#homeThumbs {
	padding-top:40px;
	padding-bottom:70px;
}

#homeThumbs h2 span {
	color:#515151;
	font-family: 'Kalam';
	font-weight:400;
	font-style:normal;
	font-size:18px;
}

.ht {
	margin-bottom:50px;
}

.ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	max-width:290px;
	margin-left:auto;
	margin-right:auto;
	color:#878787;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	letter-spacing:-0.015em;
	line-height:23px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#homeThumbs a:hover .homeThumb {
	color:#000;
}

.htImage {
	position:relative;
	top:0;
	width:245px;
	height:245px;
	margin-bottom:45px;
	background-color:#fff000;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:999px;
	-webkit-border-radius:999px;
	-moz-border-radius:999px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#homeThumbs a:hover .htImage {
	background-color:#13a000;
	top:-10px;
}

.htImage:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	pointer-events:none;
	border:solid 1px #d5c800;
	border-radius:999px;
	-webkit-border-radius:999px;
	-moz-border-radius:999px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#homeThumbs a:hover .htImage:before {
	border-color:transparent;
}

.htImage:after {
	content:"";
	position:absolute;
	width:100%;
	height:17px;
	left:0;
	bottom:-25px;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1062/best-foods-darwin_3cdb7d70a5.png) center top no-repeat;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#homeThumbs a:hover .htImage:after {
	bottom:-35px;
}

#htImage1 {
	background-image:url(http://cdn.myld.com.au/2/1062/best-foods-darwin_c880f97eab.png);
}

#htImage2 {
	background-image:url(http://cdn.myld.com.au/2/1062/best-foods-darwin_731f8021a7.png);
}

#htImage3 {
	background-image:url(http://cdn.myld.com.au/2/1062/best-foods-darwin_320d24cbd1.png);
}

#homeThumbs a:hover #htImage1 {
	background-image:url(http://cdn.myld.com.au/2/1062/best-foods-darwin_5b62a0f9a1.png);
}

#homeThumbs a:hover #htImage2 {
	background-image:url(http://cdn.myld.com.au/2/1062/best-foods-darwin_3f993ea5a8.png);
}

#homeThumbs a:hover #htImage3 {
	background-image:url(http://cdn.myld.com.au/2/1062/best-foods-darwin_c782e73792.png);
}

.homeThumb h3 {
	color:#878787;
	font-family: 'Kalam';
	font-weight:700;
	font-style:normal;
	font-size:19px;
	letter-spacing:-0.015em;
	line-height:normal;
	margin:0 0 25px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#homeThumbs a:hover .homeThumb h3 {
	color:#13a000;
}

.footer {
	position:relative;
	border:solid 1px #e9e9e9;
	padding-top:40px;
	padding-bottom:10px;
	background:#fff;
	color:#1a1a1a;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	letter-spacing:0;
	line-height:normal;
}

.footer h3 {
	color:#1a1a1a;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	text-transform:capitalize;
	letter-spacing:0;
	line-height:20px;
	margin:0 0 15px 0;
}

.footer a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footerMap {
	position:absolute;
	width:50%;
	height:100%;
	right:0;
	top:0;
	padding-left:205px;
}

#footer-map {
	width:100%;
	height:100%;
}

#footerContact h3 {
	margin-left:35px;
}

#footerContact address {
	margin-bottom:18px;
	padding-left:35px;
	line-height:normal;
}

.footerPhone {
	background:url(http://cdn.myld.com.au/2/1061/best-foods-darwin_6f55220c65.png) left center no-repeat;
}

.footerAddress {
	background:url(http://cdn.myld.com.au/2/1061/best-foods-darwin_50e7d82d2d.png) left 3px no-repeat;
}

.footerMail {
	background:url(http://cdn.myld.com.au/2/1061/best-foods-darwin_7ab6bf7670.png) left center no-repeat;
}

#footerContact a {
	color:#1a1a1a;
}

#footerContact a:hover {
	color:#13a000;
}

#footer2 {
	margin-top:10px;
}

#footerBrand,
#footerLS {
	margin-left:10px;
}

#copyright {
	font-size:13px;
	margin-top:12px;
}

#map-canvas {
	height:200px;
}

ul, ol {
	margin:0 0 10px -18px;
}

dt, dd, ul li, ol li {
	line-height:inherit;
}

dd {
	margin-left:0;
	margin-bottom:10px;
}

.break {
	word-break:break-all;
}

label, input, button, select, textarea {
	font-family:inherit !important;
	font-size:inherit !important;
	font-weight:inherit !important;
	line-height:inherit !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	background:#f2f2f2 !important;
	border:1px solid #d9d9d9;
}

.btn {
	background:#13a000;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border:1px solid #d9d9d9;
	color:#fff;
	box-shadow:none;
	text-shadow:none !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn:hover {
	color:#13a000;
	background:#fff;
}

#schema, .schema-address {
	display:none;
}

p:last-child,
p.last {
	margin-bottom:0 !important;
}

.besideMe {
	display:inline-block;
}

#page-not-found #error {
	padding-top:100px;
	padding-bottom:100px;
}

a.fancybox.thumbnail {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.fancybox.thumbnail:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	border-color:#ddd;
}

.firefox .isotope,
.firefox .item {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	.container {
		width:1140px;
	}
	
	#intro {
		background-size:auto auto;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:517px;
	}
	
	#menu {
		display:block;
	}
	
	#logo {
		padding-bottom:0;
	}
	
	.boxed {
		padding-left:30px;
		padding-right:30px;
	}
	
	.ht {
		margin-bottom:0;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	.htImage {
		width:auto;
		height:290px;
	}
	
	.contentImage {
		margin-top:0;
	}
}

@media (max-width: 767px) {
	.contactInfo {
		margin-top:50px;
	}
}

@media (max-width: 568px) {...}

@media (max-width: 480px) {...}

@media (min-width: 768px) and (max-width: 991px) {
	#map-canvas {
		height:320px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.htImage {
		height:272px;
	}
}

/* Device specific media queries ----------- */
/* Tablets */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {...}

/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {...}

/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {...}

/* iPhone */
@media only screen  
and (max-device-width : 568px) {...}

#products1 {background-image:url(http://cdn.myld.com.au/2/1061/best-foods-darwin_df228f036d.jpg);}
#about1 {background-image:url(http://placehold.it/410x560);}