div.footer-bg-content-wrapper {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 250;
}
div.footer-visible {
	bottom: 0;
	position: fixed;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
div.footer-bg-content {
	padding-top: 0px;
}
div.footer-content-size {
	
}

div.footer-content-size-2 {
	width: 100%;
}

.footer-bg-content ul li {
    line-height: 25px;
    list-style-type: none;
}
.footer-bg-content ul li.no-link {
	color: #888;
}
.footer-bg-content h5 {
	border-bottom: 1px solid #4E4E4E;
color: #888;
text-transform: uppercase;
margin-bottom: 10px;
padding-bottom: 2px;
}
.footer-wrapper { 
	margin: auto; 
	min-width: 920px; 
	width: 920px;
	height: 250px;
	font-size: 12px;
}
.footer-bg-content a {
	display: block;
	}
.footer-bg-content a.primary {
	display: inline;
	}
.footer-bg-content .column1 {
	background: #2a2a2a;
	padding-right: 20px;
	width: 135px;
	height: inherit;
	}
.footer-bg-content .column2 {
width: 145px;
}
.footer-bg-content .column3 {
width: 145px;	
}
.footer-bg-content .column4 {
width: 155px;
}
.footer-bg-content .column5 {
width: 200px;
}
.footer-bg-content .social-buttons {
	width: 30%;
	float: left;
}

.footer-bg-content .share-buttons {
	float: left;
	width: 70%;
	height: 80px;
	}
	.share-buttons .border-left {
	border-left: 1px solid #4e4e4e;
	height: inherit;
	padding-left: 15px;
    margin-left: 5px;
	}
	.share-buttons .title {
		padding-left: 20px;
	}
	.footer-bg-content .subscribe {
		width: 100%;
		float: left;
		padding-top: 10px;
	}
.footer-bg-content .column1, .footer-bg-content .column2, .footer-bg-content .column3, .footer-bg-content .column4, .footer-bg-content .column5 {
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
}
div.footer-bg-content-column, div.footer-bg-content-column-share, div.div-signup {
	margin-right: 20px;
}
div.sign-up > input[type="text"] {
	width: 120px;
}

/* stick footer specific */
div.fixed_footer {
	z-index: 200;
}
div.fixed-bg-content-wrapper {
	width: 100%; 
	position: fixed;
	bottom: 0;
	background: #343434;
	opacity: 0;	
	z-index: 3;
}
div.sticky-footer-wrapper {
	width: 100%;
	background: #f00;	
}
div.sticky-footer-left {
	width: 50%;
	font-size: 10px;
	color: #c0c0c0;
	float: left;
	text-align: left;
}
div.sticky-footer-right {
	width: 50%;
	font-size: 10px;
	color: #c0c0c0;
	float: left;
	text-align: right;
}
div.sticky-footer-right > .links {
	padding-right: 15px;
}
div.sticky-footer-left > .label {
		display: inline;
		float: left;
		padding-right: 10px;
		padding-left: 15px;
}
div.customer-service {
	width: 180px;
	padding-left: 15px;
	cursor: pointer;
	background: url("https://mediaeu.calvinklein.com/static/store-images/colors/color2/footer-arrow-down.png") no-repeat scroll 90% center #343434;
	float: left;
	display: inline;
}
div.customer-service-layer {
	position: absolute;
	background: #343434;
	bottom: 30px;
	font-size: 10px;
	padding:0 20px 20px 20px;
	height: 180px;
	width: 330px;
}
div.customer-service-layer ul li {
    line-height: 25px;
    list-style-type: none;
    float: left;
    display: inline;
    width: 50%;
}
div.customer-service-layer ul li > a {
	display: block;
}
div.customer-service-layer h5 {
    border-bottom: 1px solid #4E4E4E;
    color: #888;
    font-size: 12px;
    margin: 5px 0px 8px;
    padding: 0px 0px 2px;
    text-transform: uppercase;
    width: 100%;
}
div.customer-service-hidden {
	display: none;
	}

/* ******************************************************************************************************************************* */
/* static pages specific */
.content-wrapper {
	display: table;
	
	margin-left: 10px;
	margin-right: 10px;
	}	
.cs-content {
	float: left;	
	width: 75%;
}
.table-content {
	font-weight: normal;
	border: 0x none;
	border-spacing: 5px 10px;
	max-width: 635px;
	border-collapse: collapse;
}
.table-content td {
	width: 200px;
	height: 200px;
	border: 1px solid #808080;
	padding: 15px 5px 0px;
	background: none repeat scroll 0% 0% rgb(247, 247, 247);
}
.table-content td:hover {
	background: #D2D2D2;
}
.section td {
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	width: 100px;
	max-width: 100px;
	height: 100px;
	vertical-align: middle;
	padding: 5px;
	text-transform: uppercase;
}
.table-content div {
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 10px;
}
.table-content div.header {
	font-size: 12px;
}
h1.page-title {
	font-size: 26.5pt;
	font-weight: normal;
	padding: 0px 0px 25px;
	line-height: 30px;
	border-bottom: 1px solid #404040;
	text-transform: uppercase;
}
p.page-intro {
	padding: 14px 0px 15px;
	line-height: 17px;
}
h2.page-subtitle {
	font-size: 13.5pt;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	text-transform: uppercase;
}
table.shipping {
	border: 1px solid #808080;	
	border-collapse:collapse;
}
table.shipping td {
	text-align: center;
		border: 1px solid #808080;
}
table.shipping td.header {
	font-weight: bold;
	font-size: 16px;
	width: 150px;
	text-transform: uppercase;
}
table.layout-2 td {
	text-align: left;
}
table.layout-3 {
	border: 1px solid #808080;
	border-collapse: collapse;
}
table.layout-3 td {
	border: 1px solid #808080;
	padding: 5px;
	font-size: 10pt;
}
.w200px {
	width: 300px !important;
}
a.content-back-to-top, a.content-back-to-top:visited, a.content-back-to-top:hover {
	color: #404040;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}
.important-information {
	background: #f0f0f0;
}
ul.topics {
	list-style-type: square;
	padding-left: 50px;
}
ol.topics-numbered {
	padding-left: 50px;
}
strong {
	font-weight: bold;
}
a.content,a.content:hover,a.content:visited {
	font-weight: bold;
	text-decoration: underline;	
}
.review {
	color: #ff0000;
	font-weight: bold;	
}
.cs-menu-wrapper {
	float: right;
	width: 215px;
}
.cs-menu {
	width: 150px;	
	font-weight: normal;

	background: none repeat scroll 0% 0% rgb(247, 247, 247);
}
.cs-menu > .title {
	padding: 5px 10px 0px 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;	
}
.cs-menu ul {
	margin-top: 10px;
	list-style-type: none;
}
.cs-menu ul > li {
	text-transform: uppercase;
	font-size: 12px;	
}
.cs-menu ul > li > a {
	padding: 0px 5px 0px 10px;
	display: block;	
}
.cs-menu ul > li > a:hover {
	background: #E9E9E9;
}
.cs-help {
	margin-top: 20px;
	width: 200px;	
	font-weight: normal;

	padding: 5px 5px 5px 10px;
}
.cs-help > .title {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.cs-help > .info {
	text-transform:uppercase;
	font-size: 10px;
}
.cs-help ul {
	margin-top: 10px;
	list-style-type: none;
}
.cs-help ul > li {
	text-transform: uppercase;
	font-size: 12px;	
}
.cs-help ul > li > a {
	font-size: 11px;
}



@media (max-width: 700px) {
	.footer-bg-content{ 
		background: #c0c0c0; /* remove weird red spots on page */
	}
	.footer-bg-content .column1 {
	float: left;
	}
	.footer-bg-content .column2 {
	float: none;
	}
	.footer-bg-content .column3 {
	float: none;
	}
	.footer-bg-content .column4 {
	float: left;
	}
	.footer-bg-content .column5 {
	float: left;
	}
	.footer-wrapper {
	height: 400px;
	}
}
@media (min-width: 700px) and (max-width: 900px) {
	.footer-bg-content{ 
		background: #c0c0c0; /* remove weird red spots on page */
	}
	.footer-bg-content .column1 {
	float: left;
	}
	.footer-bg-content .column2 {
	float: left;
	}
	.footer-bg-content .column3 {
	float: left;
	}
	.footer-bg-content .column4 {
	float: none;
	}
	.footer-bg-content .column5 {
	float: left;
	}
	.footer-wrapper {
	height: 300px;
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
	
}