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

/* @imports
--------------*/
@import url('http://cdn.myld.com.au/1/js/plugins/CameraSlider/1.3.4/camera.min.css');
@import url('http://cdn.myld.com.au/1/js/cform_validation/validation-2.2.min.css');
@import url('http://cdn.myld.com.au/1/fancybox/jquery.fancybox-1.3.4.min.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/Faq/faq.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/HoverAnimations/jquery.hover-animations-1.0.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/Tooltipster/css/tooltipster.css');

/* @font-faces
--------------*/
@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;
}

@font-face{
   font-family: 'Lobster Two';
   src:   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bold-webfont.svg#lobster_twobold) format('svg');
   font-weight:700;
   font-style:normal;
}

@font-face{
   font-family: 'Lobster Two';
   src:   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bolditalic-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bolditalic-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bolditalic-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/LobsterTwo/lobstertwo-bolditalic-webfont.svg#lobster_twobold_italic) format('svg');
   font-weight:700;
   font-style:italic;
}

/* @general styles
-----------------*/
html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans';
    background-color: #f7f8fa;
}

h1, h2, h3, h4 {
  font-family: 'Lobster Two';
	font-weight: 700;
	line-height: 1.2em;
}

a, a:hover {
	color: inherit;
}

img {
	-webkit-backface-visibility: hidden; 
	-moz-backface-visibility: hidden; 
	-ms-backface-visibility: hidden; 
	backface-visibility: hidden; 

}

::selection {
  background: rgba(200, 200, 200, .6);
}

::-moz-selection {
  background: rgba(200, 200, 200, .6);
}

::-webkit-selection {
  background: rgba(200, 200, 200, .6);
}

.schema-address {
	display: none;
}

/* header
-----------------*/
header {
	background: ;
}

.logo {
	padding-top: 30px;
}

.logo a {
	display: inline-block;
	max-width: 100%;
}

#nav-area {
	padding-top: 89px;
}

.nav > li > a {
	font-size: 14px;
	font-weight: 700;
	color: #f7f8fa;
	border-top: 1px solid #1f2b5d;
	border-bottom: 1px solid #1f2b5d;
	background: rgb(56,78,165); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(56,78,165,1) 0%, rgba(31,44,93,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,78,165,1)), color-stop(100%,rgba(31,44,93,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(56,78,165,1) 0%,rgba(31,44,93,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(56,78,165,1) 0%,rgba(31,44,93,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(56,78,165,1) 0%,rgba(31,44,93,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(56,78,165,1) 0%,rgba(31,44,93,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#384ea5', endColorstr='#1f2c5d',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 2px 1px -1px rgba(255,255,255,.25);
	-webkit-box-shadow: inset 0 2px 1px -1px rgba(255,255,255,.25);
	box-shadow: inset 0 2px 1px -1px rgba(255,255,255,.25);
	text-transform: uppercase;
	padding-top: 33px;
	padding-left: 0;
	padding-right: 0;
	height: 85px;
	-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:first-child > a {
	border-left: 1px solid #1f2b5d;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.nav > li:last-child > a {
	border-right: 1px solid #1f2b5d;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li > a:hover,
.nav > li > a:focus {
	background: rgb(254,184,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,184,0,1) 0%, rgba(254,123,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,184,0,1)), color-stop(100%,rgba(254,123,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,184,0,1) 0%,rgba(254,123,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,184,0,1) 0%,rgba(254,123,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,184,0,1) 0%,rgba(254,123,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,184,0,1) 0%,rgba(254,123,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb800', endColorstr='#fe7b00',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 2px 1px -1px rgba(255,255,255,.3);
	-webkit-box-shadow: inset 0 2px 1px -1px rgba(255,255,255,.3);
	box-shadow: inset 0 2px 1px -1px rgba(255,255,255,.3);
	border-color: #fe9900;
}

/* Slider
-----------------*/
#slider {
	min-height: 350px;
	border-bottom: 6px solid #d7d8db;
}

.camera_wrap {
	float: none;
	max-height: 599px;
}

/* contact page
-----------------*/
.map-area {
	margin-bottom: 20px;
}

#map-canvas {
	width: 100%;
	height: 312px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.16);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.16);
	box-shadow: 0 0 5px rgba(0,0,0,.16);
	border: 1px solid #222f63;
}

.form-control {
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

#spambox input[type="text"]#spam {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-custom {
	background-color: #fe9900;
	border-color: #fe9900;
	color: #f7f8fa !important;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	margin-bottom: 30px;
	-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;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.16);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.16);
	box-shadow: 0 0 5px rgba(0,0,0,.16);
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 600;
	font-size: 18px;
}

.btn-custom:hover,
.btn-custom:focus {
	background-color: #2b3c7f;
	border-color: #2b3c7f;
}

#custom_form {
	padding-left: 19px;
	padding-right: 18px;
}

/* footer
-----------------*/
.footer {
	background-color: #2b3c7f;
	color: #f7f8fa;
}

.footer .col-sm-4 {
	border-right: 1px solid #233066;
	padding-top: 61px;
	min-height: 221px;
}

.footer .col-sm-4 i {
	margin-bottom: 22px;
}

.footer .col-sm-4:first-child {
	border-left: 1px solid #233066;
}

.footer .col-sm-4:first-child i {
	margin-bottom: 10px;
}

address {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

address i {
	font-size: 48px;
    display: block !important;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    color: #fe9900;
}

.copyright {
	background-color: #233066;
	padding-top: 10px;
	min-height: 44px;
}

.copyright p {
	font-size: 13px;
	font-weight: 400;margin-top: 3px;
	overflow: hidden;
	padding-left: 17px;
}

.ld-branding {
	padding-top: 3px;
}

/* content
-----------------*/
#main-content {
	position: relative;
	z-index: 0;
}

#view_section_1 {
	position: relative;
	z-index: 20;
}

