a {
   outline: 0;
}

.absoluted {
	position: absolute;
}

@font-face {
	font-family:'Univers-Extended';
	src: url('Univers-Extended_latin_gdi.eot');
	src: url('Univers-Extended_latin_gdi.eot?#iefix') format('embedded-opentype'),
		url('Univers-Extended_latin_gdi.woff') format('woff'),
		url('Univers-Extended_latin_gdi.svg#Univers-Extended') format('svg');
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-F000;
/*
	font-weight: 400;
*/
}

#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
}

#loader-wrapper-img {
	margin: 0px auto;
	width: 534px;
	height: 25px;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
}

#loader-wrapper-img img {
	width: 100%;
	height: auto;
}

#loader-wrapper-loading-gif {
	width: 100%;
}

#loader-wrapper-loading-gif img {
	width: 100%;
	height: 13px;
}

#container {
/*
    display: none;
*/
}


#title-header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align:center;
	padding: 42px 0px 73px 0px;
    z-index: 50;
	background: #FFFFFF;
/*
	height: 100px;
*/
}

#title-header h1 {display: none;}

#menu-nav-non-index {
	position: fixed;
	height: 30px;
	position: fixed;
	top: 92px; left: auto; right: auto;
    z-index: 2;
	transition: 1s;
/*
	background: #FFFFFF;
	position: absolut;
	height: 30px;
	background: #FFFFFF;
	position: fixed;
	top: 85px; left: 0px; right: 0px;
    z-index: 2;
	transition: 1s;
*/
}

#menu-collections-fall2014 {
	position: fixed;
	top: 108px;
	opacity: 0;
/*
	display:none;
*/
}
#background_image {
    cursor: pointer;
}
#background_video {
	cursor: pointer;
}


#menu-nav-wrapper {
	position: fixed;
	top: 90px;
	height: 47px;
	width: 100%;

	z-index:200;
}

.menu-nav-wrapper-center-table {
	display: table;
	margin: 0 auto;
}

#menu-nav {
	transition: 1s;
	display: none;
	text-transform: uppercase;
	font-family: 'Univers-Extended', Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: .4px;
	color: #000000;
}


.menu-nav-position,
.menu-nav-position ul,
.menu-nav-position li,
.menu-nav-position a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.menu-nav-position {
	height: 20px;
    background: #ffffff;

}
 
.menu-nav-position li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 20px;
}

.menu-nav-position li a {
    display: block;
    padding: 0 14px;
    margin: 0px 0;
    text-decoration: none;
 
    color: #000000;
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.menu-nav-position li:hover > a { color: #999999; }

.menu-nav-position ul {
    position: absolute;
    top: 20px;
    left: 0;
 
    opacity: 0;
    background: #ffffff;

    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu-nav-position li:hover > ul { opacity: 1; }
 
.menu-nav-position ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    font-size: 10px;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
/*
    font-weight: bold;
*/
}
 
.menu-nav-position li:hover > ul li {
    height: 20px;
    overflow: visible;
    padding: 0;
}

.menu-nav-position ul li a {
	width: 368px;
    margin: 0;

    padding: 0px 14px;
/* 
    border: none;
    border-bottom: 1px solid #353539;

*/  
}
 
.menu-nav-position ul li:last-child a { border: none; }


#sid-menu-nav-wrapper {
	display: none;
}

#image-first {
}

#image-first-video {
	position: fixed;
}

#image-first-container-triptych {
	position: fixed;
	overflow: hidden;
	z-index: -100;
}

#video-container {
    width: 90%;
    max-width: 900px;
    height: 100%;
    margin: 100px auto 0;
    overflow: hidden;
    z-index: -100;
}

#video-container-mid {
    position: relative;
    padding-top: 56.25%;
}

#video-source {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#ekbuttonwrap {
	width: 100%;
	position: absolute;
	bottom: 39%;
	text-align: center;
/*
*/
}

.ekbutton {
	width: 100px;
	cursor: pointer;
	opacity: .5;
	transition: .2s;
/*
	text-transform: uppercase;
	padding: 10px 40px;
	background-color: #666666;
	color: #FFFFFF;
	font-family: Univers, Helvetica, Arimo, Arial, sans-serif;
	font-size: 9.5px;
	letter-spacing: 3px;
	font-weight: bold;
	border: medium none;
	border-radius: 18px;
*/
}

.ekbutton:hover {
	opacity: 1;
	transition: .5s;
}

