#header-wrapper {

	background-color: #4B4B6F;

}

#header {

	color: #FFFFFF;

	box-shadow: 0 -5px 40px 7px rgba(0,0,0,0.08);

}

	#header a {

		color: #FFFFFF;
		text-decoration: none;

	}

	#header a i {

		font-size: 1.5rem;

	}

	#header .imagen {

		border-radius: 50%;

		width: 100px;
		height: 100px;

		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;

		margin: 0 auto;
	}

	#header #actions a {

		display: block;

		border-top: 1px solid rgba(255,255,255,0.25);
		border-right: 1px solid rgba(255,255,255,0.25);

		text-transform: uppercase;

	}

		#header #actions a.btn-email {
			
			border-right: none;

		}

	#header #actions a:hover,
	#header #actions a:focus {

		background-color: #Af0014;

	}

#data {

	box-shadow: 0 -5px 40px 7px rgba(0,0,0,0.08);

}

	#data i {

		color: #999999;
		font-size: 1.5rem;

	}

	#data a {

		color: #C80014;
		text-decoration: none;

	}

	#data a.btn-download {

		background-color: #C80014;
		color: #FFFFFF;
		text-transform: uppercase;

	}

#social a i {

	color: #C80014;
	font-size: 2rem;

}

@media only screen and ( max-width: 767px ) {

	#header-wrapper {

		padding: 0;

	}
	
	#header #actions a {

		border-right: none;

	}

}