/***********************
*  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:'Frutiger LT';
   src:   url(http://cdn.myld.com.au/1/fonts/frutiger/Frutiger%20LT%2045%20Light.ttf) format('truetype');
   font-weight:300;
   font-style:normal}

@font-face{
   font-family:'Frutiger LT';
   src:   url(http://cdn.myld.com.au/1/fonts/frutiger/Frutiger%20LT%2055%20Roman.ttf) format('truetype');
   font-weight:normal;
   font-style:normal}

@font-face{
   font-family:'Frutiger LT';
   src:   url(http://cdn.myld.com.au/1/fonts/frutiger/Frutiger%20LT%2065%20Bold.ttf) format('truetype');
   font-weight:700;
   font-style:normal}

@font-face{
   font-family: 'Great Vibes';
   src:   url(http://cdn.myld.com.au/1/fonts/GreatVibes/greatvibes-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/GreatVibes/greatvibes-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/GreatVibes/greatvibes-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/GreatVibes/greatvibes-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/GreatVibes/greatvibes-regular-webfont.svg#great_vibesregular) format('svg');
   font-weight:400;
   font-style:normal;
}

/* @general styles
-----------------*/
::selection {
  background:#7b7b7b;
	color:#fff;
}

a {
	color:#7b7b7b;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body {
	background:#fff;
	color:#262626;
	font-family:'Frutiger LT';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:25px;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	position:relative;
	z-index:1;
	padding-top:80px;
	padding-left:15px;
	padding-right:15px;
	background:url(http://cdn.myld.com.au/2/1332/rsvp-bridal-formal-wear_c5725cdcd9.png) top repeat-x #f2f2f2;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

#menu {
	display:none;
}

#menuPad {
	padding-left:30px;
	padding-right:30px;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
}

.navbar .nav>li {
	float:left;
}

.navbar-nav>li>a {
	color:#2e2e2e;
	font-family:'Frutiger LT';
	font-weight:400;
	font-style:normal;
	font-size:17px;
	line-height:20px;
	padding:33px 0;
	white-space:nowrap;
	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:#2e2e2e;
	color:#fff;
}

.navbar-nav>li:nth-child(3)>a:after {
	content:"";
	position:absolute;
	width:14px;
	height:7px;
	left:50%;
	margin-left:-7px;
	bottom:10px;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1332/rsvp-bridal-formal-wear_07c126c92e.png);
}

#headerIcons {
	display:none;
	padding-top:25px;
}

#headerIcons a {
	display:inline-block;
	vertical-align:middle;
	width:35px;
	height:35px;
	opacity:1;
	margin-left:40px;
	-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;
}

.headerMail {
	margin-left:0 !important;
	background:url(http://cdn.myld.com.au/2/1332/rsvp-bridal-formal-wear_35e8a235d4.png);
}

.headerPhone {
	background:url(http://cdn.myld.com.au/2/1332/rsvp-bridal-formal-wear_cfe76b662d.png);
}

#headerIcons .facebook {
	background:url(http://cdn.myld.com.au/2/1332/rsvp-bridal-formal-wear_42f395461e.png);
}

#featureWrap {
	overflow:hidden;
}

#feature {
	height:330px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}

#intro h1 {
	color:#262626;
	font-family:'Frutiger LT';
	font-weight:400;
	font-style:normal;
	font-size:30px;
	line-height:normal;
	letter-spacing:0.05em;
	text-align:center;
	margin:0 0 60px 0;
}

#intro p {
	margin-bottom:25px;
}

.introImage {
	margin-top:25px;
}

.introImage img,
.contentImage img {
	display:inline-block;
}

#content {
	margin-top:80px;
}

.contentBox {
	margin-bottom:60px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#3b3b3b;
	font-family:'Frutiger LT';
	font-weight:400;
	font-style:normal;
	font-size:25px;
	line-height:25px;
	margin:0 0 20px 0;
}

.contentBox p {
	margin-bottom:25px;
}

#tabContent {
	margin-top:40px;
}

#tabNavi {
	position:relative;
	z-index:1;
	padding:40px 3px;
	background:#3b3b3b;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

#tabNav {
	margin:0;
	padding:0;
	list-style-type:none;
}

#tabNav li {
	margin-bottom:10px;
}

#tabNav li:last-child {
	margin-bottom:0;
}

#tabNav li a {
	margin-right:-16px;
	position:relative;
	display:block;
	color:#fff;
	font-family:'Frutiger LT';
	font-weight:400;
	font-style:normal;
	font-size:18px;
	text-decoration:none !important;
	line-height:25px;
	padding:9px 15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 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;
}

