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

/* @imports
--------------*/
@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/plugins/PhotoSwipe/photoswipe.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/Slick/1.3.6/slick.min.css');
@import url("http://cdn.myld.com.au/1/css/bootstrap/plugins/font-awesome.css");

/* @font-faces
--------------*/
@font-face {
  font-family: 'DIN regular';
	src: url('http://cdn.myld.com.au/1/fonts/DINWeb.eot');
	src: url('http://cdn.myld.com.au/1/fonts/DINWeb.eot?#iefix') format('embedded-opentype'),
			 url('http://cdn.myld.com.au/1/fonts/DINWeb.woff') format('woff'),
			 url('http://cdn.myld.com.au/1/fonts/DINWeb.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Medium';
	src: url('http://cdn.myld.com.au/1/fonts/DINWeb-Medium.eot');
	src: url('http://cdn.myld.com.au/1/fonts/DINWeb-Medium.eot?#iefix') format('embedded-opentype'),
			 url('http://cdn.myld.com.au/1/fonts/DINWeb-Medium.woff') format('woff'),
			 url('http://cdn.myld.com.au/1/fonts/DINWeb-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* @general styles
-----------------*/
::selection {
	background:#e2001a;
	color:#fff;
}

a {
	color:#e2001a;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

html, body {
	overflow-x:hidden;
}

body {
	background:url(http://cdn.myld.com.au/2/162/web_sb-z-hair-studio_dbe812550c.jpg) repeat;
	color:#afafaf;
	font-family: 'DIN regular';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:22px;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	padding-top:10px;
	padding-bottom:15px;
	background:url(http://cdn.myld.com.au/2/162/sb-z-hair-studio_b40768add9.png) center bottom no-repeat;
	background-size:100%;
}

#menu {
	display:none;
	padding-top:135px;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
	float:right;
}

.navbar .nav>li {
	float:left;
	margin-left:20px;
}

.navbar .nav>li:first-child {
	margin-left:0;
}

.navbar-nav>li>a {
	color:#a7a7a7;
	font-family: 'DIN Medium';
	font-weight:400;
	font-style:normal;
	font-size:12px;
	line-height:normal;
	text-transform:uppercase;
	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:#e2001a;
}

#intro2 {
	padding-top:60px;
}

#feature {
	position:relative;
	height:360px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

body#hair-help #feature {
	background-image:url(http://cdn.myld.com.au/2/167/sb-z-hair-studio_059fa7c69f.jpg);
}

body#about #feature {
	background-image:url(http://cdn.myld.com.au/2/166/sb-z-hair-studio_74ed66b8aa.jpg);
}

#introText {
	position:absolute;
	width:100%;
	height:100%;
	right:0;
	top:0;
	padding:20px;
	background:rgba(0,0,0,0.75);
	text-shadow:0px 1px 0px #000;
}

#introText h3 {
	color:#afb3b6;
	font-family: 'DIN Medium';
	font-weight:200;
	font-style:normal;
	font-size:20px;
	line-height:26px;
	margin:0 0 5px 0;
}

#intro {
	padding-top:55px;
}

#intro h1,
#intro2 h1 {
	color:#afb3b6;
	font-family: 'DIN Medium';
	font-weight:200;
	font-style:normal;
	font-size:36px;
	line-height:normal;
	margin:0 0 15px 0;
}

#content {
	padding-top:50px;
	padding-bottom:70px;
}

.contentBox {
	margin-bottom:40px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#afb3b6;
	font-family: 'DIN Medium';
	font-weight:200;
	font-style:normal;
	font-size:24px;
	line-height:normal;
	margin:0 0 15px 0;
}

.contentBox.team h2 {
	position:relative;
	color:#afb3b6;
	font-family: 'DIN Medium';
	font-weight:200;
	font-style:normal;
	font-size:18px;
	line-height:normal;
	margin:0 0 25px 0;
	padding-left:50px;
}

