/* Footer */
.footer {
	border-top: 2px solid @primary-color;

	.u-full-width{
		padding: 2.4000000000000004rem 0;
	}

	.ct-header {
	  display: inline-block;
	  border-bottom: 1px solid @primary-color;
	}

	 p,
	 span {
		  font-size: 1.6rem;
	 }

	 .ct-footer-widgets {
		 padding: @base-margin 0;
	 }

	 .ct-credits {
	 	padding: 1.4rem 0;
	 	border-top: 1px solid @primary-color;
		  text-align: center;

		  p {
				font-size: 1.4rem;
				margin-bottom: 0;
		  }

		  img {
				display: inline;
				width: 12px;
		  }
	 }

	 ul {
		  li {
				list-style-type: none;
				&:before {
					 content: "\ea69";
					 font-family: IcoFont !important;
					 font-style: normal;
					 font-weight: 400;
					 font-variant: normal;
					 text-transform: none;
					 white-space: nowrap;
					 word-wrap: normal;
					 direction: ltr;
					 line-height: 1;
				}
		  }
	 }
}
