/***********************
*  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/plugins/CustomScrollbar/v3.0.2/jquery.mCustomScrollbar.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');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.svg#open_sanslight) format('svg');
   font-weight:300;
   font-style:normal;
}

@font-face{
   font-family: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.svg#open_sansregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-semibold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-semibold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-semibold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-semibold-webfont.svg#open_sanssemibold) format('svg');
   font-weight:600;
   font-style:normal;
}

@font-face{
   font-family: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.svg#open_sansbold) format('svg');
   font-weight:700;
   font-style:normal;
}

/* @general styles
-----------------*/
::selection {
  background:#ff2c8a;
	color:#fff;
}

a {
	color:#ff2c8a;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body:before {
	content:url(http://cdn.myld.com.au/2/896/body-bliss-skincare_b79218b768.png) url(http://cdn.myld.com.au/2/896/body-bliss-skincare_89b9fcbad4.png) url(http://cdn.myld.com.au/2/896/body-bliss-skincare_89b9fcbad4.png);
	display:none;
}

body {
	background:#fff;
	color:#eee;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	letter-spacing:0.02em;
	line-height:18px;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	padding-top:40px;
	padding-bottom:48px;
}

body#home #header,
body#contact-us #header {
	padding-bottom:40px;
}

#logo {
	margin-top:40px;
}

#logoMini img,
#logo img {
	display:inline-block;
}

#menu {
	display:none;
	margin-top:60px;
	padding-left:200px;
	padding-right:200px;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
}

.navbar .nav>li {
	float:left;
	background:url(http://cdn.myld.com.au/2/897/body-bliss-skincare_3fff7a55e7.png) right center no-repeat;
}

.navbar .nav>li:last-child {
	background:none;
}

.navbar-nav>li>a {
	color:#1a1a1a;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:0.02em;
	line-height:20px;
	white-space:nowrap;
	padding: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:#ff2c8a;
}

#main {
	box-shadow: 0px -10px 50px 0px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px -10px 50px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px -10px 50px 0px rgba(0, 0, 0, 0.35);
	background: rgb(20,20,20); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0MTQxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzMwMzAyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDE0MTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(20,20,20,1) 0%, rgba(48,48,47,1) 50%, rgba(20,20,20,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(20,20,20,1)), color-stop(50%,rgba(48,48,47,1)), color-stop(100%,rgba(20,20,20,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(20,20,20,1) 0%,rgba(48,48,47,1) 50%,rgba(20,20,20,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(20,20,20,1) 0%,rgba(48,48,47,1) 50%,rgba(20,20,20,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(20,20,20,1) 0%,rgba(48,48,47,1) 50%,rgba(20,20,20,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(20,20,20,1) 0%,rgba(48,48,47,1) 50%,rgba(20,20,20,1) 100%); /* W3C */
}

#intro {
	color:#eee;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	letter-spacing:0.02em;
	line-height:18px;
	padding-top:60px;
	padding-bottom:55px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(20%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0.1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0.1) 100%); /* W3C */
}

body#home #intro,
body#contact-us #intro {
	padding-top:30px;
	padding-bottom:30px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.15) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.15))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.15) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.15) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.15) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.15) 100%); /* W3C */
}

#intro h1 {
	color:#eee;
	font-family: 'Open Sans';
	font-weight:300;
	font-style:normal;
	font-size:56px;
	letter-spacing:0.02em;
	line-height:normal;
	margin:0 0 15px 0;
}

#intro p {
	margin-bottom:20px;
}

#intro ul {
	list-style-position:inside;
	margin:0;
	padding:0;
}

#intro ul li {
	color:#eee;
	font-family: 'Open Sans';
	font-weight:300;
	font-style:normal;
	font-size:21px;
	line-height:21px;
	display:inline-block;
	padding-left:30px;
	background:url(http://cdn.myld.com.au/2/896/body-bliss-skincare_95061bf529.png) left top no-repeat;
	margin:8px 10px;
}

#slider {
	margin-top:-80px;
	margin-bottom:50px;
	border:solid 6px #fff;
	height:495px;
}

a.prev, a.next {
	position:absolute;
	width:23px;
	height:50px;
	top:50%;
	margin-top:-25px;
	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/896/body-bliss-skincare_c559657596.png) no-repeat;
	left:20px;
}

