body {
	margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
	line-height: 1.5;
	background: #e9eded;
}

h1 {
	margin: 0;
	padding: 0px;
    font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.logoline {
    float: left;
    margin-right:30px;
	margin-bottom: 20px;
	padding-top: 3px;
}

.phone {
	margin-bottom: 20px;
}

.top {
	margin-top: 40px;
}

.podval {
	margin-bottom: 15px;
}

.hello {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 300;
}

.hellomobile {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: 300;
}

.icon {
	margin-top: 20px;
	margin-bottom: -10px;
}

.item {
	background-color: #fff;
    padding: 27px 26px 27px;
    float: left;
    width: 270px;
	margin: 0px 15px 15px 0px;
	border: 1px solid #d1d6d6;
    border-radius: 4px;
}

.itemclear {
  padding: 34px 30px 34px;
  float: left;
  width: 285px;
  margin: 0px 15px 15px 0px;
}

.abon {
	font-size: 14px;
	color: #898989;
}

.centertext {
	text-align: center;
}

.price {
	font-weight: 700;
	margin-top: 8px;
}

.container-fluid {
	margin: 30px 3%;
}

a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

a:active {
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 0, 0, 0.15);
}

a:visited {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

a:hover {
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 0, 0, 0.15);
}

#private_person {
    display: none;
}

.phone a {
	text-decoration: none;
	color: #000000;
	border-bottom: none;
}

a.butt {
  text-decoration: none;
  border-bottom: none;
  text-align: center;
  font-size: 17px;
  text-decoration: none;
  font-weight: 400;
  padding: 4px 15px 6px;
  background: #eaeef1;
  display: block;
  float: left;
  margin: 0 0 30px;
  background: linear-gradient(to top, #eaeded, #fafbfb);
  border-radius: 3px 0px 0px 3px;
  color: #5d6666;
  border: 1px #717979;
  border-style: solid;
}

.menu .active {
  background: #9ba6a6;
  color: #fff;
  text-shadow: 0 1px 2px rgba(94,103,103,1);
  background-image: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,0));
  box-shadow: inset 0 0 1px rgba(0,0,0,.2), inset 0 1px 3px rgba(0,0,0,.2);
  border-color: #717979;
  border: 1px solid #717979;
}

a.butt2 {
  border-radius: 0px 3px 3px 0px;
}