/***********************
*  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/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/plugins/PhotoSwipe/photoswipe.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Lora';
   src:   url(http://cdn.myld.com.au/1/fonts/Lora/lora-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Lora/lora-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Lora/lora-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Lora/lora-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Lora/lora-regular-webfont.svg#loraregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@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:#e92972;
  color:#fff;
}

a {
  color:#e92972;
  text-decoration:none;
}

a:hover {
  color:inherit;
	text-decoration:none;
}

body {
	background:#fff;
	color:#000;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:normal;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#logo {
	padding-top:15px;
	padding-bottom:15px;
/*	background:rgba(0,0,0,0.5); */
  background: #e92972;
}

#logo img {
	display:inline-block;
}

#slider {
	height:450px;
}

body#home #slider {
	height:830px;
}

#header {
	display:none;
	position:absolute;
	z-index:100;
	width:100%;
	left:0;
	top:0;
	padding:0 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#header.affix {
	position:fixed;
	background:rgba(233,41,114,0.5);
}

#sliderLogo {
	padding-top:20px;
}

#menu {
	max-width:550px;
	margin-left:auto;
	margin-right:auto;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
}

.navbar .nav>li {
	float:left;
}

.navbar-nav>li>a {
	color:#fff;
	font-family: 'Raleway';
	font-weight:700;
	font-style:normal;
	font-size:18px;
	line-height:20px;
	white-space:nowrap;
	padding:40px 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;
}

.navbar-nav>li>a:before {
	opacity:0;
	content:"";
	position:absolute;
	width:32px;
	height:1px;
	left:50%;
	margin-left:-16px;
	bottom:30px;
	background:#e92972;
	-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:before, .nav>li>a:focus:before, .nav>li.active>a:before {
	opacity:1;
}

.navbar-nav>li>a span {
	position:relative;
}

.navbar-nav>li>a span:before,
.navbar-nav>li>a span:after {
	opacity:0;
	content:"";
	position:absolute;
	width:6px;
	height:2px;
	top:50%;
	margin-top:-1px;
	background:#fff;
	-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;
}

.navbar-nav>li>a span:before {
	left:-12px;
}

.navbar-nav>li>a span:after {
	right:-12px;
}

.nav>li>a:hover span:before, .nav>li>a:focus span:before, .nav>li.active>a span:before,
.nav>li>a:hover span:after, .nav>li>a:focus span:after, .nav>li.active>a span:after {
	opacity:1;
}

#headerIcons {
	padding-top:35px;
}

#headerIcons a {
	display:inline-block;
	vertical-align:middle;
	-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;
}

#headerIcons a:hover {
	opacity:0.6;
}

.headerPhone {
	width:21px;
	height:29px;
	background:url(http://cdn.myld.com.au/2/1573/mahican-pink-hair-studio_aec0ac44b8.png);
}

#headerIcons .facebook {
	margin-left:20px;
	width:13px;
	height:27px;
	background:url(http://cdn.myld.com.au/2/1573/mahican-pink-hair-studio_8e7cd83466.png);
}

#headerIcons .googlep {
	margin-left:20px;
	width:39px;
	height:25px;
	background:url(http://cdn.myld.com.au/2/1573/mahican-pink-hair-studio_5152290355.png);
}

a.prev, a.next {
	display:none;
	position:absolute;
	width:69px;
	height:69px;
	bottom:240px;
	text-indent:-99999%;
	z-index:9;
	-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;
}

body#home a.prev, body#home a.next {
	display:block;
}

a.prev {
	background:url(http://cdn.myld.com.au/2/1574/mahican-pink-hair-studio_708b9eba58.png) no-repeat;
	left:0;
}

a.next {
	width:67px;
	background:url(http://cdn.myld.com.au/2/1573/mahican-pink-hair-studio_433ead3f5d.png) no-repeat;
	right:0;
}

a.prev:hover, a.next:hover {
	opacity: 0.5;
}

#paginations {
	position:absolute;
	width:100%;
	height:10px;
	bottom:20px;
	display:none;
}

body#home #paginations {
	display:inline-block;
}

#paginations ul {
	text-align:center;
	margin:0;
	padding:0;
}

.pagination {
	width:10px;
	height:10px;
	background:transparent;
	border:solid 1px #fff;
	border-radius:999px;
	-webkit-border-radius:999px;
	-moz-border-radius:999px;
	margin:0 3px;
	cursor:pointer;
	-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;
}