#ekbuttonwrap-scrolldown-below {
	width: 100%;
	position: fixed;
	bottom: 0;
	text-align: center;
/*
*/
}

#ekbuttonwrap-scrolldown-below-triptych {
	width: 100%;
	position: fixed;
	bottom: 0;
/*
*/
	text-align: center;
}

.ekbutton-scrolldown-below {
	width: 100px;
	cursor: pointer;
	opacity: .2;
	transition: .2s;
/*
	text-transform: uppercase;
	padding: 10px 40px;
	background-color: #666666;
	color: #FFFFFF;
	font-family: Univers, Helvetica, Arimo, Arial, sans-serif;
	font-size: 9.5px;
	letter-spacing: 3px;
	font-weight: bold;
	border: medium none;
	border-radius: 18px;
*/
}

.ekbutton-scrolldown-below:hover {
	opacity: .6;
	transition: .5s;
}

#image-first-container {
	overflow: hidden;
}

#image-first-container-triptych {
	overflow: hidden;
	position: relative;
}

.triptych {
	float: left;
}

.triptychx {
	position: absolute;
}

.triptych img {
	position: relative;
}

.triptych-div {
	float: left;
	background-color: #fff;
}

#image-first-container img {
	position: relative;
}

#image-first-play-button {
	opacity: 1;
	position: relative;
}

#image-first-play-button hover {
	opacity: .3;
}

header {
	z-index: 2;
}

#content {
	z-index: 1;
	padding: 40px 230px 0px 230px;
	position: absolute;
	top: 100vh;
	background-color: #FFFFFF;
}

#content-press {
	z-index: 1;
	position: absolute;
	top: 140px;
	width: 100%;
/*
	background-color: #208349;
*/
}

#content-contact-wrapper {
	padding: 0px 80px;
	text-align: center;
}

.content-collections {
	padding: 137px 80px 0px 80px;
	width: auto;
	text-align: center;
	z-index: -10;
/*
	background-color: #FF0000;
*/
}

.content-collections-gallery {
	margin-left:auto;
	margin-right:auto;
	top: 137px;
	width: auto;
}

.content-collections-name p {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Univers-Extended', Arial, sans-serif;
	text-align: left;
	color: #999999;
	margin: 0px 0px 20px 0px;
}

.gallery-name {
	margin: 20px 0;
}

.inner-six-swatch-wrapper {
	width: 816px;
	margin: 0 auto;
}

.inner-six-swatch-wrapper-2016-fall {
    width: 755px;
    margin: 0 auto;
}

.swatch {
	margin: 0px 4px 8px 4px;
	width: 128px;
	height: 192px;
	float: left;
/*
*/
}

.swatch-1 {
	margin: 0px 4px 8px 4px;
	width: 128px;
	height: 166px;
	float: left;
/*
*/
}


.swatch-2016-fall {
    margin: 0px 4px 8px 4px;
    width: 142px;
    height: 213px;
    float: left;
    /*
     */
}

.swatch-2015-pre-spring {
	margin: 0px 4px 8px 4px;
	width: 128px;
	height: 192px;
	float: left;
/*
*/
}


.swatch-2015-spring {
	margin: 0px 4px 8px 4px;
	width: 128px;
	height: 171px;
	float: left;
/*
*/
}

.dress-thumbnail {
	width: 128px;
	height: auto;
/*
	border: 1px solid #000000;
*/
}

.dress-thumbnail-2016-fall {
    width: 142px;
    height: auto;
    /*
     border: 1px solid #000000;
     */
}

.dress-thumbnail-1 img {
	width: 128px;
	height: auto;
/*
	border: 1px solid #000000;
*/
}

.dress-description-new {
	position: absolute;
	background-color: #000000;
	width: 128px;
	height: 192px;
	top: -192px;
	display: none;
/*
	left: 5px;
	padding: 0px 0px 0px;
	top: -507px;
	height: 504px;
	text-align: center;
	overflow: hidden;
*/
}

.dress-description-new-1 {
	position: absolute;
	background-color: #000000;
	width: 128px;
	height: 166px;
	top: -166px;
	display: none;
/*
	left: 5px;
	padding: 0px 0px 0px;
	top: -507px;
	height: 504px;
	text-align: center;
	overflow: hidden;
*/
}