#tabNav li a:hover, #tabNav li.active a {
	color:#3b3b3b;
	background:#fff;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

#tabImagePad,
.contentPad {
	padding-top:10px;
	padding-bottom:10px;
}

.contentPad {
	margin-top:30px;
}

#tabImage {
	width:100%;
	height:100%;
	min-height:500px;
}

#videoBox {
	position:relative;
}

#videoBox video {
	width:100%;
	height:auto;
}

#toDown {
	position:absolute;
	width:58px;
	height:58px;
	left:50%;
	margin-left:-29px;
	bottom:-29px;
}

#toDown img {
	-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;
}

#toDown:hover img {
	opacity:0.6;
}

#mainContent {
	padding-top:60px;
	padding-bottom:120px;
}

body#home #mainContent {
	padding-top:105px;
	padding-bottom:180px;
}

#homeThumbs h2 {
	color:#262626;
	font-family: 'Great Vibes';
	font-size:40px;
	font-style:normal;
	line-height:normal;
	margin:0 0 50px 0;
}

.ht {
	margin-bottom:50px;
}

.ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	position:relative;
	/*max-width:255px;*/
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
	-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 {
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.htImage {
	position:relative;
	height:350px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.htImage:before {
	opacity:1;
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(37,37,37,0.65);
	-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;
}

#htImage1 {
	background-image:url(http://cdn.myld.com.au/2/1332/rsvp-bridal-formal-wear_8c948a3b3a.jpg);
}

#htImage2 {
	background-image:url(http://cdn.myld.com.au/2/1332/rsvp-bridal-formal-wear_fdd79937f4.jpg);
}

#htImage3 {
	background-image:url(http://cdn.myld.com.au/2/1332/rsvp-bridal-formal-wear_6977583bf0.jpg);
}

#htImage4 {
	background-image:url(http://cdn.myld.com.au/2/1332/rsvp-bridal-formal-wear_221cfd180c.jpg);
}

.htImage h3 {
	opacity:1;
	color:#f2f2f2;
	font-family:'Frutiger LT';
	font-weight:400;
	font-style:normal;
	font-size:18px;
	line-height:20px;
	text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
	letter-spacing:0.05em;
	margin:0 0 0 0;
	position:absolute;
	width:100%;
  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 .htImage:before,
#homeThumbs a:hover .htImage h3 {
	opacity:0;
}

.htText {
	opacity:1;
	position:relative;
	width:auto;
	height:auto;
	left:auto;
	top:auto;
	border:solid 2px #373535;
	padding:40px 15px;
	background:rgba(255,255,255,0.85);
	color:#272727;
	font-family:'Frutiger LT';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:18px;
	text-align:left;
	-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;
	right:15px;
	bottom:10px;
	color:#272727;
	font-family:'Frutiger LT';
	font-weight:700;
	font-style:normal;
	font-size:14px;
	line-height:normal;
	text-transform:capitalize;
	padding-right:22px;
	background:url(http://cdn.myld.com.au/2/1332/rsvp-bridal-formal-wear_e1a2b4b43a.png) right center no-repeat;
}

#welcome {
	margin-top:110px;
	line-height:22px;
}

#welcome p {
	margin-bottom:20px;
}

#welcomeBtns {
	margin-top:40px;
}

#welcomeBtns a {
	display:block;
	position:relative;
	color:#e2dfe1;
	font-family:'Frutiger LT';
	font-weight:400;
	font-style:normal;
	font-size:18px;
	line-height:20px;
	text-decoration:none !important;
	letter-spacing:0.05em;
	padding:23px 15px;
	background:#262626;
	margin-top:35px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-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;
}

#welcomeBtns a:hover {
	background-color:#000;
}

#welcomeBtns a:after {
	content:"";
	position:absolute;
	pointer-events:none;
}

#welcomeBtn2:after {
	width:44px;
	height:65px;
	left:-30px;
	top:-10px;
	background:url(http://cdn.myld.com.au/2/1332/rsvp-bridal-formal-wear_8e5f483a7b.png);
}

#welcomeBtn3:after {
	width:47px;
	height:64px;
	left:-18px;
	top:-8px;
	background:url(http://cdn.myld.com.au/2/1332/rsvp-bridal-formal-wear_0adfdfb09a.png);
}

#welcomeBtns a:first-child {
	margin-top:0;
}

