/*
    CLUB MONACO HOME PAGE TEMPLATE
    2-2015
    AUTHOR: CORBIN NAKAMURA
    ADDS: STEFAN DINDYAL
*/

html, body {
min-width: 1064px;
}

/* GSI OVERRIDES DO NOT REMOVE */
#wrapper-chain, #content-wrap, #content2, #main-container, #inner-container, #cm_home_1, #cm_topcat_1, #cm_topcat_2 {width: 100% !important;}
.breadcrumbs {display:none !important;}
.sub-nav {display: none !important;}
.hp-container {
	width: 1080px;
	margin: 0 auto;
}
.leftSide {
	position: relative;
	float: left;
	width: 535px;
	font-size: 0;
}
.rightSide {
	position: relative;
	float: right;
	width: 535px;
	font-size: 0;
}
.clear {
	clear: both;
}
.hpBucket {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.last {
	margin-bottom: 0px;
}
.cut{
	height: 648px;
}
.catDetails {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
}
.hpBucket a { 
	display: block;
}
.hpBucket img {
	position: relative;
	width: 100%;
	height: auto;
	border: 0;
	display: block;
}
.tier1 {
	font-family: "Proxima N W01 Smbd", Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.01em;
	display: block;
	font-weight: 300;
	text-transform: uppercase;
}
.tier2 {
	font-size: 24px;
	letter-spacing: 0.01em;
	line-height: 24px;
	font-weight: 300;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
.tier3 {
	font-family: "Didot W01 Italic", Times New Roman, Times, serif;
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 22px;
	margin-top: 8px;
	font-weight: 400;
}
.tier3.price {
	font-family: "Didot W01 Bold", Times New Roman, Times, serif;
	font-size: 20px;
	line-height: normal;
	margin-top: 5px;
}
.womens .tier2 {
	font-family: "Didot W01 Bold", Times New Roman, Times, serif;
}
.mens .tier2 {
	font-family: "Proxima N W01 Bold", Times New Roman, Times, serif;
}
.cta {
	text-align: center;
	margin-top: 15px;
}
.cta .arrow {
	width: 5px; 
	margin-bottom: 0px; 
	margin-left: 5px;
}
.cta a {
	font-family: 'Proxima N W01 Smbd';
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding-right: 6px;
	padding-top: 2px;
	background-position: center right;
	background-repeat: no-repeat;
	background-color: transparent;
}
.cta a:hover {
	text-decoration: underline;
}
.light,
.light .cta a {
	color: #fff;
}
.light .cta a {
	background-image: url(../images/cta_arrow_white.png);
}
.dark,
.dark .cta a {
	color: #000;
}
.dark .cta a {
	background-image: url(../images/cta_arrow_black.png);
}
.divider {
	display: block;
	margin: 12px auto;
	height: 1px;
	width: 98%;
	background-color: #676661;
}
.text .links {
	width: 100%;
	max-width: 275px;
	margin: 0 auto;
}
.text .links .left {
	float: left;
}
.text .links .right {
	float: right;
}

/*Positions*/
	
/*Left Side*/
.womensNewArrivals .text {
	width: auto;
	top: 310px;
	left: 325px;
}
.buttonUp .text {
	width: 100%;
	top: 310px;
}
.theDressShop .text {
	width: auto;
	top: 310px;
	left: 275px;
}

/*Right Side*/
.mensNewArrivals .text {
	width: auto;
	top: 205px;
	left: 30px;
}
.tonalWithaTwist .text {
	width: auto;
	top: 310px;
	left: 340px;
}
.brandsWeLove .text {
	width: 100%;
	top: 645px;
}
.brandsWeLove .text .tier1 {
	font-size: 16px;
	letter-spacing: 2px;
}

/*Height Fix*/
.hp-container {
	overflow: hidden;
	height: 2100px;
}