/*------------------------------------*\
    Footer
\*------------------------------------*/
footer.main {
    color: #fff;
    font-weight: 300;
	font-size: 14px;
	padding: 50px 0;
	box-sizing: border-box;
	clear: both;
}

footer.main section.contact {
    float: left;
    font-weight: 200 !important;
}

footer.main h4 {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 18px;
	
	font-weight:bold;
}

footer.main .container-right {
	max-width: 50%;
}

footer.main .post-it {
	float: right;
	
	min-width:545px;
}

footer.main .linkings {
	float: right;
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,0.4);
	margin-top: 30px;
}

footer.main a {
	color: inherit;
}

footer.main a:hover {
    color: #cbcbcb;
}

/*------------------------------------*\
    Footer Navigation
\*------------------------------------*/
nav.footer {
    float: right;
}

nav.footer ul {
	display:inline-block;
}
nav.footer li {
    float: left;
}

nav.footer.navigation li a {
    padding: 10px 10px;
}
nav.footer.navigation .social li a {
    padding: 10px 0 10px 10px;
}

/*
nav.footer.navigation li:nth-last-of-type(2) a{
    margin-right: 0;
    padding-right: 0;
}
*/

nav.footer.logos {
    margin-top: 20px;
	
	text-align:right;
	font-size: 12px;
}

nav.footer.logos li {
   margin-right: 20px;
}

nav.footer.logos li:last-of-type {
   margin-right: 0px;
}

nav.footer.logos li img {
    height: 50px;
	width: auto;
}


/*------------------------------------*\
    Footer Queries
\*------------------------------------*/
@media only screen and (max-width: 900px) {
	footer.main .post-it {
		float: left;
		width: 100%;
		
		min-width:0;
	}
}

@media only screen and (max-width: 768px) {
	footer.main {
		padding: 35px 0;
	}
	
	footer.main h4 {
		font-size: 16px;
	}
	
	nav.footer.navigation .social {
		float:right;
	}

	footer.main nav.footer li a {
		padding: 5px 15px 15px 0;
	}
	
	footer.main nav.footer li:last-of-type a{
		margin-right: 0;
		padding-right: 0;
	}

	footer.main .container-right,
	footer.main .linkings,
	nav.footer,
	nav.footer:last-of-type {
		float: left;
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.post-it li {
		width: 100%;
		margin-left: 0;
	}
}

