header {
	background-color: transparent;
	box-shadow: none;
	height: 160px;
	border-bottom: 0;
}

header.shrink {
	background-color: #fff;
	box-shadow: 0px 0px 1px 1px #aaa;
	height: 56px;
	transition: all 0.3s ease;
}

.logo-home {
	height: 130px;
	transition: all 0.3s ease;
	z-index: 1;
}

.shrink .logo-home {
	height: 56px;
	vertical-align: middle;
}

#cssmenu > ul {
	margin-top: 50px;
	transition: all 0.3s ease;
}

.shrink #cssmenu > ul {
	margin-top: 0;
	transition: all 0.3s ease;
}

#cssmenu > ul > li > a {
    font-size: 14px;
}

.shrink #cssmenu > ul > li > a {
    font-size: 16px;
}

#message {
	top: 168px;
}

#message.shrink {
	top: 56px;
}

#home.home-section {
	padding-top: 168px;
}

#feel_streamline {
	padding-right: 5em;
	padding-top: 1.8em;
}

#streamline-home {
	width: 42.5%;
	float: left;
}

.streamline-description img {
	padding-right: 30px;
}

.streamline-description p {
	text-align: justify;
	font-family: 'Montserrat';
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: top;
	color: transparent;
	background: #666666;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	/*text-shadow: 0px 2px 3px rgba(100,100,100,0.5);*/
}

.streamline-description p span {
	line-height: 2.5em;
}

.streamline-description p .es {
	font-size: 0.9em;
	line-height: 2.4em;
}

@media screen and (max-width: 1024px) {
	header,
	header.shrink {
		background-color: #fff;
		box-shadow: 0px 0px 1px 1px #aaa;
		height: 46px !important;
		transition: all 0.3s ease;
	}

	.logo {
		padding: 1px;
		height: 46px !important;
	}

	.shrink .logo-home,
	.logo-home {
		height: 44px;
		vertical-align: middle;
	}

	#cssmenu > ul,
	.shrink #cssmenu > ul {
		margin-top: 0;
		transition: all 0.3s ease;
	}

	.shrink #cssmenu > ul > li > a {
	#cssmenu > ul > li > a {
		font-size: 14px;
	}

}