@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
* {
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
html {
	-webkit-text-size-adjust: none;
}
html, body {
	width:100%;
	height:100%;
}
#header,
#content,
#footer {
	text-align:center;
}
#header {
	position:relative;
	padding-top:20%;
	z-index:2;
	background-color:#ffffff;
}
#header img {
	max-width:414px;
	max-height:118px;
	margin-bottom:1em;
}
#content {
	position:relative;
	z-index:2;
	background-color:#2ea1b1;
	border-top:3px solid #188392;
	border-bottom:9px solid #188392;
}
#content span {
	vertical-align:middle;
}
input {
	border:0;
	border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:16px;
	font-weight:700;
	padding:0.5em;
	margin:0.5em 0;
	width:180px;
}
input[type=button] {
	position:relative;
	z-index:3;
	color:#fff;
	background-color:#188392;
	width:auto;
}
#footer {
	background-color:#2e2e2e;
	position:absolute;
	z-index:1;
	bottom:0em;
	padding:1em 0;
	width:100%;
	font-size:11px;
	line-height:1.4em;
	color:#fff;
}
a:link,
a:hover,
a:active,
a:visited {
	color:#fff;
	text-decoration:none;
}
#phone {
	display:none !important;
}

#adress_btn,
#document_btn,
#video_btn {
	display:inline-block;
	background: none no-repeat scroll top left;
	width: 68px;
	height: 68px;
	text-indent:-999em;
}
#adress_btn {
	background-image:url('../img/adress.png');
	background-size:68px 68px;
	-o-background-size:68px 68px;
	-moz-background-size:68px 68px;
	-webkit-background-size:68px 68px;
}
#document_btn {
	background-image:url('../img/document.png');
	background-size:68px 68px;
	-o-background-size:68px 68px;
	-moz-background-size:68px 68px;
	-webkit-background-size:68px 68px;
}
#video_btn {
	background-image:url('../img/video.png');
	background-size:68px 68px;
	-o-background-size:68px 68px;
	-moz-background-size:68px 68px;
	-webkit-background-size:68px 68px;
}
#adress,
#document {
	display:none;
}


@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 480px){
	#header {
		padding-top:0;
	}
	#header img {
		width:100%;
	}
	input {
		width:148px;
	}
	#form_btn {
		text-align:left;
	}
	#phone{
		display:inline-block;
		float:right;
		margin:0.5em 0.5em 0.5em;
	}
	#phone input{
		width:38px;
		height:38px;
		padding:0;
		margin:0;
	}

	#footer {
		position:relative;
	}
}
@media only screen and (max-width: 360px){
	body {
		background-color:#2e2e2e;
	}
	#header {
		padding-top:1em;
	}
	#header,
	#content {
		padding:0 0.5em;
	}
	#content span {
		display:block;
	}
	input {
		width:100%;
		margin-bottom:0;
	}
	input[type=button] {
		display:inline-block;
		/*
		width:80%;
		margin-right:5%;
		*/
		width:100%;
		margin-bottom:0.5em;
	}
	#phone {
		margin:0.5em 0 0.5em 0.5em;
	}
	#phone input {
		height:auto;
	}
	#form_btn {
		/*margin-right:55px;*/
	}
	#footer span {
		display:none;
	}
	#footer span.t {
		display:block;
	}
}