/***********************
*  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')

/* @font-faces
--------------*/
@font-face{
   font-family: 'Lato';
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.svg#latoregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Lato';
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.svg#latobold) format('svg');
   font-weight:700;
   font-style:normal;
}

/* @general styles
-----------------*/
::selection {
  background:#d52f32;
  color:#fff;
}

a {
	color:#d52f32;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body#digital-printing {
	overflow-x:hidden;
}

body {
	background:#fff;
	color:#787878;
	font-family: 'Lato';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:24px;
	letter-spacing:-0.025em;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	position:relative;
	padding-top:15px;
	padding-bottom:15px;
	background:#fff;
	z-index:1;
	box-shadow: 0px 0px 7.83px 1.17px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 7.83px 1.17px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7.83px 1.17px rgba(0, 0, 0, 0.5);
}

#headerRight {
	display:none;
}

#headerIcons {
	padding-top:10px;
}

#headerIcons a {
	margin-left:20px;
	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 {
	margin-left:0 !important;
	width:13px;
	height:20px;
	background:url(http://cdn.myld.com.au/2/1792/carnival-clothing_5f5a73b571.png);
}

.headerMail {
	width:19px;
	height:13px;
	background:url(http://cdn.myld.com.au/2/1792/carnival-clothing_7fdc5a5e23.png);
}

#headerIcons .facebook {
	width:19px;
	height:19px;
	background:url(http://cdn.myld.com.au/2/1792/carnival-clothing_1674f3f072.png);
}

#menu {
	margin-top:15px;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
	float:right;
}

.navbar .nav>li {
	float:left;
	padding-left:25px;
	margin-left:15px;
	background:url(http://cdn.myld.com.au/2/1793/carnival-clothing_5b20f29dff.png) left center no-repeat;
}

.navbar .nav>li:first-child {
	padding-left:0;
	margin-left:0;
	background:none;
}

.navbar-nav>li>a {
	color:#717171;
	font-weight:700;
	font-size:14px;
	line-height:22px;
	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:#000;
}

#slider {
	height:400px;
}

body#contact #slider {
	display:none;
}

#slider:after,
#mapWrap:after {
	content:"";
	position:absolute;
	width:100%;
	height:13px;
	left:0;
	top:100%;
	background:url(http://cdn.myld.com.au/2/1793/carnival-clothing_f1fef5073e.png) center top no-repeat;
}

#slogan {
	color:#fff;
	font-weight:700;
	font-size:35px;
	line-height:normal;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
	position:absolute;
	width:100%;
	left:0;
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}

#sloganBtn {
	margin-top:25px;
}

#sloganBtn a {
	display:inline-block;
	color:#fff;
	letter-spacing:0.025em;
	text-shadow:none;
	padding:15px 30px;
	background:#d52f32;
	box-shadow: 0px 2px 9px 0px 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;
}

#sloganBtn a:hover {
	background-color:#fff;
	color:#d52f32;
}

#welcome {
	position:relative;
	padding-top:80px;
	letter-spacing:0.025em;
	font-weight:700;
	line-height:normal;
}

#welcome:before {
	display:none;
	content:"";
	position:absolute;
	width:543px;
	height:98px;
	right:0;
	top:120px;
	background:url(http://cdn.myld.com.au/2/1825/carnival-clothing_db4734860c.png);
  background-repeat: no-repeat;
  background-size:contain;
}

#welcome h1 {
	color:#d52f32;
	font-weight:700;
	font-size:35px;
	line-height:normal;
	letter-spacing:0.01em;
	margin:0 0 15px 0;
}

#welcome span {
	font-weight:700;
	font-size:22px;
	line-height:30px;
	letter-spacing:0.025em;
}

#welcome p {
	margin-bottom:20px;
}

#welcomeBtn {
	margin-top:50px;
}

#welcomeBtn a {
	display:inline-block;
	color:#fff;
	font-weight:700;
	font-size:16px;
	line-height:normal;
	padding:15px;
	background:#d52f32;
	-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;
}

#welcomeBtn a:hover {
	background-color:#717171;
}

