/* 
 *author:stek
 *details:@media
 */

@media screen and (max-width: 768px){
	.footer{
		height:600px;
	}
	.footer .footer-left{
		width:100%;
		height:280px;
		overflow:hidden;
	}
	p.copy-right{
		text-align:center;
	}
	.footer .footer-right{	
		text-align:center;
		margin-top:2em;
	}
	.footer-right a:nth-child(3):hover p{
		padding-left:5px;
	}
	.contact-section h2{
		font-size:1.6em;
	}
}
@media screen and (max-width: 400px){
	.footer{
		height:480px;
	}
	.footer .footer-left{
		height:160px;
	}
	.footer .footer-right{
	}
	p.copy-right{
		text-align:center;
	}
	.footer .footer-right{	
		text-align:left;
	}
	.footer-right a:nth-child(1){
		display:none;
	}
}