body{
	margin: 0;
	padding: 0;
	background: url(img/pattern.png) top left repeat;
}

header{
	width: 100%;
	margin: 0;
	padding: 5px 0;
	background-color: rgba(192, 218, 228, 0.2);

}

header .logo{
	display: block;
	margin: 0 auto;
	width: 288px;
	height: 140px;
	text-decoration: none;
	background: url(img/logo.png) top left no-repeat;
}

header nav{
	width: 100%;
}

header nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

header nav ul li{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

header nav ul li a{
	text-decoration: none;
	color: #C9D3DC;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: color .3s;
	transition: color .3s;
}

header nav ul li a:hover{
	color: #DDDDDD;
}

section{
	color: #FFF;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 1.4em;
}

section.hero-unit{
	background: url(img/bg.jpg) center center no-repeat;
	margin: 0;
	width: 100%;
	height: 400px;
}

section.hero-unit .content{
	background-color: rgba(0, 0, 0, 0.7);
	color: #F2DFDF;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 30px;
}

section.hero-unit .content h1{
	margin: 0 auto;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: 25px;
}

section.hero-unit .content p{
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 1.4em;
}

section.hero-unit .content a{
	color: #FFF;
	text-decoration: underline;
}

section.services, section.team{
	box-sizing: border-box;
	background-color: rgba(49, 55, 119, 0.1);
	padding: 30px;
}

section.services h2, section.team h2{
	margin: 0 0 30px 0;
	color: #FFF;
	font-family: "Lato", sans-serif;
	font-size: 20px;

	text-align: center;	
}

section.services .blocks{
	width: 100%;
	color: #FFF;
	font-family: "Lato", sans-serif;
}

section.services .blocks .separator{
	display: block;
	height: 2px;
	width: 100px;
	margin: 30px auto;
	background-color: #D1D3E2;

}

section.services .blocks .block{
	-webkit-transition: width .1s;
	transition: width .1s;
}

section.services .blocks .block .ico{
	display: block;
	margin: 0 auto;
}

section.services .blocks .block h3{
	text-align: center;

}

section.services .blocks .block p{
	text-align: center;
	line-height: 1.3em;

}

section.services .blocks .block .info{
	height: 0;
	font-size: 18px;
	color: #CEEAFF;
	overflow: hidden;
	-webkit-transition: height 1s;
	transition: height 1s;
}

section.services .blocks .block.expanded .info{
	height: auto;
}

section.services .blocks .block.expanded .info strong{
	color: #FFF;
}

section.services .blocks .block.expanded .info ul li{
	list-style: none;
	text-align: center;
}

section.services .blocks .block.expanded .info ul li a{
	color: #FFF;
}

section a{
	color: #FFF;
	text-decoration: underline;
}

section.services .blocks .block a.btn{
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #49A3EE;
	color: #383F7D;
	border-radius: 2px;
	width: 130px;
	padding: 5px 10px;
	margin: 0 auto;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

section.services .blocks .block a.btn:hover{
	background-color: #73B3E9;
}

section.team{
	margin-bottom: 20px;
	text-align: center;
}

footer{
	width: 100%;
	margin: 10px 0;
}

footer .logos{
	margin: 0 auto;
}

footer .logos img{
	display: block;
	margin: 0 auto;
}

@media screen and (min-width:900px) {
	header .logo{
		display: inline-block;
		vertical-align: middle;
		margin-right: 20px;
	}

	header nav{
		width: auto;
		display: inline-block;
	}

	header nav ul li{
		width: auto;
		display: inline-block;
		margin-right: 20px;
	}

	header nav ul li a{
		font-size: 25px;
	}

	section.services .blocks .separator{
		display: none;
	}

	section.services .blocks{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	section.services .blocks .block{
		display: inline-block;
		width: 345px;
		margin: 20px 20px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}

	section.services .blocks .block.expanded{
		width: 100%;
	}

	footer .logos{
		width: auto;
		text-align: center;
	}


	footer .logos img{
		 display: inline-block;
		width: auto;
		text-align: center;
	
	}
}

@media screen and (min-width:1240px) {
	.wrap{
		width: 1180px;
		margin: 0 auto;
	}
}