.dress-description-2016-fall {
    position: absolute;
    background-color: #000000;
    width: 142px;
    height: 213px;
    top: -213px;
    display: none;
    /*
     left: 5px;
     padding: 0px 0px 0px;
     top: -507px;
     height: 504px;
     text-align: center;
     overflow: hidden;
     */
}

.dress-description-new-2015-spring {
	position: absolute;
	background-color: #000000;
	width: 128px;
	height: 171px;
	top: -171px;
	display: none;
/*
	left: 5px;
	padding: 0px 0px 0px;
	top: -507px;
	height: 504px;
	text-align: center;
	overflow: hidden;
*/
}

.inner-two-swatch-wrapper {
	width: 356px;
}

.content-images {
}

.content-images-press {
    margin: 0 auto;
    width: 900px;
/*
	background-color: #562038;
*/
}

.content-images-brand {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    /*
     background-color: #562038;
     */
}

.content-contact {
	width: 600px;
	margin: 0 auto;
/*
	background-color: #FF0000;
*/
}

.content-contact p {
	padding: 0px;
	font-size: 10.25px;
	line-height: 120%;
	font-style: normal;
	font-family: 'Univers-Extended', Arial, sans-serif;
	font-weight: normal;
	color: #999999;
	text-align: left;
	text-transform: uppercase;
}

.content-contact p a {
	color: #666666;
	text-decoration:none;
}

.content-contact p a:hover {
	color: #666666;
	text-decoration:underline;
}

#table-left-column {
	position: absolute;
	padding: 14px 0px 0px;
}

#table-left-column p {
	color: #000000;
	line-height: 500%;
}

#content-contact-area {
	width: 100%;
	margin: 10px 0px 60px;
	text-align: left;
}

.content-contact-emails-single-row {
    width: 100%;
    margin: 10px 0px 0px;
    vertical-align: middle;
    display: block;
    height: 60px;
}

.content-contact-emails {
    width: 100%;
    margin: 0px 0px 35px;
    text-align: center;
    display: table;
}

.email-address-row {
    width: 100%;
    display: table-row;
    vertical-align: middle;
    height: 60px;
}

.email-address-container {
    width: 50%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

p.email-address-header {
    text-align: center;
    color: #000000;
    font-size: 13px;
    padding-bottom: 2px;
}

p.email-address {
    text-align: center;
    font-size: 11px;
}


.content-stockists {
    width: 100%;
    margin: 10px 0px 10px;
    padding: 30px 0 10px;
    text-align: center;
    display: table;
}

.stockist-address-row {
    display: table-row;
    vertical-align: top;
    height: 80px;
}

.stockist-address-container {
    width: 50%;
    vertical-align: top;
    text-align: center;
    display: table-cell;
}

.stockist-address-container-centered {
    width: 100%;
    vertical-align: top;
    text-align: center;
    padding: 0 0 17px;
}

p.stockist-address-header {
    text-align: center;
    color: #000000;
    font-size: 13px;
    padding-bottom: 4px;
}

p.stockist-address {
    text-align: center;
    font-size: 11px;
    padding-bottom: 5px;
}


.collection-links {
    width: 600px;
    margin: 150px auto 200px;
    /*
     background-color: #FF0000;
     */
}

.collection-links ul li {
    padding: 4px 0;
}

.collection-links ul li a {
    padding: 0px;
    font-size: 12px;
    font-style: normal;
    font-family: 'Univers-Extended', Arial, sans-serif;
    font-weight: normal;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}



#content-contact-area label {
	width: 130px;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-family: 'Univers-Extended', Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
/*
	background-color: #438927;
	margin: 20px 0px 0px 0px;
	text-align: left;
*/
}

#content-contact-area input, #content-contact-area textarea {
	
	width: 450px;

	font-family: 'Univers-Extended', Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;

	
	display: inline-block;
    margin: 10px 0px 0px 0px;
    padding: 6px;
	background-color: #CCCCCC;
	border: 0px;
	-webkit-appearance:none;
    -moz-appearance: none;
/*
	margin: 20px 0px 0px 0px;
	text-align: left;
*/
}


#content-contact-area textarea:focus, #content-contact-area input:focus {
/*
	border: 2px solid #900;
*/
}

#content-contact-area input.submit-button {
	float: left;
	margin: 10px 0px 0px 135px;
	width: 100px;
	height: 40px;
	border: 0;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	background-color: #cccccc;
	display: block;
}

#content-contact-area input.submit-button:hover {
	background-color: #999999;
}

.position {
	position:relative;
	width: 100%;
}