.pagination.active {
	background:#e92972;
}

#pageTitle {
	position:absolute;
	width:100%;
	left:0;
	bottom:160px;
}

#pageTitle h1 {
	display:block;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	color:#fff;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:55px;
	line-height:normal;
	margin:0 0 0 0;
}

#pageTitle h1 span {
	position:relative;
	display:inline-block;
}

#pageTitle h1 span:before,
#pageTitle h1 span:after {
	content:"";
	position:absolute;
	top:50%;
	width:9999px;
	height:1px;
	background:#fff;
}

#pageTitle h1 span:before {
	right:100%;
	margin-right:20px;
}

#pageTitle h1 span:after {
	left:100%;
	margin-left:20px;
}

#content {
	padding-top:55px;
	padding-bottom:70px;
}

#sliderScrollBox {
	position:absolute;
	width:100%;
	left:0;
	bottom:30px;
}

body#home #sliderScrollBox {
	display:none;
}

#scrollBox {
	padding-top:50px;
}

#scroller {
	text-align:center;
}

#scroll-nav,
#filters {
	margin:0;
	padding:0;
	list-style-type:none;
}

#scroll-nav li,
#filters li {
	position:relative; 
	display:block;
	margin-left:0;
	padding:0 0 0 15px;
	margin-bottom:15px;
}

#scroll-nav li:first-child,
#filters li:first-child {
	margin-left:0;
	padding-left:0;
}

#scroll-nav li:before,
#filters li:before {
	display:none;
	content:"";
	position:absolute;
	width:1px;
	height:20px;
	left:0;
	top:50%;
	margin-top:-10px;
	background:#000;
}

#scroll-nav li:first-child:before {
	display:none;
}

#scroll-nav li a,
#filters li a {
	cursor:pointer;
	position:relative;
	display:block;
	color:#000;
	font-family: 'Lora';
	font-weight:400;
	font-style:normal;
	font-size:25px;
 /* font-size:18px; */
	line-height:normal;
	text-decoration:none !important;
}

#scroll-nav li a:hover, #scroll-nav li.active a,
#filters li a:hover, #filters li.active a {
	color:#e92972;
}

#scroll-nav li a:before,
#filters li a:before {
	display:none;
	opacity:0;
	content:"";
	position:absolute;
	width:40px;
	height:2px;
	left:50%;
	margin-left:-20px;
	bottom:-4px;
	background:#e92972;
	-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:before, #scroll-nav li.active a:before,
#filters li a:hover:before, #filters li.active a:before {
	opacity:1;
}

#tabImage {
	height:290px;
	margin-bottom:40px;
}

.contentBox {
	margin-bottom:50px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#e92972;
	font-family: 'Lora';
	font-weight:400;
	font-style:normal;
	font-size:21px;
	line-height:normal;
	margin:0 0 20px 0;
}

.contentBox h3 {
	color:#e92972;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:18px;
	line-height:normal;
	text-transform:uppercase;
	margin:10px 0 5px 0;
}

.contentBox p,
.contentBox ul {
	margin-bottom:20px;
}

.contentImage {
	margin-bottom:20px;
}

.contentImage img {
	display:inline-block;
}

#slogan {
	position:absolute;
	width:100%;
	left:0;
	bottom:260px;
	color:#fff;
	font-family: 'Lora';
	font-weight:400;
	font-style:normal;
	font-size:31px;
	line-height:normal;
	text-align:center;
}

#slogan span {
	max-width:1140px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	color:#fff;
	font-family: 'Lora';
	font-weight:400;
	font-style:italic;
	font-size:22px;
	line-height:normal;
}

#slogan2 {
	position:absolute;
	width:100%;
	left:0;
	bottom:190px;
}

#slogan2 > div {
	max-width:490px;
	margin-left:auto;
	margin-right:auto;
}

#slogan2 h1 {
	display:block;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	color:#fff;
	font-family: 'Lora';
	font-weight:400;
	font-style:italic;
	font-size:22px;
	line-height:normal;
	margin:0 0 0 0;
}

#slogan2 h1 span {
	position:relative;
	display:inline-block;
}

#slogan2 h1 span:before,
#slogan2 h1 span:after {
	content:"";
	position:absolute;
	top:50%;
	width:9999px;
	height:1px;
	background:#fff;
}

#slogan2 h1 span:before {
	right:100%;
	margin-right:15px;
}

