/*--apple ipad air2*/
@media screen and (max-width: 1024px) {
	div .logo {
		margin-left: 80px;
	}
	div .box {
		margin-left: 40px;
	}
	div .comanda {
		margin-left: 40px;
	}
	.klient {
		margin-left: 30px;
	}
	.klient2 {
		margin-right: 10px;
	}
	.klient3 {
		margin-left: 30px;
	}
	.klient4 {
		margin-right: 10px;
	}
}

/**/
@media screen and (max-width: 768px) and (max-height: 1024px){ 
#content {
	width: 1024px;
	background-color: #87509c;
}
.text2 p {
	font-size: 19px;
}
#container3 {
height: 1000px;	
}

h5 {
    padding-top: 50px;
}
}

@media screen and (max-width: 812px) and (max-height: 375px){
	#content {
	width: 860px;	
	}
	div .box {
    margin-left: 10px;
}
div .box, .box2, .box3 {
    width: 200px;
}
div .comanda {
    margin-left: 80px;
}
.comanda4 {
	display:none;
}
#conteiner4 {
	height: 995px;
}
}

@media screen and (max-width: 414px) and (max-height: 736px){
#conteiner4 {
	height: 680px;
}	
}