.absolute {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}

.divcontainer-for-masonry {
	width: 240px;
	float: left;
	padding: 3px 20px 40px 20px;
/*
	margin: 3px 20px 40px 20px;
*/
}

.divcontainer-for-masonry-250 {
    width: 185px;
    float: left;
    padding: 3px 20px 40px 20px;
    /*
     margin: 3px 20px 40px 20px;
     */
}

.horiz-image-press-page img, .horiz-image-press-above img {
	width: 100%;
	height: auto;
	position: relative;
	transition: .4s;
	box-shadow: 0px 0px 3px #CCCCCC;
}

.horiz-image-press-page img:hover, .horiz-image-press-above img:hover {
	opacity: 0;
	transition: .4s;

}


.horiz-image-press-cover img, .horiz-image-press-above img {
	width: 100%;
	height: auto;
	position: relative;
}

.horiz-image-press-photo-below {
	background-color: #000000;
}

.horiz-image-press-photo-below img {
	width: 100%;
	height: auto;
	opacity: .29;
}

.horiz-image-press {
	width: 60%;
	margin: 0px auto 40px;
	background-color: #000000;
/*
*/
}

.horiz-image-press img {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px;
	transition: .3s;
}

.horiz-image-press img:hover {
	opacity: .29;
	transition: .3s;

}

.horiz-image-brand {
	width: 345px;
	margin: 0px auto 40px;
/*
	background-color: #456834;
*/
}

.horiz-image-brand-horizontal {
    width: 900px;
    clear: both;
    margin: 30px auto 40px;
    padding: 0 80px;
}

.horiz-image-brand-horizontal img {
    width: 330px;
    height: auto;
    position: relative;
    float: left;
    margin: auto;
    padding: 0 50px 50px 0;
}

.horiz-image-brand img {
	width: 345px;
	height: auto;
	position: relative;
	margin: auto;
}

#brand-container-copy {
	width: 345px;
	margin: auto;
	padding: 100px;
/*
*/
}

#brand-container-horizontal {
    width: 700px;
    margin: auto;
    padding: 20px 0 0;
}

#brand-container-copy p {
	font-size: 10.5px;
	font-weight: normal;
	font-family: 'Univers-Extended', Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
	text-align: justify;
	padding: 0px 0px 10px;
	line-height: 200%;
/*
	font-style: normal;
*/
}

#brand-container-horizontal p {
    font-size: 9.5px;
    font-weight: normal;
    font-family: 'Univers-Extended', Arial, sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-align: justify;
    padding: 0px 0px 10px;
    line-height: 200%;
    /*
     font-style: normal;
     */
}

.vert-images-wrapper {
	
}

.vert-image-left {
	width: 48%;
	float: left;
}

.vert-image-right {
	width: 48%;
	float: right;
}

.vert-image-left img {
	width: 100%;
	height: auto;
	position:relative;
	margin: 40px 0px 0px 0px;
}

.vert-image-right img {
	width: 100%;
	height: auto;
	position:relative;
	margin: 40px 0px 0px 0px;
}

.horiz-image img {
	width: 100%;
	height: auto;
	position:relative;
	margin: 40px 0px 0px 0px;
}

.horiz-image-share {
	position: absolute;
	top: -95px;
	right: 0px;
	text-align: right;
/*
*/
}

.vert-images-wrapper .horiz-image-share img {
	width: 35px;
	height: 35px;
	padding-right: 10px;
/*
*/
}

.horiz-image .horiz-image-share img {
	width: 40px;
	height: 40px;
	padding-right: 10px;
/*
*/
}

.horiz-image-share-press {
	position: relative;
	top: 640px;
	right: -180px;
	text-align: right;
/*
*/
}

.horiz-image-share-press img {
	width: 45px;
	height: 45px;
	padding-right: 20px;
/*
*/
}

#horiz-image-share-press {
	position: fixed;
	bottom: 30px;
	right: 0px;
	text-align: right;
/*
*/
}

#horiz-image-share-press img {
	width: 45px;
	height: 45px;
	padding-right: 20px;
/*
*/
}

#horiz-image-share-press p {
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'Univers-Extended', Arial, sans-serif;
	font-size: 12px;
	opacity: .5;
/*
	letter-spacing: 3px;
	font-weight: bold;
	border: medium none;
*/
}


.horiz-image-press-x {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	text-transform: uppercase;

/*
*/
}

