@media(max-width:1024px){
	.container{
		width: 100%;
		padding: 0 25px;
	}
	body{
		padding-top: 60px;
	}




	header, header.fixed{
		background: linear-gradient(to right, #2e4ae1, #4e5970);
		padding: 20px 0;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
		border-bottom: 1px solid #1e2964;
	}
	a.logo img{
		width: 150px; height: auto;
	}
	a.showmenu{
		display: block;
		position: fixed;
		width: 42px; height: 42px; line-height: 20px;
		color: #fff;
		font-size: 24px;
		top: 12px;
		right: 30px;
		border: 2px solid #fff;
		padding: 8px;
		border-radius: 50%; -webkit-border-radius: 50%;
		text-align: center;
	}
	a.hidemenu{
		display: none;
		position: fixed;
		width: 42px; height: 42px; line-break: 20px;
		color: #fff;
		font-size: 24px;
		top: 10px;
		right: 30px;
		z-index: 10;
		border: 2px solid #fff;
		padding: 8px;
		border-radius: 50%; -webkit-border-radius: 50%;
		text-align: center;
	}
	nav{
		display: none;
		position: fixed;
		left: 0; top: 0;
		background: rgba(0,0,0,0.9);
		width: 100%; height: 100%;
		z-index: 9;
		overflow-y: auto;
		padding: 100px 0;
	}
	nav ul{
		display: table;
		width: 180px;
		margin: 0 auto 0 auto;
		float: none;
	}
	nav ul li{
		float: left;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	nav ul li:last-of-type{
		margin-bottom: 0;
	}
	nav ul li a{
		float: left;
		width: 100%;
		text-align: center;
	}
	/* BREAK */





	.banner{
		padding: 40px 0 40px 0;
	}
	.banner .visual{
		float: none;
		display: table;
		width: 500px;
		max-width: 100%;
		margin: 0 auto 30px auto;
		animation: mymove-killed 0s;
	}
	.banner .text{
		float: left;
		width: 100%;
	}
	.banner .text h1{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.banner .text p{
		font-size: 13px;
		margin-bottom: 0;
	}
	/* BREAK */






	.about{
		padding: 30px 0;
	}
	.about .text{
	}
	.about .text h2{
		width: 100%;
		font-size: 30px;
		color: #000;
		margin-bottom: 30px;
	}
	.about .text .para{
		width: 100%;
	}
	.about .text p{
		font-size: 13px;
	}
	.about .visual{
		margin-top: 30px;
	}
	/* BREAK */






	.services{
		padding:10px 0 30px 0;
	}
	.services h2{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.services-items .item{
		width: 48%;
		margin-bottom: 30px;
		padding: 15px;
	}
	.services-items .item h3{
		font-size:18px;
		margin-bottom: 10px;
	}
	.services-items .item p{
		font-size: 13px;
	}
	.services-items .item .image{
		margin-bottom: 15px;
	}
	/* BREAK */





	.projects{
		padding: 30px 0;
	}
	.projects h2{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.project-item{
		margin-bottom: 60px;
	}
	.project-item .text h3{
		font-size: 21px;
		margin-bottom: 20px;
	}
	.project-item .text p{
		font-size: 13px;
	}
	.project-item .text{
		width: 100%;
	}
	.project-item .visual{
		width: 100%;
		margin-top: 5px;
	}
	/* BREAK */



	.contact{
		padding: 40px 0;
	}
	.contact .headings{
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.contact .headings h2{
		font-size: 24px;
		margin-bottom: 0;
	}
	.contact .headings h4{
		font-size: 15px;
	}
	.contact-info ul{
		float: left;
		width: 100%;
		padding: 10px;
	}
	.contact-info ul li{
		font-size: 11px;
		margin-bottom: 15px;
	}
	/* BREAK */



	footer{
		padding: 30px 0;
	}
	/* BREAK */
}




@media(max-width:540px){
	.services-items .item{
		width: 100%;
	}

	.project-item .text, .project-item .visual{
		width: 100%;
	}
	.project-item .text{
		margin-bottom: 20px;
	}
	/* BREAK */






	footer .copyright{
		float: left;
		width: 100%;
		margin-bottom: 20px;
		font-size: 13px;
	}
	footer .social{
		float: left;
	}
	footer .social a{
		font-size: 13px;
		margin-left: 0; margin-right: 10px;
	}
	footer .social a:last-of-type{
		margin-right: 0;
	}
	/* BREAK */
}