#fbFeedBox {
	margin-bottom:35px;
}

#footer1 {
	background:url(http://cdn.myld.com.au/2/1333/rsvp-bridal-formal-wear_6df203f090.png) top repeat-x #080808;
}

#footer1Inner {
	padding:90px 150px;
}

#footerContact address {
	display:inline-block;
	vertical-align:top;
	color:#fff;
	font-family:'Frutiger LT';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:24px;
	text-align:left;
	padding-left:45px;
	margin:0 40px;
}

#footerContact address span {
	display:block;
	font-size:14px;
	letter-spacing:0.3em;
	text-transform:uppercase;
	line-height:normal;
	margin-bottom:4px;
}

.footerPhone {
	margin-left:0 !important;
	background:url(http://cdn.myld.com.au/2/1333/rsvp-bridal-formal-wear_b29cd807f6.png) left 6px no-repeat;
}

.footerAddress {
	background:url(http://cdn.myld.com.au/2/1333/rsvp-bridal-formal-wear_88874c88b6.png) left 6px no-repeat;
}

.footerMail {
	margin-right:0 !important;
	background:url(http://cdn.myld.com.au/2/1333/rsvp-bridal-formal-wear_e7f90e3693.png) left 6px no-repeat;
}

#footerContact a {
	color:#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;
}

#footerContact a:hover {
	color:#7b7b7b;
}

#footerForm {
	position:relative;
	margin-top:40px;
	color:#fff;
}

body#contact-us #footerForm {
	display:none;
}

#footerForm .form-group {
	margin-bottom:25px;
}

#footerForm .captcha-form label {
	max-width:275px;
	float:left;
}

#footerForm .captcha-answer {
	float:right;
	max-width:330px;
}

#synopsis {
	margin-top:40px;
	color:#fff;
	font-family:'Frutiger LT';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:18px;
}

#logos {
	padding:110px 30px 40px;
	background:url(http://cdn.myld.com.au/2/1332/rsvp-bridal-formal-wear_c5725cdcd9.png) top repeat-x;
}

.logos {
	display:inline-block;
	vertical-align:middle;
	padding:10px 25px;
}

.logos img {
	display:inline-block;
}

#footer2 {
	padding-top:30px;
	padding-bottom:25px;
	background:#1c1c1c;
}

#copyright {
	color:#fff;
	font-family:'Frutiger LT';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:normal;
	margin-top:6px;
}

#footerSocial .ls {
	margin-left:30px;
}

#footerBrand {
	margin-left:30px;
}

#map-canvas {
	height:200px;
}

.btn {
	background:#7b7b7b;
	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:#7b7b7b;
	background:#fff;
}

#footerForm .btn {
	position:absolute;
	bottom:0;
	right:0;
	width:200px;
	border:solid 2px #303030;
	background:#303030;
}

#footerForm .btn:hover {
	background:#fff;
	color:#303030;
}

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;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	.container {
		width:1140px;
	}
	
	#header {
		padding-left:50px;
		padding-right:50px;
	}
	
	.htText {
		padding-left:30px;
		padding-right:30px;
	}
	
	#tabNav li a {
		padding-left:35px;
		padding-right:35px;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:320px;
	}
	
	#menu,
	#headerIcons {
		display:block;
	}

	#logo {
		margin-top:-70px;
		margin-bottom:-90px;
	}

	.htText {
		opacity:0;
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
	}
	
	.ht {
		margin-bottom:0;
	}
	
	#tabContent {
		margin-top:0;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	#welcomeBtns,
	.contentPad,
	.introImage {
		margin-top: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;
	}
	
	.ht:first-child .htText {
		min-height:246px;
	}
	
	.ht:last-child .htText {
		min-height:210px;
	}
	
	.ht:nth-child(3) {
		margin-bottom:0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#headerIcons a {
		margin-left:10px;
	}
	
	#footer1Inner {
		padding-left:80px;
		padding-right:80px;
	}
	
	#footerContact address {
		margin-left:25px;
		margin-right: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) {
	.htImage:before,
	.htImage h3 {
		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) {...}

body#about-us #feature {background-image:url(http://cdn.myld.com.au/2/1850/rsvp-bridal-formal-wear_fbb8bebf8c.png);}
body#collections #feature {background-image:url(http://cdn.myld.com.au/2/1332/rsvp-bridal-formal-wear_d9c718f88c.jpg);}
body#gallery #feature {background-image:url(http://placehold.it/1700x330);}