.horiz-image-press-x p {
	padding: 25px 30px;
	color: #FFFFFF;
	font-family: 'Univers-Extended', Arial, sans-serif;
	font-size: 12px;
/*
	background-color: #000000;
	opacity: .75;
	letter-spacing: 3px;
	font-weight: bold;
	border: medium none;
*/
}

#share-menu-1,
#share-menu-2,
#share-menu-3,
#share-menu-4,
#share-menu-5,
#share-menu-6,
#share-menu-7,
#share-menu-8,
#share-menu-9,
#share-menu-10,
#share-menu-11
{
	display:none;
}


.horiz-image-share p {
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'Univers-Extended', Arial, sans-serif;
	font-size: 12px;
	opacity: .5;
/*
	letter-spacing: 3px;
	font-weight: bold;
	border: medium none;
*/
}

.panel {
	display:none;
}

.panel h3 {
	font-family: 'Univers-Extended', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	text-transform: uppercase;
	color: #000000;
	padding: 16px 0px 0px 0px;
	transition: .3s;
/*
*/
}

.panel h3 a {
	text-decoration: none;
	color: #000000;
	transition: .3s;
}

.panel h3 a:hover {
	text-decoration: none;
	color: #BBBBBB;
	transition: .3s;
	
}

.panel p {
	font-size:10px;
	font-style: normal;
	font-family: 'Univers-Extended', Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 2px 0px 0px 0px;
	text-transform: uppercase;
/*
*/
}

.copyright {
	clear:both;
}

.copyright p {
	padding: 30px 0px 30px 0px;
	font-size: 7.5px;
	font-style: normal;
	font-family: 'Univers-Extended', Arial, sans-serif;
	color: #000000;
	text-align: center;
}

#content-gallery-frame {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
/*
	height: 96%;
	width: 96%;
	bottom: 0px;
	left: 2%;
	right: 2%;
*/
}

#content-gallery-frame img {
	height: 100%;
	width: auto;
}

#content-gallery-frame-next {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 100%;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
/*
	height: 96%;
	width: 96%;
	bottom: 0px;
	left: 2%;
	right: 2%;
*/
}

#content-gallery-frame-next img {
	height: 100%;
	width: auto;
}

#content-gallery-ek-logo {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	text-align: center;
	display:none;
}	

#content-gallery-ek-logo img {
	width: 427px;
	height: 20px;
}	
/*
*/

#content-gallery-frame-zoom {
	width: 100%;
/*
	background-color: #ffffff;
*/
}

#zoom-wrapper {
	width: 100%;
	overflow: hidden;
/*
*/
}

#zoom-image {
	width: 100%;
	height: auto;
}

#content-gallery-previous {
	position: fixed;
	width: 200px;
	height: 200px;
	left: 0px;
	top: 40%;
	bottom: 40%;
}

#content-gallery-previous img {
	opacity:0.2;
}

#content-gallery-next {
	position: fixed;
	width: 200px;
	height: 200px;
	right: 0px;
	top: 40%;
	bottom: 40%;
}


#content-gallery-next img {
	opacity:0.2;
}

#content-gallery-backtogallery {
	position: fixed;
	right: 0px;
	top: 0px;
}

#content-gallery-backtogallery img {
/*
	opacity:0.2;
*/
}

#content-gallery-description {
	position: fixed;
	left: 100px;
	top: 80px;
}

#content-gallery-description p {
	font-size: 16px;
	font-family: 'Univers-Extended', Arial, sans-serif;
	color: #000000;
	text-align: left;
	padding: 0px;
	text-transform: uppercase;
}

#content-gallery-description p a {
	font-size: 16px;
	font-family: 'Univers-Extended', Arial, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding: 0px;
	text-transform: uppercase;
}

#content-gallery-description p a:hover {
	opacity: .5;
}

#content-gallery-description-next {
	position: fixed;
	left: 100%;
	top: 80px;
}

#content-gallery-description-next p {
	font-size: 16px;
	font-family: 'Univers-Extended', Arial, sans-serif;
	color: #000000;
	text-align: left;
	padding: 0px;
	text-transform: uppercase;
}

#content-gallery-description-repeat {
	position: fixed;
	left: 101px;
	top: 81px;
	display:none;
}

#content-gallery-description-repeat p {
	font-size: 16px;
	font-family: 'Univers-Extended', Arial, sans-serif;
	color: #000000;
	text-align: left;
	padding: 0px;
	text-transform: uppercase;
}