a.next {
	background:url(http://cdn.myld.com.au/2/896/body-bliss-skincare_36c4676ecd.png) no-repeat;
	right:20px;
}

a.prev:hover, a.next:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#content {
	padding-top:95px;
	padding-bottom:110px;
}

#scrollable {
	margin-top:40px;
	height:300px;
	padding-left:0;
	background:none;
}

#scroll-nav {
	margin:0;
	padding:0;
	list-style-type:none;
}

#scroll-nav li {
	margin-bottom:25px;
}

#scroll-nav li:last-child {
	margin-bottom:0;
}

#scroll-nav li a {
	display:block;
	color:#eee;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:20px;
	letter-spacing:0.02em;
	line-height:20px;
	-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;
}

#scroll-nav li a:hover, #scroll-nav li.active a {
	color:#ff2c8a;
}

#scroll-nav li a span {
	display:block;
	font-size:14px;
	line-height:25px;
}

.contentScroll,
.contentBox {
	margin-bottom:40px;
}

.contentScroll:last-child {
	padding-bottom:300px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentScroll img {
	margin-bottom:30px;
}

.contentScroll h2,
.contentBox h2 {
	color:#ff2c8a;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:20px;
	letter-spacing:0.02em;
	line-height:20px;
	margin:0 0 25px 0;
}

.contentScroll p,
.contentBox p {
	margin-bottom:20px;
}

.contentScroll ul {
	margin-bottom:20px;
}

.mCSB_scrollTools {
	opacity:1;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
	opacity:1;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#ff2c8a;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color:rgba(255,255,255,1);
}

.bold {
	font-weight:700;
}

.contentImage {
	margin-top:30px;
}

.contentImage img {
	display:inline-block;
}

#filters {
	padding:0;
	margin:0;
	list-style-type:none;
}

#filters li {
	display:inline-block;
}

#filters li a {
	cursor:pointer;
	color:#fff;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:normal;
	background:#ff2c8a;
	border:solid 2px #ff2c8a;
	padding:10px 20px;
	-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;
}

#filters li a:hover, #filters li.active a {
	color:#ff2c8a;
	background:#fff;
}

#homeThumbs {
	padding-top:130px;
	padding-bottom:60px;
}

.ht {
	margin-bottom:40px;
}

.ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	max-width:262px;
	margin-left:auto;
	margin-right:auto;
	color:#eee;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	letter-spacing:0.02em;
	line-height:18px;
}

.htImage {
	position:relative;
	margin-bottom:14px;
}

.htImage:before {
	opacity:0;
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	pointer-events:none;
	background:rgba(255,44,138,0.7);
	-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;
}

.htImage:after {
	opacity:0;
	content:"learn more";
	position:absolute;
	height:43px;
	left:50%;
	margin-left:-110px;
	top:50%;
	margin-top:-21px;
	color:#fff;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:25px;
	text-transform:uppercase;
	letter-spacing:0.02em;
	line-height:43px;
	padding-right:60px;
	background:url(http://cdn.myld.com.au/2/896/body-bliss-skincare_7aacc661e2.png) right center 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:before,
#homeThumbs a:hover .htImage:after {
	opacity:1;
}

.homeThumb h3 {
	color:#eee;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:26px;
	letter-spacing:0.02em;
	line-height:35px;
	margin:0 0 10px 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:#ff2c8a;
}

#brands {
	padding-top:85px;
	padding-bottom:95px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.15) 1%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(1%,rgba(255,255,255,0.15)), color-stop(80%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 1%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 1%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 1%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 1%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%); /* W3C */
}

#brands h3 {
	color:#1a1a1a;
	font-family: 'Open Sans';
	font-weight:300;
	font-style:normal;
	font-size:56px;
	letter-spacing:0.02em;
	line-height:normal;
	margin:0 0 40px 0;
}

.logos {
	display:inline-block;
	vertical-align:middle;
	padding:10px 30px;
}

.logos a {
	display:block;
	text-indent:-9999%;
	-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;
}

#logos1 {
	width:170px;
	height:91px;
	background:url(http://cdn.myld.com.au/2/896/body-bliss-skincare_fae8f1c3f4.png) no-repeat;
}

#logos2 {
	width:252px;
	height:53px;
	background:url(http://cdn.myld.com.au/2/896/body-bliss-skincare_ba661a936f.png) no-repeat;
}

