
	/*-------------------------------------------------------*/
		/* Typography */
	/*-------------------------------------------------------*/
	h3.main-heading {
		background-image:url('../images/red/plus.png');
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
    #profile {
		background-image:url(../images/header-shadow.png), url(../images/red/header-bg.png);
		background:url(../images/red/header-bg.png) repeat-x\0/; /* For ie8 */
		background-color:#e33439;		
	}
	/* About */
	.about p {
		color:#97070b;
	}
	/* Personal info */
	.personal-info li label {
		color:#e23338;
		background-color:#97070b;
	}
	.personal-info li span {
		color:#97070b;
	}
	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.tabs li.active a {
		color:#d4171d;
	}
	/* Active icons */
		.tabs .active .tab-profile {
		background-image:url(../images/red/profile-icon-active.png);
	}
	.tabs .active .tab-resume {
		background-image:url(../images/red/resume-icon-active.png);
	}
	.tabs .active .tab-portfolio {
		background-image:url(../images/red/portfolio-icon-active.png);
	}
	.tabs .active .tab-contact {
		background-image:url(../images/red/contact-icon-active.png);
	}
	/*-------------------------------------------------------*/
		/* Resume Section */
	/*-------------------------------------------------------*/

	/* Timeline Section */
	.timeline li .timelineUnit {
		border-left:1px solid #d4171d;
	}
	.timeline li .timelineUnit .timelineDate {
		color: #d4171d;
	}
	/*-------------------------------------------------------*/
		/* Portfolio Section */
	/*-------------------------------------------------------*/
	/* Filter menu */

	#portfolio-filter li a:hover {
		background-color: #d4171d;
	}
	#portfolio-filter li a.current {
		background-color: #d4171d;
	}
	/* Images list */
	#portfolio-list li:hover {
		border-bottom:1px solid #d4171d;
	}
	#portfolio-list li:hover .title {
		color:#d4171d;
	}

	/*-------------------------------------------------------*/
		/* Contact Section */
	/*-------------------------------------------------------*/
	/* Contact info */
	.contact-info ul {
		border-left:1px solid #d4171d;
	}
	#contactform .submit:hover {
	background-color: #d4171d;
	}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	/* Personal info */
	.personal-info {
		border-top:1px solid #d4171d;
	}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	/* Personal info */
	.personal-info {
		border-top:1px solid #d4171d;
	}

}
