
/* Container */

.ft-container {
	clear: both;
	margin: 0 auto;
	max-width: 1004px;
	padding-top: 60px;
	text-align: left;
}

.ft-content {
	background-color: #ececec;
	height: 265px;
	padding-top: 20px;
}

/* Columns */

.ft-cols {
	text-transform: uppercase;
}

.ft-col {
	float: left;
	width: 25%;
}

.ft-col-title {
	font: 16px 'SimplonMonoBold';
}

.ft-col-list {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

.ft-col-link,
.ft-col-text {
	font: 11px 'SimplonMonoMedium';
}

.ft-col-text {
	line-height: 18px;
	margin: 10px 30% 10px 0;
}

/* Newsletter */

.ft-newsletter-email,
.ft-newsletter-submit {
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	float: left;
	height: 30px;
	outline: none;
	padding: 0;
	text-transform: uppercase;
	-webkit-appearance: none;
}

.ft-newsletter-email {
	box-sizing: content-box;
	font: 9px/30px Arial, Helvetica, sans-serif;
	padding: 0 8px;
	width: calc(100% - 81px);
}

.ft-newsletter-submit {
	background-color: #d9d9d9;
	font: 12px/30px 'SimplonMonoBold';
	transition: .3s;
	width: 55px;
}

.ft-newsletter-submit:hover {
	background-color: #8d8d8d;
}

/* Tertiary */

.ft-tertiary {
	border-top: 1px solid #000;
	clear: both;
	display: inline-block;
	margin-top: 25px;
	padding: 15px 0;
	width: 100%;
}

/* Socials */

.ft-socials {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ft-social {
	float: left;
	margin-right: 5px;
}

.ft-social-link {
	background-image: url(/repo/CGN/desktop/footer/02-images/160203_CGN_Footer_Sprite.png);
	display: inline-block;
	height: 30px;
	width: 30px;
}

.ft-twitter {
	background-position: -35px 0;
}

.ft-youtube {
	background-position: -70px 0;
}

.ft-googleplus {
	background-position: -105px 0;
}

.ft-pinterest {
	background-position: -140px 0;
}

.ft-instagram {
	background-position: -175px 0;
}

/* Legals */

.ft-legals {
	box-sizing: content-box;
	float: right;
	list-style: none;
	margin: 6px 0;
	padding: 0;
}

.ft-legal {
	float: left;
}

.ft-legal-text,
.ft-legal-link {
	font: 10px 'SimplonMonoLight';
	padding: 0 10px;
}

.ft-legal-text {
	line-height: 23px;
}

.ft-legal-link {
	border-left: 1px solid #000;
}

.ft-payment {
	margin-top: -5px;
}

.ft-payment-link {
	background: url(/repo/CGN/desktop/footer/02-images/160203_CGN_Footer_Sprite.png) 6px -30px;
	border-left: 0;
	display: inline-block;
	height: 19px;
	padding-right: 1px;
	text-indent: -9999px;
	width: 170px;
}

/* Feedback */

.ft-feedback {
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	overflow: hidden;
	position: fixed;
	top: -100%;
	transition: opacity .5s ease-in-out;
	width: 100%;
	z-index: 9999;
}

.ft-feedback:target {
	bottom: 0;
	left: 0;
	margin: 0;
	opacity: 1;
	padding: 0;
	top: 0;
	text-align: center;
}

.ft-feedback-embed {
	background-color: #fff;
	height: 735px;
	min-height: 634px;
	width: 630px;
}

.ft-feedback-close {
	background: url(/repo/CGN/desktop/footer/02-images/160203_CGN_Footer_Sprite.png) 0 -49px;
	cursor: pointer;
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	transition: .5s ease-in-out;
	width: 50px;
}

/* 1024x (tablet) */

@media only screen and (max-width: 1024px) {
	
	/* Container */
	
	.ft-container {
		max-width: 100%;
	}
	
	.ft-content {
		height: auto;
	}
	
	/* Columns */
	
	.ft-cols {
		margin: 0 auto;
		width: 90%;
	}
	
	/* Tertiary */
	
	.ft-tertiary {
		padding-left: 5%;
		padding-right: 5%;
		width: 90%;
	}
	
}

/* 768x (tablet) */

@media only screen and (max-width: 768px) {
	
	/* Legals */
	
	.ft-payment {
		clear: both;
		float: right;
	}
	
}