#logos3 {
	width:143px;
	height:103px;
	background:url(http://cdn.myld.com.au/2/896/body-bliss-skincare_76c53f8131.png) no-repeat;
}

#logos1:hover {
	background-image:url(http://cdn.myld.com.au/2/896/body-bliss-skincare_b79218b768.png);
}

#logos2:hover {
	background-image:url(http://cdn.myld.com.au/2/896/body-bliss-skincare_b384895275.png);
}

#logos3:hover {
	background-image:url(http://cdn.myld.com.au/2/896/body-bliss-skincare_89b9fcbad4.png);
}

.footer {
	color:#191919;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	letter-spacing:0.02em;
	line-height:18px;
	padding-top:75px;
	padding-bottom:90px;
	border-top:solid 5px #ff2c8a;
}

#synopsis {
	background:url(http://cdn.myld.com.au/2/896/body-bliss-skincare_ce027dcbff.png) center top no-repeat;
	background-size:100% auto;
}

#synopsis p {
	margin-bottom:15px;
}

#synopsis a {
	color:#191919;
	text-decoration:underline;
}

#synopsis a:hover {
	text-decoration:none;
}

#copyright {
	margin-top:40px;
	color:#ff2c8a;
	font-family: 'Open Sans';
	font-weight:600;
	font-style:normal;
	font-size:14px;
	letter-spacing:0.02em;
	line-height:18px;
}

#footerContact address {
	margin-bottom:16px;
	padding-left:26px;
	line-height:22px;
}

#footerContact address:last-child {
	margin-bottom:0;
}

.footerPhone {
	background:url(http://cdn.myld.com.au/2/896/body-bliss-skincare_b836dc2117.png) left center no-repeat;
}

.footerAddress {
	background:url(http://cdn.myld.com.au/2/896/body-bliss-skincare_70008aec2f.png) left 6px no-repeat;
}

#footerContact a {
	color:#191919;
}

#footerContact a:hover {
	color:#ff2c8a;
}

#footerSocial {
	margin-top:32px;
}

#footerBranding {
	margin-top:20px;
}

.footerInline {
	display:inline-block;
}

#footerLS {
	margin-left:20px;
}

#footer-map {
	height:215px;
}

#map-canvas {
	margin-top:0;
	margin-bottom:50px;
	border:solid 6px #fff;
	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:#ff2c8a;
	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:#ff2c8a;
	background:#fff;
}

#schema, .schema-address {
	display:none;
}

p:last-child,
p.last {
	margin-bottom:0 !important;
}

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;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		margin-top:-80px;
		height:495px;
	}
	
	#menu {
		display:block;
	}

	body#home #header,
	body#contact-us #header {
		padding-bottom:138px;
	}
	
	body#home #intro,
	body#contact-us #intro {
		padding-top:0;
	}
	
	.ht {
		margin-bottom:0;
	}
	
	#scroll-nav li a {
		font-size:31px;
		line-height:35px;
	}

	#scrollable {
		height:840px;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	#scrollable {
		margin-top:0;
		padding-left:80px;
		background:url(http://cdn.myld.com.au/2/897/body-bliss-skincare_b917fab757.png) left center no-repeat;
	}
	
	.contentScroll h2 {
		font-size:31px;
		line-height:35px;
	}
	
	.contentImage {
		margin-top:0;
	}
}

@media (max-width: 767px) {
	.contactInfo {
		margin-top:30px;
	}
}

@media (max-width: 568px) {
	.logos {
		padding-left:5px;
		padding-right:5px;
	}
	
	#intro h1 {
		font-size:36px;
	}
}

@media (max-width: 480px) {...}

@media (min-width: 768px) and (max-width: 991px) {
	#map-canvas {
		height:320px;
	}
	
	.ht:nth-child(3) {
		margin-bottom:0;
	}
	
	#scrollable {
		height:658px;
		padding-left:30px;
	}
	
	#scroll-nav li a {
		font-size:22px;
		line-height:22px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.homeThumb h3 {
		font-size:22px;
	}
}

/* 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) {...}

#home-specials {
  margin: 2em 15% 2em;
  background-color: #6b6b6b;
  border-radius: 3em;
  padding: 1em 2em 2em;
}

#home-specials p {
  text-align: left;
}

#home-specials h2 {
 color: #cdfffd;
 font-weight: 600;
 margin-bottom: 1em;
}