#slogan2 h1 span:after {
	left:100%;
	margin-left:15px;
}

#sliderCTA {
	position:absolute;
	width:100%;
	left:0;
	bottom:100px;
}

#sliderCTA a {
	display:inline-block;
	color:#fff;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:21px;
	line-height:normal;
	text-transform:uppercase;
	padding:20px;
	background:#e92972;
	-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;
}

#sliderCTA a:hover {
	color:#e92972;
	background:#fff;
}

#homeThumbs {
	padding-top:35px;
}

.ht {
	margin-bottom:40px;
}

.ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	position:relative;
}

.htImage {
	position:relative;
	height:290px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#htImage1 {
	background-image:url(http://cdn.myld.com.au/2/1587/mahican-pink-hair-studio_eef1b8ad54.jpg);
}

#htImage2 {
	background-image:url(http://cdn.myld.com.au/2/1587/mahican-pink-hair-studio_9089aa013a.jpg);
}

.htImage:before {
	content:"more info";
	position:absolute;
	left:15px;
	bottom:30px;
	color:#fff;
	font-family: 'Raleway';
	font-weight:700;
	font-style:normal;
	font-size:15px;
	line-height:normal;
	text-transform:uppercase;
	padding:15px;
	background:#e92972;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#homeThumbs a:hover .htImage:before {
	background:#fff;
	color:#e92972;
}

.homeThumb h3 {
	color:#fff;
	font-family: 'Lora';
	font-weight:400;
	font-style:italic;
	font-size:25px;
	line-height:normal;
	text-transform:capitalize;
	margin:0 0 0 0;
	position:absolute;
	left:15px;
	bottom:105px;
}

#testi {
	padding-top:80px;
	padding-bottom:50px;
	background:url(http://cdn.myld.com.au/2/1574/mahican-pink-hair-studio_70914ac48b.png) center 50px no-repeat;
}

#testi h2 {
	position:relative;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	color:#e92972;
	font-family: 'Lora';
	font-weight:400;
	font-style:italic;
	font-size:22px;
	line-height:normal;
	margin:0 0 70px 0;
}

#testi h2 span {
	position:relative;
	display:inline-block;
}

#testi h2 span:before,
#testi h2 span:after {
	content:"";
	position:absolute;
	top:50%;
	width:9999px;
	height:1px;
	background:#bababa;
}

#testi h2 span:before {
	right:100%;
	margin-right:15px;
}

#testi h2 span:after {
	left:100%;
	margin-left:15px;
}

.testiBox {
	color:#949494;
	font-family: 'Lora';
	font-weight:400;
	font-style:italic;
	font-size:17px;
	line-height:23px;
	text-align:center;
	padding:15px 0 30px;
	background:url(http://cdn.myld.com.au/2/1573/mahican-pink-hair-studio_74c8f06654.jpg) right top no-repeat, url(http://cdn.myld.com.au/2/1573/mahican-pink-hair-studio_7079ca857a.jpg) left top no-repeat;
}

.testiBox h3 {
	color:#e92972;
	font-family: 'Lora';
	font-weight:400;
	font-style:italic;
	font-size:30px;
	line-height:normal;
	margin:0 0 20px 0;
}

body#contact #cta {
	display:none;
}

#ctaText {
	position:relative;
	color:#fff;
	font-family: 'Lora';
	font-weight:400;
	font-style:italic;
	font-size:30px;
	line-height:normal;
	padding-top:35px;
	padding-bottom:35px;
	background:#e92972;
}

#ctaText:after {
	content:"";
	position:absolute;
	width:55px;
	height:22px;
	left:50%;
	margin-left:-28px;
	top:100%;
	background:url(http://cdn.myld.com.au/2/1574/mahican-pink-hair-studio_27413eb734.png);
}

#ctaBtn {
	margin-top:40px;
}

#ctaBtn a {
	display:inline-block;
	color:#e92972;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:21px;
	line-height:normal;
	text-transform:uppercase;
	padding:15px;
	background:#fff;
	border:solid 2px #e92972;
	-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;
}

#ctaBtn a:hover {
	color:#fff;
	background-color:#e92972;
}

#footer1 {
	margin-top:30px;
	padding-top:20px;
	padding-bottom:70px;
	background:#000;
	color:#fff;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:normal;
}

