@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: HypatiaSansPro-Regular;
	src: url(../fonts/HypatiaSansPro-Regular.otf) format("opentype");
}


header a.phone{
	color: #fff;
	font-size: 27px;
	text-decoration: none;
}

header p.city {
	margin: 2% 0 4% 0;
	text-align: center;
	font-size: 16px;
	color: #bbb;
	font-family: 'Open Sans' Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	line-height: 1.1;
}

header p.number {
	text-align: center;
	margin: 0 0 5px 0;
}

.number-wrap {
	margin: 1% 1% 1% 1%;
	float: right;
	clear: both;
	white-space: nowrap;
	position:absolute;
	right:1%;
	top:1%;
}

.column-wrap {
	float:right;
	margin: 1% 0 0 3.5%;
}

.message-wrap {
	float: left;
	clear: left;
	width: 78%;
}




@media screen and (max-width: 900px){

header a.phone{
	font-size: 26px;
	text-decoration: none;
	margin: 1px 0 0 0
}

header p.city {
	margin: 3px 0 4px 0;
	text-align: center;
	font-size: 13px;
}
}


@media screen and (max-width: 600px){

.number-wrap {margin:1px 5% 0 5%; width:90%; float:none; clear:both; position:relative; bottom:2px;}

.message-wrap {}


}



h2 a:link {
	color: #d08504;
	text-decoration:none;
}

h2 a:hover {	color: #244326; text-decoration:underline;
}


h3 a:link {	color: #2a80b9;
text-decoration:none;}

h3 a:hover {text-decoration:underline;	color: #2a80b9;
}


h1 {
	font-weight: lighter;
	font-size: 2em;
	margin: 4% 0 2% 1%;
	line-height:1.2;
}

h2 {
	font-weight: lighter;
	font-size: 1.3em;
	margin: 4% 0 2% 1%;
	color: #198DCD;
}

h3 {
	margin: 4% 0 2% .2%;
	font-weight: lighter;
}

h4 {}

h5 {}



.aside-wrap h3 {
	margin: 4% 0 1% 0%;
	font-weight: lighter;
	text-align:center;
	font-size:1.4em;
}

.content ul {margin:0;}
