/* HEADER - CSS */
/* END OF HEADER */
header{
	position: relative;
	z-index: 5;
	top: 0 !important;
}
header .header-wrapper{

}
header .content{
	padding-top: 0px;
}
.btn-modal-download{
	-webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
header .btn-modal-download:hover{
	opacity: 0.8;
}