#footer1 h3 {
	color:#fff;
	font-family: 'Raleway';
	font-weight:700;
	font-style:normal;
	font-size:14px;
	line-height:normal;
	text-transform:capitalize;
	margin:0 0 30px 0;
}

#footer1 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;
}

#footerGallery a {
	position:relative;
	display:inline-block;
	margin-right:8px;
}

#footerGallery a:before {
	opacity:0;
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(http://cdn.myld.com.au/2/1574/mahican-pink-hair-studio_e0f0c7ad27.png) center center no-repeat rgba(0,0,0,0.5);
	-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;
}

#footerGallery a:hover:before {
	opacity:1;
}

#footerGallery a:last-child {
	margin-right:0;
}

#footerContact {
	margin-top:60px;
	color:#e92972;
	font-family: 'Raleway';
	font-weight:700;
	font-style:normal;
	font-size:14px;
	line-height:normal;
}

#footerContact address {
	display:inline-block;
	line-height:normal;
	margin-bottom:0;
	margin-left:90px;
}

#footerContact address:first-child {
	margin-left:0;
}

#footerContact a:hover {
	color:#fff;
}

#footer2 {
	padding-top:20px;
	padding-bottom:15px;
	background:#212121;
}

#copyright {
	color:#fff;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:normal;
	margin-top:6px;
}

#footerBrand {
	margin-left:10px;
}

#map-canvas {
	height:200px;
}

.btn {
	background:#e92972;
	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:#e92972;
	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;
}

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;
}

#scrollable {
	height:290px;
}

.contentScroll {
	margin-bottom:50px;
}

#scrollable .contentScroll:last-child {
	margin-bottom:0;
	padding-bottom:300px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#e92972;
}

#filterBox {
	text-align:center;
}

#filters li:first-child,
#filters li:nth-child(5),
#filters li:nth-child(8),
#filters li:last-child {
	display:block;
	padding-left:0;
	margin-left:0;
}

#filters li:nth-child(2),
#filters li:nth-child(6),
#filters li:nth-child(9) {
	padding-left:0;
	margin-left:0;
}

#filters li:first-child a,
#filters li:nth-child(5) a,
#filters li:nth-child(8) a,
#filters li:last-child a {
	font-size:25px;
	font-weight:700;
}

#filters li:first-child:before,
#filters li:nth-child(2):before,
#filters li:nth-child(5):before,
#filters li:nth-child(6):before,
#filters li:nth-child(8):before,
#filters li:nth-child(9):before,
#filters li:last-child:before {
	display:none;
}

#mobileCTA {
	padding-top:15px;
	padding-bottom:15px;
	background:#000;
}

#mobileCTA a {
	color:#fff;
	display:inline-block;
	padding-left:35px;
	font-weight:700;
	font-size:18px;
	background:url(http://cdn.myld.com.au/2/1573/mahican-pink-hair-studio_aec0ac44b8.png) left center no-repeat;
	min-height:29px;
	line-height:29px;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {...}

@media (min-width: 992px) {
	#map-canvas {
		height:320px;
	}
	
	#logo,
	#scrollBox,
	#mobileCTA {
		display:none;
	}
	
	#header {
		display:block;
	}
	
	.htImage:before {
		padding-left:50px;
		padding-right:50px;
	}
	
	.htImage:before,
	.homeThumb h3 {
		left:30px;
	}

	#scroll-nav li:before,
	#filters li:before {
		background:#fff;
	}

	#scroll-nav li a,
	#filters li a {
		color:#fff;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	.ht,
	#tabImage,
	.contentImage {
		margin-bottom:0;
	}
	
	#scroll-nav li a {
		white-space:nowrap;
	}

	#scroll-nav li,
	#filters li {
		display:inline-block;
		margin-left:15px; 
		padding:5px 0 5px 15px;
	}
	
	#scroll-nav li:before,
	#filters li:before,
	#scroll-nav li a:before,
	#filters li a:before {
		display:block;
	}
	
	#scroll-nav li,
	#filters li {
		margin-bottom:0;
	}

	#scroll-nav li a:hover, #scroll-nav li.active a,
	#filters li a:hover, #filters li.active a {
		color:#fff;
	}
}

@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) {
	#slogan {
		font-size:24px;
	}
	
	#footerGallery img {
		max-width:100px;
	}
	
	#footerContact {
		font-size:13px;
	}
	
	#footerContact address {
		margin-left:25px;
	}
}

/* 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) {...}