﻿/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 1024px) {
	
}

@media handheld, only screen and (max-width: 800px) {
	html {
		width:800px;
	}
	body {
		padding: 3%;
		margin: 0;
	}
}

@media handheld, only screen and (max-width: 769px) {
	html {
		width:769px;
	}
}

@media handheld, only screen and (max-width: 600px) {
	html {
		width:600px;
	}
	.contact .float,
	.contact .float.info {
		float:none;
		width:95%;
		font-size: 14px;
	}
	.wpcf7 {
		width: 550px;
	}
	.wpcf7 input, .wpcf7 textarea {
		width: auto;
	}	
	.wpcf7 p#address input {
		width: auto;
	}
	.wpcf7 p#message textarea {
		width: auto;
	}

}
@media handheld, only screen and (max-width: 569px) {
	html {
		width:569px;
	}
	.wpcf7 {
		width: 500px;
	}
}
@media handheld, only screen and (max-width: 480px) {
	html {
		width:480px;
	}
	.wpcf7 {
		width: 400px;
	}
}

@media handheld, only screen and (max-width: 320px) {
	html {
		width:320px;
	}

	.wpcf7 input, .wpcf7 textarea, .wpcf7 p#address input {
		width: 260px;
	}
	.wpcf7 input, .wpcf7 textarea {
		width: 260px;
	}
	.wpcf7 p#message textarea {
		width: 260px;
	}
}
