.page-footer {
    background-color: #000000;
    color: #999999;
    a {
        color: #999999;
		&:hover{
			color:#fff;
		}
    }
	.footer-top{
		.top-content{
			margin: 0 5%;			
		}
	}
}
.newsletter-footer {
	text-align:center;
	border-right: 1px solid #222;
	p{
		font-size:107.69%;
		margin-bottom: 20px;
	}
	.block-subscribe-footer {
		.newsletter-content {
			position: relative;
			width: 300px;
			margin: 0 auto;
		}

		#newsletter-footer {
			height: 44px;
			padding: 0;
			border: none;
			background-color: #fff;
			color: #999999;
			font-size:107.69%;
			.border-radius(25px);
			margin:0 0 10px;
			text-align:center;
		}

		.action-button button {
			background: none;
			color: #fff;
			width: 100%;
			font-size:123.07%;
			height: 44px;
			line-height: 44px;
			.border-radius(25px);
			border:1px solid rgba(255,255,255,0.3);
			padding:0px;
			&:hover {
				border-color:#fff;
				background:#fff;
				color:#111;
			}
		}


	}
}
.footer-block {
    padding: 55px 0 45px;
    text-align: center;
    border-left: 1px solid #222;
    height: 100%;
    .footer-block-title {
        font-size: 138.46%;
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px;
		text-transform: capitalize;
    }

    ul {
        .ul-nostyle();
		
        li {
            margin:10px 0;
			font-size:115.53%;
			a {
				display: block; 
				
			}
        }

    }
	
}



.footer-bottom {
	padding: 38px 0 35px;
	border-top:1px solid #222222;
	text-align: center;
    address {
        margin:0;
    }

    .payment-footer {
        text-align: center;
		margin-bottom: 15px;
    }
}


/**
 * Boxed layout
 */
.layout-boxed .page-footer {
    margin: 0 -15px;
    padding: 0 15px;
}