.container {
	width: 85%;
	height: auto;
	margin: 0 auto;
	font-family: Calibri;
}

.logo {
	margin-top: 2%;
}

.navbar {
	height: 40px;
	background: #e0e0e0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-0-border-radius: 5px;
	margin-top: 10px;
}

.nav-item {
	display: inline;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 2;
	padding-right: 10px;
}
 a {
 	text-decoration: none;
 	color: black;
 }
.wrap-search {
	width: 237px;
	float: right;
}
 .search-form {
 	
 	width: 200px;
 	height: 30px;
 	background: #484848;
 	display: inline;
 	margin-top: 5px;
 	border: none;
 }

 .btn-search {
 	margin-top: 5px;
 	 	width: 25px;
 	height: 32px;
 	background: url("images/search.png");
 	float: right;
 	border: none;
 	margin-right: 10px;
 	cursor: pointer;
 	display: inline;
 }

.wrap-one {
	width: 49%;
	float: left;
}
 .headest {
 	color: #ee4542;
 	font-size: 72px;
 	font-weight: 400;
 }

 .invisible {
 	clear: both;
 }

 .li-item {
 	color: #999;
 	font-size: 18px;
 	line-height: 0.1;
 	list-style-type: none;
 }

 .blue-round {
 	color: #44a7eb;
 }

 .image {
 	margin-top: 10%;
 }

 .logo-app {
 	margin-top: 2%;
 }

 .heading-2 {
 	font-size: 48px;
 	color: #484848;
 }

 .phone-link {
 	font-weight: 900;
 	font-size: 16px;
 }

 .btn {
 	padding: 8px;
 	border: 2px solid #c5c2c2;
 	border-radius: 5px;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	-o-border-radius: 5px;
 	background: #484848;
 	color: #fff;
 }



 form .ng-pristine {
		border: 1px solid grey;
	}
	form .ng-invalid.ng-dirty {
		background: lightpink;
	}
	form .ng-valid.ng-dirty {
		background: lightgreen;
	}
	form .ng-invalid-email {
		color: red;
	}
	.error { color: red;}