#homeThumbs {
	padding-top:60px;
	padding-bottom:150px;
}

.ht {
	margin-bottom:30px;
}

.ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	position:relative;
}

.htImage {
	position:relative;
	height:300px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#htImage1 {
	background-image:url(http://cdn.myld.com.au/2/1792/carnival-clothing_df391fa67a.jpg);
}

#htImage2 {
	background-image:url(http://cdn.myld.com.au/2/1793/carnival-clothing_d20505fbdc.jpg);
}

#htImage3 {
	background-image:url(http://cdn.myld.com.au/2/1792/carnival-clothing_94d95c9a65.jpg);
}

.homeThumb h4 {
	color:#fff;
	font-weight:700;
	font-size:32px;
	text-align:center;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1); 
	line-height:normal;
	margin:0 0 0 0;
	position:absolute;
	width:100%;
	left:0;
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
	-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 .homeThumb h4 {
	opacity:0;
}

.htText {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(http://cdn.myld.com.au/2/1793/carnival-clothing_14f909fbe3.png) center center no-repeat;
	background-size:cover;
	padding:25px 15px 100px;
	color:#363636;
	font-size:14px;
	line-height:20px;
	-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 .htText {
	opacity:1;
}

.htText:after {
	content:"More";
	position:absolute;
	width:90px;
	left:50%;
	margin-left:-45px;
	bottom:30px;
	padding:10px 15px;
	background:#d52f32;
	color:#fff;
	font-weight:700;
	font-size:16px;
	line-height:normal;
	text-align:center;
}

.htText h3 {
	color:#d52f32;
	font-weight:700;
	font-size:22px;
	line-height:normal;
	margin:0 0 5px 0;
}

#backToTop {
	position:relative;
	background:#d52f32;
	z-index:1;
}

#backToTop a {
	display:inline-block;
	margin-top:-10px;
	margin-bottom:-12px;
	width:38px;
	height:38px;
	background:url(http://cdn.myld.com.au/2/1792/carnival-clothing_64a8358204.png);
	-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;
}

#backToTop a:hover {
	opacity:0.6;
}

#footer-map {
	height:225px;
}

#footerTitle {
	padding-top:30px;
	padding-bottom:30px;
	background:#d52f32;
	color:#fff;
	font-weight:700;
	font-size:38px;
	line-height:normal;
	letter-spacing:0.03em;
}

#footer1 {
	padding-top:50px;
	padding-bottom:50px;
	color:#4d4d4f;
}

#footerContact {
	margin-top:30px;
}

#footerContact address {
	line-height:normal;
	padding-left:25px;
	min-height:20px;
}

.footerPhone {
	background:url(http://cdn.myld.com.au/2/1792/carnival-clothing_5f5a73b571.png) left center no-repeat;
}

.footerAddress {
	background:url(http://cdn.myld.com.au/2/1792/carnival-clothing_b91a4c8e96.png) left center no-repeat;
}

.footerMail {
	background:url(http://cdn.myld.com.au/2/1792/carnival-clothing_d138d07887.png) left center no-repeat;
}

.footerHours {
	background:url(http://cdn.myld.com.au/2/1792/carnival-clothing_ebec480e9c.png) left 3px no-repeat;
}

#footerContact a {
	color:#636466;
}

#footerContact a:hover {
	color:#d52f32;
}

#footerContact span {
	font-weight:700;
	display:block;
	color:#d52f32;
}

body#contact #footerForm {
	display:none;
}

#footerForm h3 {
	color:#d52f32;
	font-weight:700;
	font-size:24px;
	line-height:normal;
	letter-spacing:0.035em;
	margin:0 0 20px 0;
}

#footerForm input,
#footerForm textarea {
	color:#474747;
	background-color:transparent !important;
	border-color:#d52f32;
}

#footerForm label {
	width:55%;
	float:left;
}

#footerForm .btn {
	position:absolute;
	right:15px;
	bottom:15px;
	color:#fff;
	font-weight:700 !important;
	font-size:14px;
	letter-spacing:0.18em;
	text-transform:uppercase;
	background:#d52f32;
}