.contentBox.team h2:before {
	content:"";
	position:absolute;
	width:40px;
	height:40px;
	left:0;
	top:50%;
	margin-top:-20px;
	background:url(http://cdn.myld.com.au/2/162/web_sb-z-hair-studio_1c07782e1a.png) center center no-repeat #e2001a;
	border-radius:999px;
}

.aboutHeading {
	color:#afb3b6;
	font-family: 'DIN Medium';
	font-weight:200;
	font-style:normal;
	font-size:36px;
	text-align:center;
	line-height:normal;
	margin:0 0 20px 0;
}

.aboutHeading span {
	color:#e2001a;
}

.teamBox {
	font-size:13px;
}

.teamBox img {
	margin-bottom:10px;
}

.teamBox span {
	display:block;
	font-size:14px;
}

#welcome {
	position:relative;
	background:url(http://cdn.myld.com.au/2/162/sb-z-hair-studio_afa64ea1c3.jpg) center center no-repeat;
	background-size:cover;
}

#welcome:after {
	content:"";
	position:absolute;
	width:100%;
	height:4px;
	left:0;
	top:100%;
	background:url(http://cdn.myld.com.au/2/162/sb-z-hair-studio_b40768add9.png) center bottom no-repeat;
	background-size:100% 4px;
}

#welcomeText {
	padding-top:55px;
	padding-bottom:15px;
}

#welcomeText h1 {
	color:#e2001a;
	font-family: 'DIN Medium';
	font-weight:400;
	font-style:normal;
	font-size:40px;
	line-height:44px;
	margin:0 0 20px 0;
}

#welcomeImage {
	display:none;
}

#serviceBox {
	padding-top:25px;
}

#serviceBox h2 {
	color:#afb3b6;
	font-family: 'DIN Medium';
	font-weight:200;
	font-style:normal;
	font-size:36px;
	margin:0 0 20px 0;
}

.sb,
body#services .sb:last-child,
body#products .sb:last-child {
	margin-bottom:30px;
}

.sb:last-child,
body#services #sbRow2 .sb:last-child,
body#products #sbRow2 .sb:last-child {
	margin-bottom:0;
}

 {
	margin-bottom:0;
}

.serviceBox {
	color:#a7a7a7;
}

.serviceBox br {
	display:none;
}

.sbImage {
	background:url(http://cdn.myld.com.au/2/162/web_sb-z-hair-studio_8a471dbb39.png) center center no-repeat;
	margin-bottom:20px;
}

body#products .sbImage {
	background:none;
}

.sbIcon {
	width:138px;
	height:138px;
	margin:0 auto;
	background-position:center center;
	background-repeat:no-repeat;
}

.sbIcon1 {
	background-image:url(http://cdn.myld.com.au/2/162/web_sb-z-hair-studio_4ea1a02cf6.png);
}

.sbIcon2 {
	background-image:url(http://cdn.myld.com.au/2/166/web_sb-z-hair-studio_4d72d467a9.png);
}

.sbIcon3 {
	background-image:url(http://cdn.myld.com.au/2/162/web_sb-z-hair-studio_eab36f1c31.png);
}

.sbIcon4 {
	background-image:url(http://cdn.myld.com.au/2/162/web_sb-z-hair-studio_8a8a75dcd5.png);
}

.serviceBox h3 {
	color:#afb3b6;
	font-family: 'DIN Medium';
	font-weight:200;
	font-style:normal;
	font-size:24px;
	line-height:24px;
	margin:0 0 15px 0;
}

body#products .serviceBox h3 {
	text-align:center;
}

#homeThumbsWrap {
	padding-top:50px;
	padding-bottom:50px;
}

#homeThumbsWrap h2 {
	color:#afb3b6;
	font-family: 'DIN Medium';
	font-weight:200;
	font-style:normal;
	font-size:24px;
	line-height:normal;
	margin:0 0 15px 0;
}

#homeThumbs {
	margin-bottom:0 !important;
}

.homeThumb {
	color:#afafaf;
	display:inline-block;
	text-align:left;
	padding-left:12px;
	padding-right:12px;
}

.htImage {
	position:relative;
	margin-bottom:15px;
	text-align:center;
}

.htImage:after {
	content:"";
	position:absolute;
	width:100px;
	height:100px;
	left:50%;
	margin-left:-50px;
	top:50%;
	margin-top:-50px;
	background:url(http://cdn.myld.com.au/1/bootstrap/grepfrut/img/zoom.png) center 0 no-repeat;
}

.htImage img {
	display:inline-block;
}

#homeThumbs a:hover .htImage:after {
	background-position:center -100px;
}

.homeThumb h3 {
	color:#afb3b6;
	font-family: 'DIN Medium';
	font-weight:200;
	font-style:normal;
	font-size:24px;
	line-height:normal;
	margin:0 0 20px 0;
}

