/* Fonts */
@font-face {
	font-family: 'FranchiseBold';
	font-style: normal;
	font-weight: normal;
	src: url(/repo/CGN/common/fonts/Franchise/franchise-bold.eot);
	src: url(/repo/CGN/common/fonts/Franchise/franchise-bold.eot?#iefix) format('embedded-opentype'), url(/repo/CGN/common/fonts/Franchise/franchise-bold.woff) format('woff'), url(/repo/CGN/common/fonts/Franchise/franchise-bold.ttf) format('truetype'), url(/repo/CGN/common/fonts/Franchise/franchise-bold.svg) format('svg');
}

@font-face {
	font-family: 'LinetoBrownBold';
	font-style: normal;
	font-weight: normal;
	src: url(/repo/CGN/common/fonts/LinetoBrown/lineto-brown-bold.eot);
	src: url(/repo/CGN/common/fonts/LinetoBrown/lineto-brown-bold.eot?#iefix) format('embedded-opentype'), url(/repo/CGN/common/fonts/LinetoBrown/lineto-brown-bold.woff) format('woff');
}

/* Tables */

.hp-table {
	display: table;
	height: 100%;
	width: 100%;
}

.hp-table-row {
	display: table-row;
}

.hp-table-cell {
	display: table-cell;
	vertical-align: middle;
}

/* Container */

.hp-container {
	background-color: #fff;
	margin: 0 -20%;
	max-width: 1400px;
	text-align: center;
	width: 140%;
}

.hp-wrapper {
	margin: 0 auto;
	width: 1000px;
}

.hp-clear {
	clear: both;
}

/* Lifestyle */

/*.hp-lifestyle .hp-table {
	width: 67%;
}*/

.hp-lifestyle,
.cycle-slide {
	display:block;
	width:100%;
	height: 560px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.cycle-pager {
    left:10px;
    position:absolute;
    text-align:center;
    top:15px;
	font-size:0;
    z-index:101;
}
.cycle-pager span {
    background-color:transparent;
	border:1px solid #000;
    border-radius:100%;
    cursor:pointer;
    display:inline-block;
    height:10px;
    margin:0 3px;
    width:10px;
}
.cycle-pager .cycle-pager-active {
    background-color:#000;
}

.hp-lifestyle .hp-slide1 {
	background: url('/repo/CGN/desktop/pages/homepage/standard/2016/week-25/02-images/slot1-replacement.jpg') center top no-repeat;
}

.hp-lifestyle-link,
.hp-lifestyle-link:hover {
	text-decoration: none;
}

.hp-lifestyle-title,
.hp-lifestyle-title-divider,
.hp-lifestyle-cta {
	color: #000000;
}

.hp-lifestyle-title {
	font: 80px/80px 'LinetoBrownBold';
	margin: 0 0 0 -350px;
	color: #000000;
	text-decoration:underline;
	text-transform: none;
}

.hp-lifestyle-title-2 {
  color: #000;
  font: 13px/40px "SimplonMonoMedium";
  margin: 0 auto;
  position: relative;
  top: 200px;   
}

.hp-lifestyle-title-divider {
	font-size: 90px;
}

.hp-lifestyle-cta {
    display: inline-block;
    font: 20px/20px 'SimplonMonoMedium';
    transition: .3s;
    text-transform: none;
    margin: 60px 0 0 -350px;
    border-bottom: 5px solid black;
}

.hp-lifestyle:hover .hp-lifestyle-cta {
	color: #8F8F8F;
	border-bottom: 5px solid #8F8F8F;
}

.hp-slide2 .hp-lifestyle-title {
	display:none;	
}

.hp-panel-product-link {
	text-shadow: 0px 0px 8px #000;
}

.hp-slide2 .hp-lifestyle-cta {
	position:relative;
	color:#000;
	border-color:#000;
	top:195px;
}

.hp-lifestyle:hover .hp-slide2 .hp-lifestyle-cta {
	background-color:#000;
	color:#fff;
}

/* Banner */

.hp-banner {
	width:100%;
	padding-top:5%;
	display:block;
	font-size:0;
	text-indent:-9999px;
	background-color: #fffea4;
	margin-bottom: 10px;
	background:url('/repo/CGN/desktop/pages/homepage/standard/2016/week-25/02-images/slot1a.gif') center no-repeat;
	-webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.hp-banner:hover {
	opacity: 0.7;	
}

/* Panels */

.hp-panel-text {
	font: 11px/18px 'SimplonMonoLight';
	color:#000;
}

/* Sections */

.hp-section {
	margin-bottom: 10px;
}

.hp-section-title {
	font: 30px 'LinetoBrownBold';
	margin-top: 10px;
	text-decoration: underline;
}

.hp-section-text {
	font: 15px 'SimplonMonoLight';
	padding-bottom: 15px;
}

/* Section 1 */

.hp-section-1 {
	height: 650px;
	margin: -5px -.5% 15px;
	width: 101%;
}

.hp-panel-1,
.hp-panel-product {
	margin: 5px .495050%;
}

.hp-panel-1 {
	background: rgba(0, 0, 0, 0) url("/repo/CGN/desktop/pages/homepage/standard/2016/week-25/02-images/slot2.jpg") no-repeat scroll center center;
	float: left;
	height: 100%;
	width: 49.504950%;
}

.hp-panel-1-link,
.hp-panel-1-link:hover {
	text-decoration: none;
}

.hp-panel-1-link {
	display: block;
	height: 100%;
	padding: 20px 5%;
}

.hp-panel-1-title {
	font: 60px 'FranchiseBold';
	line-height:50px;
	text-transform: uppercase;
	color:#000;
}

.hp-panel-1-cta {
	border: 3px solid #000;
	display: inline-block;
	font: 16px/30px 'SimplonMonoMedium';
	margin-top: 510px;
	padding: 0 25px;
	text-transform: uppercase;
	transition: .3s;
	color:#000;
	background: #FFF;
}

.hp-panel-1:hover .hp-panel-1-cta {
	background-color: #000;
	color: #fff;
}

.hp-panel-product {
	float: left;
	height: 320px;
	text-transform: uppercase;
	width: 23.762376%;
}

.hp-panel-product-link {
	color: #fff !important;
	font: 32px 'SimplonMonoMedium';
	transition: .3s;
}

.hp-panel-product-link,
.hp-panel-product-link:hover {
	text-decoration: none;
}

.hp-panel-product-link:hover {
	background-color: rgba(255, 255, 255, .25);
}

.hp-panel-2 {
	background: url('/repo/CGN/desktop/pages/homepage/standard/2016/week-25/02-images/slot3.jpg') center no-repeat;
}

.hp-panel-3 {
	background: url('/repo/CGN/desktop/pages/homepage/standard/2016/week-25/02-images/slot4.jpg') center no-repeat;
}

.hp-panel-4 {
	background: url('/repo/CGN/desktop/pages/homepage/standard/2016/week-25/02-images/slot5.jpg') center no-repeat;
}

.hp-panel-5 {
	background: url('/repo/CGN/desktop/pages/homepage/standard/2016/week-25/02-images/slot6.jpg') center no-repeat;  
}

/* Section 2 */

.hp-section-2 {
	background-color: #c6e5e6;
	height: 600px;
}

.hp-section-2 .hp-wrapper {
	height: 100%;
}

.hp-panel-6 {
	float: left;
	margin-right: 1%;
	width: 49%;
}

.hp-panel-6-title {
	font: 30px 'LinetoBrownBold';
	margin: 40px 0 10px;
	text-decoration: underline;
}

.hp-panel-6-text {
	padding: 0 15px;
}

.hp-panel-6-product {
	float: left;
	margin: 20px 0 30px;
	padding-top: 260px;
	width: 50%;
}

.hp-panel-product-6-text {
	display: block;
	font: 11px 'SimplonMonoMedium';
}

.hp-panel-product-6-price {
	display: block;
	font: 16px 'SimplonMonoMedium';
}

.hp-panel-6-product-1 {
	background: url('/repo/CGN/desktop/pages/homepage/standard/2016/week-25/02-images/slot7a.jpg') center top no-repeat;
	/*background-size: contain;*/
}

.hp-panel-6-product-2 {
	background: url('/repo/CGN/desktop/pages/homepage/standard/2016/week-25/02-images/slot7b.jpg') center top no-repeat;
	/*background-size: contain;*/
}

.hp-panel-6-cta {
	border: 3px solid #000;
	display: inline-block;
	font: 16px/30px 'SimplonMonoMedium';
	margin-bottom: 60px;
	padding: 0 25px;
	text-transform: uppercase;
	transition: .3s;
}

.hp-panel-6-cta:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.hp-panel-7 {
	float: left;
	margin-left: 1%;
	width: 49%;
}

.hp-panel-7-img {
	display: block;
	width: 100%;
}

/* Products */

.hp-products {
	margin-bottom: 30px;
}

.hp-product {
	float: left;
	margin: 0 2.9%;
	width: 19.2%;
}

.hp-product-img {
	display: block;
	width: 100%;
}

.hp-product-text {
	font: 11px 'SimplonMonoMedium';
	padding-top: 10px;
}

.hp-product-price {
	font: 16px 'SimplonMonoMedium';
}

/* Spring Accessories */

.hp-section-4 {
	background: url('/repo/CGN/desktop/pages/homepage/standard/2016/week-25/02-images/slot9.jpg') right top no-repeat;
	height: 490px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
}

.hp-section-4-link {
	display: block;
	height: 100%;
}

.hp-section-4-link:hover {
	color: #000;
	text-decoration: none;
}

.hp-section-4-link-content {
	/*background: rgba(255, 255, 255, 0.6);*/
	width: 95%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 9px;
	left: 0px;   
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 200px 30px 0;
}

.hp-section-4-title {
	font: 50px/60px 'LinetoBrownBold';
	color:#000000;
	text-transform: lowercase;
	text-shadow:#ffffff 1px 1px 0;
	text-decoration:underline;
}

.hp-section-4-cta {
    border: 3px solid #000;
    color: #000;
    display: inline-block;
    font: 16px/30px "SimplonMonoMedium";
    left: 0;
    margin-top: 0;
    padding: 0 25px;
    position: relative;
    top: 10px;
    transition: all 0.3s ease 0s;
	text-shadow:#ffffff 1px 1px 0;
	box-shadow:#ffffff 1px 1px 0;
}

.hp-section-4:hover .hp-section-4-cta {
	background-color: #fff;
	color: #000;
	text-shadow:#ffffff 1px 1px 0;
}

/* Categories */

.hp-category {
	background-color: #ececec;
	color: #000;
	float: left;
	font: 20px/70px 'SimplonMonoMedium';
	margin: 5px 1.5625% 5px 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 47.6561%;
}

.hp-category-left {
	margin-left: 1.5625%;
}


/* Social */

.hp-social-links {
	background: url('/repo/CGN/desktop/pages/homepage/standard/2016/week-15/02-images/160414_CGN_social.jpg') no-repeat;
	height: 250px;
	margin-bottom: 55px;
}

.hp-social-link {
	float: left;
	height: 100%;
	text-indent: -9999px;
	transition: .3s;
	width: 25%;
}

.hp-social-link:hover {
	background-color: rgba(255, 255, 255, .25);
}

/* 1024x (tablet) */

@media only screen and (max-width: 1024px) {

	/* Container */
	
	.hp-container {
		margin: 0;
		width: 100%;
	}
	
	.hp-wrapper {
		width: 100%;
	}
	
}

@media only screen and (max-width: 750px) {
	
	/* Lifestyle */
	
	/*.hp-lifestyle .hp-slide1 {
		background: url('/repo/CGN/desktop/pages/homepage/standard/2016/week-25/02-images/slot1mobile.jpg') center top no-repeat;
	}*/
	
	.hp-lifestyle .hp-slide1 {
		background-position:75% top;
		background-size:cover;
	}
	
	.hp-lifestyle,
	.cycle-slide {
		height: 468px;
	}
	
	.hp-panel-1-cta {
		margin-top: 460px;
	}
		
	.hp-slide2 .hp-lifestyle-cta {
		top:20px;
	}
	
	.hp-lifestyle .hp-table {
    	width: 100%;
	}
	
	.hp-lifestyle-link .hp-table-cell {
		padding-top: 20%;
		vertical-align:top;
	}
	
	.hp-lifestyle-title {
		font-size: 50px;
		line-height: 60px;
		margin: 65px 0 0;
	}
	
	.hp-lifestyle-cta {
		margin: 30px 0;
	}
	
	.hp-lifestyle-title-2 {
		font: 30px/30px 'LinetoBrownBold';
	}

	.hp-lifestyle-title-alt {
		font-size:42px;	
	}

	.hp-lifestyle-title-divider {
		font-size: 80px;
	}
	.hp-banner {
		display:none;
	}

	
	/* Section 1 */
	
	.hp-panel-1 {
		float: none;
		margin: 5px 1.5625%;
		width: 96.875%;
	}
	
	.hp-panel-1-title {
		margin-bottom:10px;
	}
		
	.hp-panel-product {
		margin-left: 0;
		margin-right: 1.5625%;
		width: 47.6561%;
	}
	
	.hp-panel-2,
	.hp-panel-4 {
		margin-left: 1.5625%;
	}
	
	.hp-panel-product {
		background-size: cover;
	}
	
	
	/* Section 2 */
	
	.hp-section-2 {
		clear: both;
		height:440px;
	}
	
	.hp-panel-6 {
		height: 100%;
	}
	
	.hp-panel-6-title {
		margin-top: 0;
	}
	
	.hp-panel-6-cta {
		color: #000;
		margin: 15px 0 0;
		text-decoration: none;
	}
	.hp-panel-6-product {display:none;}

	
	/* Products */
	
	.hp-product {
		color: #000;
		float: none;
		display: inline-block;
		margin: 0 5% 10px;
		text-decoration: none;
		width: 30%;
	}
	
	/* Spring Accessories */
	
	.hp-section-4 {
		background-size: contain;
		height: 350px;
		margin: 0 1.5625% 5px;
	}
	
	.hp-section-4-link {
		color: #000;
		text-decoration: none;
	}
	
	.hp-section-4-link-content {
		margin: 0 auto;
		padding:50px 30px 0;
	}
	
	.hp-section-4-title {
		top:0px;
	}
	.hp-section-4-cta { left:0px; top:0px;}
	
	/* Categories */
	
	.hp-category {
		background-color: #ececec;
		color: #000;
		float: left;
		font: 20px/70px 'SimplonMonoMedium';
		margin: 5px 1.5625% 5px 0;
		text-decoration: none;
		text-transform: uppercase;
		width: 47.6561%;
	}
	
	.hp-category-left {
		margin-left: 1.5625%;
	}
	
	/* Social */
	
	.hp-social-links {
		background-size: cover;
		height: 160px;
	}
	
}

@media only screen and (max-width: 480px) {

	.hp-lifestyle-link .hp-table-cell {
		padding-top: 29%;
		vertical-align: top;
	}
	
}

@media only screen and (max-width: 450px) {
	
	/* Lifestyle */
	
	.hp-lifestyle,
	.cycle-slide {
		background-position: center top;
		height: 398px;
	}
	
	.hp-lifestyle-title-divider {
		font-size: 46px;
	}
	
	.hp-section-2 {
		height:250px;
	}

	
	/* Products */
	
	.hp-panel-product {
		height: 215px;
	}
	
	.hp-panel-product-link {
		font-size: 24px;
	}
	
	/* Summer Accessories */
	
	.hp-section-4 {
		height: 197px;
	}
	
	.hp-section-4-link-content {
		height: 100%;
		padding:40px 0 0 0;
		left:0px;
	}
	
	.hp-section-4-title {
		font-size: 36px;
		line-height:30px;
	}
	
	.hp-section-4-cta {
		font-size: 13px;
		line-height: 20px;
		padding: 0 5px;
		top:30px;
		left:0px;
	}   
	
	/* Categories */
	
	.hp-category {
		font-size: 16px;
		line-height: 50px;
	}
	
	/* Social */
	
	.hp-social-links {
		height: 103px;
	}
	
}

@media only screen and (max-width: 415px) {
	
	.hp-lifestyle-link .hp-table-cell {
		padding-top: 31%;
		vertical-align: top;
	}
}


/* 375x (mobile) */

@media only screen and (max-width: 375px) {
	
	/* Lifestyle */
	
	.hp-lifestyle-title-divider {
		font-size: 36px;
	}
	
	/* Products */
	
	.hp-panel-product {
		height: 195px;
	}
	
	/* Section 2 */
	
	.hp-panel-6-title {
		font-size: 24px;
	}
	
	.hp-panel-6-text {
		padding: 0 1px;
	}
	
	.hp-panel-6-cta {
		font-size: 12px;
		line-height: 24px;
	}
	
	/* Summer Accessories */
	
	.hp-section-4 {
		height: 178px;
	}
	
	.hp-section-4-link-content {
		left:0px;
		top:0;
		padding:30px 0px 0px;
	}
	
	.hp-section-4-title {
		font-size: 30px;
		top:0px;
		line-height:30px; 
	}
	
	.hp-section-4-cta {
		top:15px; 
	}
	
	/* Social */
	
	.hp-social-links {
		height: 93px;
	}
	
}

/* 320x (mobile) */

@media only screen and (max-width: 320px) {
	
	/* Lifestyle */
	
	.hp-lifestyle-link .hp-table-cell {
		padding-top: 36%;
		vertical-align: top;
	}
	
	.hp-section-4-link-content {
		padding: 30px 15px 25px;
		height: 130px;
	}
	
	/* Products */
	
	.hp-section-title {
		font-size:24px;	
	}
	
	.hp-panel-product {
		height: 167px;
	}
	
	.hp-panel-product-link {
		font-size: 18px;
	}
	
	/* Summer Accessories */
	
	.hp-section-4 {
		height: 175px;
	}

	/* Categories */
	
	.hp-category {
		font-size: 14px;
		line-height: 40px;
	}
	
	/* Social */
	
	.hp-social-links {
		height: 80px;
	}
	
}