#footerForm .btn:hover {
	background:#fff;
	color:#d52f32;
}

#footerForm #name {
	background:url(http://cdn.myld.com.au/2/1792/carnival-clothing_9a632bd3d8.png) right 15px center no-repeat transparent !important;
}

#footerForm #email {
	background:url(http://cdn.myld.com.au/2/1792/carnival-clothing_59d1d5b403.png) right 15px center no-repeat transparent !important;
}

#footerForm #phone {
	background:url(http://cdn.myld.com.au/2/1792/carnival-clothing_6ceef1f2da.png) right 15px center no-repeat transparent !important;
}

#footerForm #message {
	background:url(http://cdn.myld.com.au/2/1792/carnival-clothing_86d18357c1.png) right 15px top 10px no-repeat transparent !important;
}

#footer2 {
	padding-top:20px;
	padding-bottom:15px;
	background:#252525;
}

#copyright {
	color:#fff;
	font-size:14px;
}

#footerBrand {
	margin-left:20px;
}

#intro {
	padding-top:70px;
}

body#about #intro {
	padding-bottom:70px;
}

#intro h1 {
	color:#d52f32;
	font-weight:700;
	font-size:35px;
	line-height:normal;
	margin:0 0 10px 0;
}

#introBtn {
	margin-top:60px;
}

#introBtn a {
	display:inline-block;
	color:#fff;
	font-weight:700;
	font-size:18px;
	line-height:normal;
	padding:15px;
	background:#d52f32;
	-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;
}

#introBtn a:hover {
	background:#717171;
}

#content {
	position:relative;
	padding-top:80px;
}

body#digital-printing #content:before {
	display:none;
	content:"";
	position:absolute;
	width:379px;
	height:594px;
	right:-80px;
	bottom:0;
/* background:url(http://cdn.myld.com.au/2/1792/carnival-clothing_f4f0a4e1ac.jpg); */
}

.contentBox {
	margin-bottom:70px;
}

.contentBox h2 {
	color:#d52f32;
	font-weight:700;
	font-size:24px;
	line-height:normal;
	margin:0 0 15px 0;
}

.contentBox h3 {
	color:#d52f32;
	font-weight:700;
	font-size:18px;
	line-height:normal;
	letter-spacing:0.01em;
	margin:20px 0 10px 0;
}

.contentBox p,
.contentBox ul {
	margin-bottom:20p;
}

.listStyle {
	list-style-image:url(http://cdn.myld.com.au/2/1792/carnival-clothing_e6430cdc5f.png);
}

#mapWrap {
	position:relative;
}

#map-canvas {
	height:200px;
}

.btn {
	background:#d52f32;
	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:#d52f32;
	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;
}

#ld_branding_link img {
    max-height: 36px;
}

#logos {
	margin-top:20px;
}

.logos {
	display:inline-block;
	vertical-align:middle;
	padding:10px;
}

.logos img {
	display:inline-block;
	max-height:100px;
}

blockquote {
	border-color:#d52f32;
}

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) {
	#welcome:before {
		display:block;
	}
	
	.htText {
		padding-left:30px;
		padding-right:30px;
	}
	
	body#digital-printing #content:before {
		display:block;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:400px;
	}
	
	#headerRight {
		display:block;
	}
	
	#welcomeBtn a {
		padding-left:30px;
		padding-right:30px;
	}
	
	.htText {
		opacity:0;
	}
	
	.htImage {
		height:260px;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	.ht {
		margin-bottom:0;
	}
}

@media (max-width: 767px) {
	.contactInfo {
		margin-top:50px;
	}
}

@media (max-width: 568px) {...}

@media (max-width: 480px) {...}

@media (min-width: 768px) and (max-width: 991px) {
	#map-canvas {
		height:320px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar .nav>li {
		padding-left:15px;
	}
	
	.navbar-nav>li>a {
		font-size:13px;
	}
}

/* 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) {
	.homeThumb h4 {
		display:none;
	}
	
	.htText {
		opacity:1;
	}
}

/* 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) {...}