#main-content:before {
	content: '';
	display: block;
	width: 18.47058823529412%;
	height: 100%;
	background: url( http://cdn.myld.com.au/2/649/hounddog-hairdressing_238863a601.png) right -132px repeat-y scroll;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
}

#main-content:after {
	content: '';
	display: block;
	width: 22.29411764705882%;
	height: 100%;
	background: url( http://cdn.myld.com.au/2/649/hounddog-hairdressing_238863a601.png) left 60px repeat-y scroll;
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
}

.panel {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.16);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.16);
	box-shadow: 0 0 5px rgba(0,0,0,.16);
	border: 1px solid #ce2b15;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.panel-default > .panel-heading {
	-moz-box-shadow: inset 0 2px 1px -1px rgba(255,255,255,.2);
	-webkit-box-shadow: inset 0 2px 1px -1px rgba(255,255,255,.2);
	box-shadow: inset 0 2px 1px -1px rgba(255,255,255,.2);
	padding-top: 7px;
	padding-bottom: 7px;
	border-color: #ccc;
	color: #f7f8fa;
	background: rgb(222,63,31); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(222,63,31,1) 0%, rgba(225,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,63,31,1)), color-stop(100%,rgba(225,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(222,63,31,1) 0%,rgba(225,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(222,63,31,1) 0%,rgba(225,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(222,63,31,1) 0%,rgba(225,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(222,63,31,1) 0%,rgba(225,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de3f1f', endColorstr='#e10000',GradientType=0 ); /* IE6-9 */
}

.panel-blue {
	border-color: #222f63;
}

.panel-blue .panel-heading {
	border-color: #222f63;
	background: rgb(50,71,150); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(50,71,150,1) 0%, rgba(34,47,99,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,71,150,1)), color-stop(100%,rgba(34,47,99,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(50,71,150,1) 0%,rgba(34,47,99,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(50,71,150,1) 0%,rgba(34,47,99,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(50,71,150,1) 0%,rgba(34,47,99,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(50,71,150,1) 0%,rgba(34,47,99,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324796', endColorstr='#222f63',GradientType=0 ); /* IE6-9 */
}

.panel-heading {
	padding-left: 19px;
	padding-right: 18px;
	min-height: 59px;
}

.panel-heading h2 {
	margin: 0;
	padding-right: 70px;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.panel-heading h2,
.panel-heading a {
	display: block;
	padding-top: 8px;
	padding-bottom: 10px;
}

.panel-heading h2 a {
	color: #f7f8fa;
}

.panel-heading h2,
.firefox .panel-heading a {
	padding-bottom: 9px;
}

.panel-list .panel-heading h2 {
	padding-bottom: 10px;
}

#home .panel-heading h2,
.firefox #home .panel-heading h2 {
	padding-top: 0;
	padding-bottom: 0;
}

.panel-heading a:hover {
	color: #4f1008;
	text-decoration: none;
}

.panel-body {
	padding: 0;
}

.panel-intro {
	margin-top: 26px;
	border-color: #e38800;
	margin-bottom: 27px !important;
}

.panel-intro .panel-heading {
	background: rgb(254,173,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,173,0,1) 0%, rgba(255,124,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,173,0,1)), color-stop(100%,rgba(255,124,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,173,0,1) 0%,rgba(255,124,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,173,0,1) 0%,rgba(255,124,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,173,0,1) 0%,rgba(255,124,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,173,0,1) 0%,rgba(255,124,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fead00', endColorstr='#ff7c00',GradientType=0 ); /* IE6-9 */
	border-color: #e38800;
}

.panel-intro .panel-body {
	padding-top: 16px;
	padding-bottom: 17px;
	padding-left: 19px;
	padding-right: 18px;
}

.panel-trivia .panel-body h3 {
	font-size: 48px;
	color: #de2c0f;
	padding-left: 28px;
	padding-right: 28px;
	margin-top: 41px;
	margin-bottom: 30px;
}

.panel-body h3 small {
	display: block;
	font-size: 0.6667em;
	font-style: italic;
	color: #525666;
}

.panel ul {
	margin-bottom: 0;
	list-style-type: none;
	padding-left: 0;
}

.panel li {
	font-size: 14px;
	line-height: 30px;
	font-weight: 700;
	color: #525666;
	padding-left: 19px !important;
	padding-right: 19px !important;
	clear: both;
	overflow: auto;
}

.panel-trivia ul span {
	color: #de2c0f;
}

.panel-services li {
	border-top: 1px solid #e3e3e3;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.panel-list li,
.panel-services li a {
	display: block;
	padding-left: 19px !important;
	padding-right: 19px !important;
	padding-top: 10px;
	padding-bottom: 9px;
	clear: both;
	overflow: auto;
}

.panel-services li a:hover {
	text-decoration: none;
}

.panel-services li a:hover span:first-child {
	text-decoration: underline;
}

.price-list li:nth-child(2n+1) {
	background-color: #f5f5f5;
}

.panel-services li span {
	float: left;
	color: #324695;
}

.panel-heading h2 {
	font-size: 24px;
}

.panel-services .panel-body {
	padding-top: 17px;
}

.panel-extra h2,
.panel-extra h3,
.panel-intro h4,
.panel-services .panel-body h2,
.panel-services .panel-body h3,
.panel-services .panel-body h4 {
	font-family: 'Open Sans';
	font-size: 18px;
	padding-left: 19px;
	padding-right: 18px;
	color: #525666;
	margin-top: 13px;
	margin-bottom: 16px;
}

.panel-intro .panel-body h4 {
	padding-left: 0;
	padding-right: 0;
}

.panel-extra h3 {
	margin-bottom: 17px;
}

.panel-body p {
	font-size: 14px;
	line-height: 1.2em;
	padding-left: 19px;
	padding-right: 18px;
	color: #525666;
}

.panel-intro .panel-body p {
	padding-left: 0;
	padding-right: 0;
}

.panel-services li span.price {
	float: right;
	color: #fe9c00;
}

.panel-trivia .panel-heading p {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	padding-top: 11px;
	margin-bottom: 9px;
}

.panel-trivia ul {
	background-color: #f0f3fa;
	border-top: 1px solid #d7dae0;
	padding-top: 15px;
	padding-bottom: 17px;
}

ul.extend {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 28px !important;
}

.extend p {
	margin-top: 11px;
	margin-bottom: 29px;
}

.panel-list li {
	line-height: 1.2em;
	padding-top: 17px;
	padding-bottom: 16px;
	clear: none;
	border-top: 1px solid #e3e3e3;
}

.panel-extra {
	padding-top: 17px;
}

.panel-extra p,
.panel-extra h3 {
	padding-left: 19px;
	padding-right: 18px;
}

.panel-list li:nth-child(odd) {
	background-color: #f5f5f5;
}

#hydrobathing .panel-body {
	padding-top: 0;
}

#hydrobathing .panel-body p {
	margin-bottom: 18px;
}

#hydrobathing .panel-body .col-sm-6 {
	padding-top: 17px;
}

.intro-area h1 {
	font-size: 24px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 9px;
	padding-bottom: 7px;
	background: url(http://cdn.myld.com.au/2/649/hounddog-hairdressing_c40f5d089f.png) transparent right 3px no-repeat scroll;
	padding-right: 70px;text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

#home .intro-area h1 {
	background-image: url(http://cdn.myld.com.au/2/649/hounddog-hairdressing_9e6e5d2df9.png);
}

h2#drying {
	background: url(http://cdn.myld.com.au/2/649/hounddog-hairdressing_ce2d2bdbbd.png) right 7px no-repeat scroll;
}

h2#the-works {
	background: url(http://cdn.myld.com.au/2/649/hounddog-hairdressing_8c33d16991.png) right 3px no-repeat scroll;
}

h2#clipping {
	background: url(http://cdn.myld.com.au/2/649/hounddog-hairdressing_b5130a713f.png) right 5px no-repeat scroll;
}

h2#extra {
	background: url(http://cdn.myld.com.au/2/649/hounddog-hairdressing_1e5bd278b6.png) right 5px no-repeat scroll;
}

h2#hydro {
	background: url(http://cdn.myld.com.au/2/649/hounddog-hairdressing_f292eb2fad.png) right 5px no-repeat scroll;
}

h2#paw {
	background: url(http://cdn.myld.com.au/2/649/hounddog-hairdressing_9e6e5d2df9.png) right 4px no-repeat scroll;
}

h2#team {
	background: url(http://cdn.myld.com.au/2/649/hounddog-hairdressing_50161a16ce.png) right 3px no-repeat scroll;
}

.tooltipster:hover {
	cursor: pointer;
}

.intro-area p {
	font-size: 14px;
	line-height: 1.2em;
	color: #525666;
	margin-bottom: 17px;
}

.intro-area p:last-child {
	margin-bottom: 0;
}

.feature {
	display: block;
	color: #f7f8fa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid #63a30a;
}

.animate-move-up {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.16);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.16);
	box-shadow: 0 0 5px rgba(0,0,0,.16);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.feature .content-box {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top: 16px;
}

.content-inner {
	padding-left: 19px;
	padding-right: 19px;
}

.feature:hover {
	text-decoration: none;
}

#feature-1 {
	background-color: #83d60d;
}

.feature-content .animate-move-up {
	margin-bottom: 30px;
}

#feature-1 .content-box {
	background-color: rgba(131,214,13,.3);
}

#feature-2 {
	border-color: #53168c;
	background-color: #7944ba;
}

#feature-2 .content-box {
	background-color: rgba(121,68,186,.3);
}

.feature h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #f7f8fa;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-transition: all 0.2s ease 0.1s;
	-moz-transition: all 0.2s ease 0.1s;
	-ms-transition: all 0.2s ease 0.1s;
	-o-transition: all 0.2s ease 0.1s;
	transition: all 0.2s ease 0.1s;
}

.feature p {
	font-size: 14px;
	color: #f7f8fa;
	margin-bottom: 20px;
	line-height: 1.2;
}

.buttons p {
	text-transform: uppercase;
	overflow: hidden;
	margin: 0 auto;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 0 rgba(0,0,0,.15);
	border: 5px solid #f7f7f9;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 200px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.42857143;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-top: 3px;
	padding-bottom: 2px;
}

.buttons .default {
	width: 0;
	border: 0;
}

#testimonials .intro-area,
#faq .intro-area,
.content-area {
	padding-bottom: 30px;
}

#home .content-area {
	padding-bottom: 40px;
}

.content-area p,
.content-area label {
	font-size: 14px;
	font-weight: 400;
	color: #525666;
}

.panel-intro .panel-body a,
.content-area a {
	color: #324695;
}

.fancybox,
.img-box {
	display: inline-block;
	max-width: 100%;
}

.img-box {
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.img-box img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.img-box:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
}

.img-box:hover:after {
  background-color: rgba(131,214,13,.3);
}

#home .img-box:after {
  background-color: rgba(131,214,13,.3);
}

blockquote {
	border-left-color: #2b3c7f;
}

blockquote h2,
blockquote h3,
blockquote h4 {
	font-family: 'Open Sans';
	font-size: 18px;
	padding-left: 19px;
	padding-right: 18px;
	color: #525666;
	margin-top: 13px;
	margin-bottom: 3px;
}

.content-area .col-sm-4 {
	font-size: 0;
	line-height: 0;
}

.fancybox {
	margin-bottom: 30px;
	position: relative;
	-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;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.fancybox:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(131,214,13,.3);
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.fancybox img {
	margin: 0 auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.fancybox:hover:after {
	filter: alpha(opacity=0);
	opacity: 0;
}

#consultancy_form {
	padding-left: 19px;
	padding-right: 18px;
}

.faq-container li {
	min-height: 0 !important;
}

.faq-search input {
	width: 100%;
	height: 34px;
}

#fancybox-content {
	overflow: visible !important;
}

.faq-number {
	background-color: #ce2b15;
}

.panel-intro .faq-text h4 {
	margin-top: 5px;
}

li.tooltipster:nth-child(1) {
	background: url(http://cdn.myld.com.au/2/650/hounddog-hairdressing_090d98862d.jpg) -999999px -999999px no-repeat scroll;
}

li.tooltipster:nth-child(2) {
	background: url(http://cdn.myld.com.au/2/650/hounddog-hairdressing_e6c7c3ab77.jpg) -999999px -999999px no-repeat scroll;
}

li.tooltipster:nth-child(3) {
	background: url(http://cdn.myld.com.au/2/650/hounddog-hairdressing_890be15e0b.jpg) -999999px -999999px no-repeat scroll;
}

li.tooltipster:nth-child(4) {
	background: url(http://cdn.myld.com.au/2/650/hounddog-hairdressing_41b41bdb13.jpg) -999999px -999999px no-repeat scroll;
}

li.tooltipster:nth-child(5) {
	background: url(http://cdn.myld.com.au/2/650/hounddog-hairdressing_b675fba30e.jpg) -999999px -999999px no-repeat scroll;
}

#testimonials .img-box,
#faq .img-box {
	margin-top: 26px;
}

/* @media queries
-----------------*/
@media (min-width: 768px) {
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#hydrobathing .col-sm-6:last-child li {
		border-bottom: 1px solid #e3e3e3;
	}
	#hydrobathing .panel-body p {
		min-height: 34px;
	}
	#hydrobathing .col-sm-6 {
		border-right: 1px solid #e3e3e3;
	}
	#hydrobathing .col-sm-6:last-child {
		border-right: none;
	}
	.panel {
		margin-bottom: 30px;
	}
	.extend .extra-services {
		margin-top: 27px;
		margin-bottom: 45px;
	}
	.img-box {
		margin-left: 13px;
	}
	.map-area {
		margin-bottom: 30px;
	}
	.img-box {
		margin-bottom: 30px;
	}
	.gallery-area {
		padding-top: 30px;
	}
}

@media (min-width: 992px) {
	.wrapper {
	    position: relative;
	    overflow: hidden;
	}
	#header {
		width: 100%;
		position: absolute;
		z-index: 20;
		top: 0;
		left: 0;
	}
	.ie .nav > li > a {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
	.content-box {
		position: absolute;
		z-index: 20;
		left: 0;
		top: 0;
		width: 100%;
		height: 245px;
		padding-top: 0 !important;
		display: table;
	}
	.content-inner {
		display: table-cell;
		vertical-align: middle;
	}
	.feature:hover .buttons .show,
	.buttons .default {
		width: 200px;
		border: 5px solid #f7f7f9;
		height: auto;
		-moz-box-shadow: 0 1px 0 rgba(0,0,0,.2);
		-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2);
		box-shadow: 0 1px 0 rgba(0,0,0,.2);
	}
	.feature:hover .buttons .default,
	.buttons .show {
		width: 0;
		border: 0;
		height: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.feature h2 {
		font-size: 32px;
		margin-top: 0;
		margin-bottom: 22px;
	}
	.feature:hover h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.content-inner > p {
		height: 0;
		overflow: hidden;
		margin-bottom: 0;
		-webkit-transition: all 0.2s ease 0.2s;
		-moz-transition: all 0.2s ease 0.2s;
		-ms-transition: all 0.2s ease 0.2s;
		-o-transition: all 0.2s ease 0.2s;
		transition: all 0.2s ease 0.2s;
	}
	.feature:hover .content-inner > p {
		height: 90px;
		margin-bottom: 0;
	}
	#hydrobathing .panel-body p {
		min-height: 48px;
	}
	.extend .extra-services {
		margin-top: 19px;
		margin-bottom: 38px;
	}
	.panel-list .col2 li,
	.panel-list .col3 li {
		background-color: transparent;
	}
	.panel-list .col3 li:nth-child(6n+1),
	.panel-list .col3 li:nth-child(6n+2),
	.panel-list .col3 li:nth-child(6n+3),
	.panel-list .col2 li:nth-child(4n+1),
	.panel-list .col2 li:nth-child(4n+2) {
		background-color: #f5f5f5;
	}
	.panel-list .col2 li:nth-child(1),
	.panel-list .col2 li:nth-child(2) {
		border-top: none;
	}
	.panel-list .col2 {
		position: relative;
	}
	.panel-list .col3 li:nth-child(3n+1),
	.panel-list .col3 li:nth-child(3n+2),
	.panel-list .col2 li:nth-child(2n+1) {
		border-right: 1px solid #e3e3e3;
	}
	.panel-extra li {
		min-height: 67px;
	}
}

@media (min-width: 1200px) {
	#header  .container {
		width: 1200px;
	}
	.logo {
		margin-left: -44px;
		margin-right: -6px;
	}
	.ie .nav > li > a {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.feature:hover .content-inner > p {
		height: 100px;
	}
	.content-box {
		height: 300px;
	}
	.content-inner {
		padding-top: 28px;
	}
	.feature:hover {
		padding-top: 0;
	}
	.feature:hover .buttons {
		padding-bottom: 42px;
	}
	#hydrobathing .panel-body p {
		min-height: 32px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.safari .extend .extra-services {
		margin-bottom: 37px;
	}
}

/*beginning of default fixed menu bar*/
@media (max-width: 991px) {
	#map-canvas {
		height: 275px;
	}
	.logo {
		text-align: center;
	}
	#nav-area {
		display: none;
	}
	#hydrobathing .col-sm-6:nth-child(1) li:last-child,
	#hydrobathing .col-sm-6:nth-child(2) li:last-child {
		border-bottom: 1px solid #e3e3e3;
	}
	.content-area {
		padding-bottom: 1px !important;
	}
	.buttons {
		padding-bottom: 20px;
	}
	.buttons .default {
		display: none;
	}
	.spacer {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#hydrobathing .col-sm-6:nth-child(2) {
		border-right: none;
	}
	#hydrobathing .col-sm-6:nth-child(1) li:last-child,
	#hydrobathing .col-sm-6:nth-child(2) li:last-child {
		border-bottom: 1px solid #e3e3e3;
	}
	#home .content-area .row:first-child .panel-body p {
		min-height: 34px;
	}
	.safari #home .content-area .row:first-child .col-sm-6:first-child .panel-body h3,
	.firefox #home .content-area .row:first-child .col-sm-6:first-child .panel-body h3 {
		min-height: 43px;
	}
	.firefox .extend .extra-services {
		margin-bottom: 46px;
	}
}

@media (max-width: 767px) {
	#map-canvas {
		height: 200px;
	}
	#main-content:before,
	#main-content:after {
		background-size: 120% auto;
	}
	.feature img {
		margin: 0 auto;
	}
	.feature-content .animate-move-up {
		margin-bottom: 20px;
	}
	#hydrobathing .col-sm-6:nth-child(3) li:last-child {
		border-bottom: 1px solid #e3e3e3;
	}
	.img-box {
		margin-bottom: 20px;
	}
	#testimonials .img-box,
	#faq .img-box {
		margin-top: 0;
	}
	#testimonials .intro-area,
	#faq .intro-area {
		padding-bottom: 0;
	}
}

/* Device specific media queries ----------- */
/* Tablets */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	.content-box {
		padding-top: 0;
		position: relative;
		top: auto;
		left: auto;
		height: auto;
	}
	.content-inner > p {
		height: auto;
		margin-bottom: 10px;
	}
	.buttons .show {
		width: 200px;
		border: 5px solid #f7f7f9;
		height: auto;
	}
	.buttons .default {
		width: 0;
		border: 0;
		height: 0;
	}
	.feature h2 {
		font-size: 24px;
		margin-top: 10px;
	}
	.buttons {
		padding-bottom: 20px;
	}
}