.slick-next, .slick-prev {
	top:94px;
	margin-top:0;
	opacity: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:hover .slick-next, #homeThumbs:hover .slick-prev {
	opacity:1;
}

.slick-next {
	right:-15px;
}

.slick-prev {
	left:-15px;
}

body#contact #ctaWrap {
	display:none;
}

#cta {
	padding:20px 15px;
	background:url(http://cdn.myld.com.au/2/162/web_sb-z-hair-studio_32861d12d0.png) top left repeat-x;
	color:#afafaf;
	font-family: 'DIN regular';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:22px;
}

#cta span {
	display:block;
	color:#afb3b6;
	font-family: 'DIN Medium';
	font-weight:200;
	font-style:normal;
	font-size:24px;
	line-height:24px;
	margin-bottom:10px;
}

#ctaBtn {
	margin-top:20px;
}

#ctaBtn a {
	display:inline-block;
	color:#a5a5a5;
	font-family: 'DIN Medium';
	font-weight:600;
	font-style:normal;
	font-size:18px;
	text-shadow:0px 1px 0px #000;
	line-height:18px;
	padding:10px 40px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow:0 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow:0 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow:0 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a50e0e+0,7f0e0e+100 */
	background: rgb(165,14,14); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1MGUwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(165,14,14,1) 0%, rgba(127,14,14,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(165,14,14,1) 0%,rgba(127,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(165,14,14,1) 0%,rgba(127,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#ctaBtn a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b0d0d+0,6d0d0d+100 */
	background: rgb(155,13,13); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliMGQwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(155,13,13,1) 0%, rgba(109,13,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(155,13,13,1) 0%,rgba(109,13,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(155,13,13,1) 0%,rgba(109,13,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#footer1 {
	color:#d8d8d8;
	font-family: 'DIN regular';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:22px;
	margin-top:30px;
	padding-top:30px;
	padding-bottom:30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#610808+0,770707+100 */
	background: rgb(97,8,8); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxMDgwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NzA3MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(97,8,8,1) 0%, rgba(119,7,7,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(97,8,8,1) 0%,rgba(119,7,7,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(97,8,8,1) 0%,rgba(119,7,7,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#footer1 h3 {
	color:#d8d8d8;
	font-family: 'DIN regular';
	font-weight:400;
	font-style:normal;
	font-size:21px;
	line-height:normal;
	text-transform:capitalize;
	margin:0 0 15px 0;
}

#footer-map {
	height:135px;
	border:solid 4px #fff;
	box-shadow:2px 4px 8px -2px #111;
	-webkit-box-shadow:2px 4px 8px -2px #111;
	-moz-box-shadow:2px 4px 8px -2px #111;
}

#footerContact ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footerContact li {
	padding-left:28px;
	position:relative;
}

#footerContact .lbl {
	display: block;
	width: 80px;
	float: left;
	font-weight: bold;
}

#footerContact li:before {
	content:"";
	border: none;
	position:absolute;
	left:0;
	top: 2px;
	width: 20px;
	height: 20px;
	background: url("http://cdn.myld.com.au/2/162/web_sb-z-hair-studio_1b9e3d8f3c.png") no-repeat;
}

#footerContact li.phone:before {
	background-position:center -21px;
}

#footerContact li.email:before {
	background-position:center -41px;
}

.address > div, .email > div, .phone > div {
	margin-left:80px;
}

.spacer-contact {
	margin-bottom:10px;
}

#footerContact a {
	color:#fff;
}

#footerContact a:hover {
	color:#e2001a;
}

#footer2 {
	padding-top:10px;
	padding-bottom:8px;
}

#copyright {
	color:#d8d8d8;
	margin-top:2px;
}

#map-canvas {
	height:200px;
}

.btn {
	background:#e2001a;
	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:#e2001a;
	background:#fff;
}

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;
}

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;
}

#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;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	.container {
		width:970px;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:360px;
	}
	
	#menu,
	.serviceBox br {
		display:block;
	}

	#welcomeImage {
		display:inline-block;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	.sb {
		margin-bottom:0;
	}
	
	#sbRow2 {
		margin-top:50px;
	}
	
	#introText {
		width:300px;
	}
}

@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) {...}

/* 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) {...}