

/*==================================
    FOOTER
==================================*/

	.footer-wd {
		width: 60%;
	}

	/*Copyright*/
	.copr {
		text-align: left;
	}

	/*Conditions*/
	.cond {
		text-align: right;
	}

	/*Social Icon*/
	.social {
		text-align: center;
		margin-top: 30px;
	}

	.social li i {
		padding: 0 15px;
	}

	@media screen and (max-width: 1199px) {
		.footer-wd {
			width: 90%;
		}
		.copr ,.cond {
			text-align: center;
		}
	}

	footer ul {
		padding-left: 0;
	}

	footer ul li {
		display: inline-block;
	}

	footer ul.cond li {
		display:inline-block;
		padding: 0 10px;
		letter-spacing: 1.1px;
	}

	footer ul.cond li:after {
		content: "|";
		font-weight: 300;
		position: relative;
		left: 11px;
	}

	footer ul.cond li:nth-last-child(1):after {
		content: " "; 
	}

	footer ul.cond li:nth-last-child(1) {
		padding-right: 0;
	}

	footer ul.cond li:nth-child(1) {
		padding-left: 0;
	}

	footer ul.cond li a:hover {
		color: #4481eb;
		transition: color .3s ease-in;
	}

