/** FOOTER MAIN **/
.footer-main {
	padding: 80px 0px;
}

.footer-main .fw-padding {
	position: relative;
}



/** FOOTER TEXT **/
.footer-text {
	margin: 0px 250px 0px 0px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 1.8em;
	min-height: 200px;
}




/** FOOTER BADGE **/
.footer-badge {
	position: absolute;
	top: 0;
	right: 10px;
	width: 200px;
	height: 200px;
	text-align: center;
}

.footer-badge .badge-content {
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px 20px;
	display: block;
	margin: 32px 0px 0px 0px;
}

.footer-badge .badge-content .title {
	display: block;
	font-size: 1.5em;
	font-weight: 300;
}

.footer-badge .badge-content .text {
	display: block;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 5px 0px 0px 0px;
}

.footer-badge {
	background: #000000;
	color: #FFFFFF;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

a.footer-badge:hover {
	background: #555555;
	color: #FFFFFF;
}

.footer-badge .badge-content .text {
	color: #CCCCCC;
}

.badge-text {
	font-size: 2em;
	text-align: center;
}



/** MAILING LIST **/
.mailing-list-link {
	display: block;
	margin: 60px 0px;
	font-family: 'Roboto Slab', serif;
}

.mailing-list-link .title {
	display: block;
	font-weight: 400;
	font-size: 2em;
}

.mailing-list-link .box {
	display: block;
	position: relative;
	font-size: 1.2em;
	font-weight: 300;
}

.mailing-list-link .text {
	display: block;
	padding: 5px 10px;
}

.mailing-list-link .btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	text-align: center;
	padding: 5px 30px;
}

.mailing-list-link {
	color: #000000;
}

.mailing-list-link .box {
	border: 2px solid #000000;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.mailing-list-link .btn {
	background: #000000;
	color: #FFFFFF;
}

.mailing-list-link:hover .title,
.mailing-list-link:hover .text {
	color: #000000;
}

.mailing-list-link:hover .box {
	border: 2px solid #000000;
	background: #FFFFFF;
}

.mailing-list-link:hover .btn {
	background: #000000;
	color: #FFFFFF;
}



/** FOOTER LOGIN **/
.FooterLogin {
	display: block;
	margin: 60px 0px;
	font-family: 'Roboto Slab', serif;
	color: #000000;
}

.FooterLogin .title {
	display: block;
	font-weight: 400;
	font-size: 2em;
	color: #000000;
}



/** COLOUR LINES **/
.color-lines {
	clear: both;
	margin: 20px 0px;
	font-size: 0px;
}

.color-lines .colour-block {
	display: inline-block;
	width: 25%;
}

.color-lines .colour-block span {
	display: block;
	height: 5px;
	margin: 0px 3px;
}

.color-lines .orange {
	background: #EB641C;
}

.color-lines .blue {
	background: #A0C9EC;
}

.color-lines .torquoise {
	background: #CEE4C4;
}

.color-lines .pink {
	background: #F199C0;
}



/** FOOTER BASE **/
.footer-base {
	font-family: 'Roboto Slab', serif;
}

.footer-base .copyright {
	display: inline-block;
	vertical-align: middle;
	width: 65%;
}

.footer-base .ppcom {
	display: inline-block;
	vertical-align: middle;
	width: 34%;
	text-align: right;
}

.footer-base .copyright,
.footer-base .ppcom {
	color: #000000;
}

.footer-base .ppcom:hover span {
	color: #EB641C;
}



/** RESPSONIVE **/
@media screen and (max-width:780px) {
	.footer-badge {
		display: block;
		position: static;
		margin: 0px auto;
		width: 200px;
		height: 200px;
	}

	.footer-badge .badge-content {
		padding: 40px 20px 0px 20px;
		margin: 0px;
	}

	.footer-text {
		margin: 60px 0px 0px 0px;
	}
}

@media screen and (max-width:680px) {

	.footer-base .copyright,
	.footer-base .ppcom {
		display: block;
		width: 100%;
		text-align: left;
		margin: 0px 0px 5px 0px;
	}
}

@media screen and (max-width:480px) {
	.footer-text {
		font-size: 1.4em;
	}

	.mailing-list-link .title {
		font-size: 1.6em;
	}

	.mailing-list-link .text {
		display: block;
		margin: 0px 0px 10px 0px;
	}

	.mailing-list-link .btn {
		position: static;
		display: block;
		text-align: center;
		padding: 5px 10px;
	}

	.mailing-list-link .box,
	.mailing-list-link:hover .box {
		border: none;
		background: transparent;
	}

	.mailing-list-link .text {
		border: 2px solid #000000;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		transition: all .2s linear;
	}

	.mailing-list-link:hover .text {
		border: 2px solid #000000;
		background: #FFFFFF;
	}
}