#brand-container {
	width: 100%;
}

#brand-container-image {
	position: absolute;
	width: 35%;
/*
	top: 0px;
	left: 0px;
*/
}

#brand-container-image img {
	width: 100%;
	height: auto;
}

.dress-description {
	width: 506px;
	text-align: center;
	display: none;
}

.dress-description p {
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	font-family: 'Univers-Extended', Arial, sans-serif;
}

.dress-description-new-number {
	width: 171px;
	position: absolute;
	top: 95px;
	text-align: center;
	display: none;
}

.dress-description-new-number p {
	font-family: 'Univers-Extended', Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.dress-description-new img {
	width: 220px;
	height: auto;
	display: none;
}

.dress-description-new p {
	font-family: 'Univers-Extended', Arial, sans-serif;
	font-size: 16px;
	color: #00000;
	top: -70px;
/*
	line-height: 140%;
	letter-spacing: 3px;
	font-weight: bold;
	border: medium none;
*/
}

#dress-description-1,
#dress-description-2,
#dress-description-3,
#dress-description-4,
#dress-description-5 {
/*
	display:none;
*/
}

#collections-menu-container {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -70px;
}

#collections-copyright {
	position: fixed;
	width: 100%;
	bottom: 80px;
	text-align: center;
/*
*/
}

#collectionsWindowWrap {
	z-index: 399;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	opacity: .5;
	background-color: #000000;
	display: none;
	cursor: pointer;
/*
*/
}



#collectionsWindow {
	z-index: 400;
	position: fixed;
	overflow: hidden;
	opacity: 1;
	background-color: #ffffff;
	display: none;
}

.collectionWrapper {
	position: absolute;
	overflow: hidden;
	text-align: center;
}

.collectionImage {
	width: auto;
}

.collectionPrev {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 0px;
	opacity: .2;
	cursor: pointer;
}

.collectionNext {
	position: absolute;
	width: 200px;
	height: 200px;
	right: 0px;
	opacity: .2;
	cursor: pointer;
}

.collectionClose {
	position: absolute;
	width: 200px;
	height: 200px;
	right: 0px;
	top: 0px;
	opacity: .2;
}

.clink {
	cursor: pointer;
}

.collectionDesc {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 20%;
}


.collectionDesc h1 {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: 'Univers-Extended', Arial, sans-serif;
	color: #bbbbbb;
	text-align: left;
	padding: 0px;
	text-transform: uppercase;
}


.collectionDesc h2 {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: 'Univers-Extended', Arial, sans-serif;
	color: #000000;
	text-align: left;
	padding: 16px 0px 2px;
	text-transform: uppercase;
}

.collectionDesc p {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	font-family: 'Univers-Extended', Arial, sans-serif;
	color: #000000;
	text-align: left;
	padding: 0px;
	text-transform: uppercase;
}



















#container-zoom {
	background-color: #000000;
}

#container-zoom-press {
	width: 100%;
	position: fixed;
	top: 10px;

	background-color: #ffffff;
	padding: 10px 40px;

	font-size: 13px;
	font-style: normal;
	font-family: 'Univers-Extended', Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	
	display: none;
}

#article-footer-link {
    width: 100%;
    padding: 10px 40px;
    
    font-size: 13px;
    font-style: normal;
    font-family: 'Univers-Extended', Arial, sans-serif;
    color: #000000;
    text-transform: uppercase underline;
    text-align: center;
}

#content-zoom {
	background-color: #000000;
	position: relative;
}

#content-zoom-backtoindex {
	position: fixed;
	right: 0px;
	top: 0px;
}

#content-zoom-backtoindex img {
	opacity:0.2;
}

#content-zoom-backtoindex-press {
	position: fixed;
	right: 0px;
	top: 0px;
}

#content-zoom-backtoindex-press img {
	opacity: 1;
}


#content-zoom-description {
	position: fixed;
	left: 100px;
	top: 80px;
}

#content-zoom-description h1 {
	font-size: 14px;
	font-style: normal;
	font-family: 'Univers-Extended', Arial, sans-serif;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}

#content-zoom-description h2 {
	font-size: 14px;
	font-style: normal;
	font-family: 'Univers-Extended', Arial, sans-serif;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	padding: 0 0 10px;
}

#content-zoom-description p {
	font-size: 10px;
	font-style: normal;
	font-family: 'Univers-Extended', Arial, sans-serif;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}



