@media only screen and (max-width: 768px) { 

	section, footer, header { width: 100%; min-width: 100%; padding: 0; overflow: hidden; }
	.container { width: 94%; overflow: hidden; margin: 0 auto; }

	section h2, section h3 {
		font-size: 1.8em;
	}

	.mob {
		display: block;
	}


	div.overlay .window {
	  width: 90%;
	  padding: 10px;
	}

	.left-adm {
		float: unset;
		clear: left;
		padding: 10px 0;
		text-align: center;
	}
	.right-adm {
		float: unset;
		clear: left;
		padding: 10px 0;
		text-align: center;
	}

	header {
		padding: 0;
		background: #fff url(/images/bg-top-s.png) top right / contain no-repeat;
		min-height: unset;
		position: relative;
	}

	header .container {
		min-height: unset;
	}

	header .bg {
		display: none;
	}


	header .bg0 {
		display: none;
	}

	header .info {
		position: relative;
		z-index: 4;
		width: 98%;
		margin: 0 auto;
		margin-top: 50px;
		text-align: center;
		text-shadow: 0 0 10px #fff;
	}

	header .info .info-bg {
		display: inline-block;
		padding: 20px 30px;
		background: rgba(255,255,255,0.8);
		border-radius: 6px;
		line-height: 1.8;
	}


	header .head {
		height: unset;
		line-height: unset;
		position: relative;
		z-index: 3;
		margin-top: 20px;
	}

	header .head .logo {
		width: 100%;
		height: 85px;
		float: unset;
		margin-top: unset;
		margin: 0 auto;
		text-align: center;
	}

	header .head .email {
		display: block;
		margin-left: 0;
		height: unset;
		line-height: unset;
		font-weight: bold;
		text-align: center;
		padding: 10px;
		background: rgba(255,255,255,0.8);
	}

	header .head .email .mail {
		font-size: 1.2em;
		color: #2b2b2b;
	}

	header .head .email .dog {
		font-size: 2em;
		color: #ff7700;
	}

	header .phone {
		float: right;
		height: 80px;
		line-height: 80px;
	}

	header .phone-bg {
		height: 50px;
		margin-top: 15px;
		background: rgba(255,255,255,0.8);
		border-radius: 50px;
		line-height: 50px;
		padding: 0 30px;
	}
	
	section.instructions .b-3 {
		display: none;
	}
	section.instructions .b-3f {
		width: 100%;
		margin-bottom: 0px;
		background: rgba(255,255,255,0.8);
		padding: 10px;
		overflow: hidden;
		height: unset;
	}

	section.instructions .b-3 .span, section.instructions .b-3f .span {
		margin-top: 0px;
		line-height: 1.2;
		font-size: 1em;
		color: #111;
		display: block;
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}

	.tleft {
		text-align: center;
	}

	.tright {
		text-align: center;
	}

	section.instructions .video {
		width: 100%;
		height: 180px;
		background: #111;
		margin: 0 auto;
		margin-top: 40px;
	}

	section.instructions .video iframe {
		width: 100%; height: 180px;
	}

	.btnnextt, .roommaker {
		display: none;
	}

	section.mailform .b-3, section.mailform .b-3f {
		width: 100%;
	}

	section.mailform {
		padding: 10px 15px 10px 0px;
		background: #f5f5f5;
	}

	section.mailform .form {
		padding: 10px;
		background: #fff;
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		margin: 10px;
		text-align: center;
	}

	section.designer .b-3, section.designer .b-2,section.designer .b-3f {
		width: 100%;
	}  

	section.designer  div.container {
		min-height: 500px;
		background:unset;
	}

	footer {
		padding: 20px 0;
	}


}