@font-face {
    font-family: 'HelveticaBold';
    src: url('../font-face/helvetica-bold-webfont.eot');
    src: url('../font-face/helvetica-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-face/helvetica-bold-webfont.woff') format('woof'),
         url('../font-face/helvetica-bold-webfont.ttf') format('truetype'),
         url('../font-face/helvetica-bold-webfont.svg#HelveticaBold') format('sag');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaRegular';
    src: url('../font-face/helvetica-webfont.eot');
    src: url('../font-face/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-face/helvetica-webfont.woff') format('woff'),
         url('../font-face/helvetica-webfont.ttf') format('truetype'),
         url('../font-face/helvetica-webfont.svg#HelveticaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLightItalic';
    src: url('../font-face/helveticaneue-lightitalic-wefont.eot');
    src: url('../font-face/helveticaneue-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-face/helveticaneue-lightitalic-webfont.woff') format('woff'),
         url('../font-face/helveticaneue-lightitalic-webfont.ttf') format('truetype'),
         url('../font-face/helveticaneue-lightitalic-webfont.svg#HelveticaNeueLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../font-face/helveticaneue-light-webfont.eot');
    src: url('../font-face/helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-face/helveticaneue-light-webfont.woff') format('woff'),
         url('../font-face/helveticaneue-light-webfont.ttf') format('truetype'),
         url('../font-face/helveticaneue-light-webfont.svg#HelveticaNeueLight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'bebasregular';
    src: url('../font-face/BEBAS___-webfont.eot');
    src: url('../font-face/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-face/BEBAS___-webfont.woff') format('woff'),
         url('../font-face/BEBAS___-webfont.ttf') format('truetype'),
         url('../font-face/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

	/*-------------------------------------------------------*/
		/* Base styles	 */
	/*-------------------------------------------------------*/
	body {

		background: #fafafa url('../images/bg-01.gif') repeat-y fixed 50% 50%;
background-position: top left;
		margin: 0px;
		padding: 0px;
		font-family: 'HelveticaRegular', Arial;
		font-size: 12px;
	}
	/*-------------------------------------------------------*/
		/* Wrap */
	/*-------------------------------------------------------*/
	#container {
		margin:0 auto;
		width:860px;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	#content {

		/*background-color:#FFF;
		-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
		-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;*/
	}
	/*-------------------------------------------------------*/
		/* Generic Classes */
	/*-------------------------------------------------------*/
	.hidden {
		display: none;
	}
	.clear {
		clear:both;
	}
	/*-------------------------------------------------------*/
		/* Typography */
	/*-------------------------------------------------------*/
    h1 {font-size: 37px; font-family:'bebasregular', sans-serif;}
	h2 {font-size: 59px; font-family:'bebasregular', sans-serif;}
	h3 {font-size: 20px; font-family:'bebasregular', sans-serif;}
	h4 {font-size: 15px;}
	h5 {font-size: 13px;}
	h6 {font-size: 12px;}
	
	h3.main-heading {
		background-image:url('../images/plus.png');
		background-repeat: no-repeat;
		background-position:left 2px;
		margin:15px 2px;
	}
	h3.main-heading span {
		border-bottom:1px solid #999;
		padding-bottom:7px;
		color:#333;
		line-height:16px;
		margin-left:28px;
		display:block;
	}
	strong {
		font-weight: bold;
		color: #333;
	}
	
	
	
	hr.fancy { 
	border: 0;
	background: transparent url('../images/dot.png') 0 center repeat-x; 
	height: 20px;
	margin-top: 2em; 
	margin-bottom: 2em; 
	}
	
	hr.fancy-x { 
	border: 0;

background:  url('../images/xxx.gif'), url('../images/dot.png');
background-position: center, center;
background-repeat: no-repeat, repeat-x;
	height: 20px;
	margin-top: 2em; 
	margin-bottom: 2em; 
	}
	
	/*-------------------------------------------------------*/
		/* Top Section */
	/*-------------------------------------------------------*/
	div.top {
		height:45px;
		margin-left: 25px;
		margin-bottom:20px;
		overflow:hidden;
		background: transparent url('../images/diolines.png') right no-repeat; 
	}

	div.top h4 {
		background-color: #ed1c24;
		color:white;
		font-size: 30px;
		font-weight: 200;
		padding: 8px;
		width: 379px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		/*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
		-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;*/
	}
	div.tophome {
		height:0px;
		margin-bottom:0px;
		overflow:hidden;
	}
	
	
	/* Logo */
		#logo {
		float:left;
		overflow:hidden;
		margin-left:10px;
		display:none;
	}
	#logo h2 {
		font-family: 'HelveticaBold', sans-serif;
		font-size:30px;
		
		color: #252964;
		letter-spacing: -0.07em;
		line-height:40px;
	}
	#logo h4 {
		color:#666;
		line-height:20px;
	}
	
	

	
	/* Social icons */
	.socialicons {
		float:right;
		margin-top:-30px;
	}
	.socialicons li {
		float:left;
		display:inline;
		margin:0;
		padding:0;
		margin-right:2px;
	}
	.social-icons li:last-child {
		margin-right:0
	}
	.social-text {
		float:left;
		padding:9px;
		height:12px;
		background-color:#252964;
		color:#FFF;
	}
	.social-facebook {
		float:left;
		width:30px;
		height:30px;
		background:#252964 url('../images/social_facebook.png') no-repeat 5px 5px;
	}
	.social-twitter {
		float:left;
		width:30px;
		height:30px;
		background:#252964 url('../images/social_twitter.png') no-repeat 5px 5px;
	}
	.social-googleplus {
		float:left;
		width:30px;
		height:30px;
		background:#252964 url('../images/social_googleplus.png') no-repeat 4px 3px;
	}
	.social-in {
		float:left;
		width:30px;
		height:30px;
		background:#252964 url('../images/social_in.png') no-repeat 4px 3px;
	}
	.social-facebook:hover {
		background-color:#3b5998;
	}
	.social-twitter:hover {
		background-color:#22b1e5;
	}
	.social-googleplus:hover {
		background-color:#d94a38;
	}
	.social-in:hover {
		background-color:#0075a1;
	}
	.social-mail:hover {
		background-color:#f6c500;
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
    #profile {
		/*background-image:url(../images/header-shadow.png), url(../images/header-bg.png);
		background:url(../images/header-bg.png) repeat-x\0/; /* For ie8 */
		/*background-position:center bottom, left top;
		background-repeat:repeat-x;*/
		overflow:hidden;
		/*background-color:#fdd42f;		*/
	}
	/* About */
	.about {
		float:left;
		margin-top:30px;
		width:824px;
		margin-left:20px;}
		
		
	.about .photo-inner {
		float:left;
		background:url('../images/photo-inner.png') no-repeat;
		width:192px;
		height:212px;
		padding:12px 0 0 20px;

	}
	.about .photo-inner img {
		background-color:#FFF;
	}
	.about h1 {
		font-family: 'bebasregular', sans-serif;
		font-size:7.3em;
		letter-spacing: -0.02em;
		color:#252964;
		line-height:100%;
		margin-top:8px;
		margin-bottom: 35px;
		text-align: center;


	}
	
	.about h2 {
		font-family: 'bebasregular', sans-serif;
		font-size:330px;
		letter-spacing: -0.04em;
		color:#252964;
		line-height:100%;
		margin-top:8px;
		margin-bottom: 35px;

	}
	
	.about h3 {
		margin-top:5px;
		font-size:18px;
		color:#252964;
		line-height:18px;

	}
	.about p {
		font-family: 'HelveticaBold' , sans-serif;
		font-size:35px;
		line-height: 100% !important;
		letter-spacing: -0.07em;
		margin-top:15px;
		color:#252964;
		line-height:20px;
		text-align:justify;
		text-justify:inter-word;
		background-color:  #fafafa;
	}
	
	.about p.red {
		color: #ed1c24 !important;
		font-family: 'HelveticaNeueLight';
		letter-spacing: 0.03em;
	}
	
	center.red {
		color: #ed1c24 !important;
		font-family: 'HelveticaNeueLight';
		letter-spacing: 0.03em;
	}
	
	.about p.blue {
	color: #252964 !important;
	font-family: 'HelveticaNeueLight';
	letter-spacing: -0.02em;
	font-size:45px;
	display: block;
	text-align: center;
	margin-bottom: 35px;
	}
	
	
	p.disclaimer {
		color: #252964 !important;
		font-family: 'HelveticaNeueLight';
		font-size: 16px;
		letter-spacing: 0.03em;

		margin-left: 20px;
		margin-top:24px;
		margin-bottom: 25px;	
		}
	
	img.floatLeft { 
    float: left; 
    margin-left: 7px; 
    
}
	
	
.disclaim-badge {display: block; width: 860px; height:auto; }
.disclaim-badge img {max-width: 100%; height: auto;}
	
	
	/* Personal info */
	.personal-info {
		float:left;
		margin-top:30px;
		width:310px;
		min-height:230px;
		margin-left:10px;
		background:url(../images/personal-info-sep.png) no-repeat left top;
		padding:20px 0 0 20px;
	}
	.personal-info li {
		font-size:14px;
		margin-bottom:10px;
		overflow: hidden;
	}
	.personal-info li label {
		color:#a87f09;
		background-color:#ed1c24;
		float:left;
		padding:4px 7px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.personal-info li span {
		float:right;
		width:170px;
		color:#a87f09;
	}
	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	
	.navo { width:860px; background-color:none; position:relative;}
	
	.tap { margin-top:0px;padding-left:0px;z-index:100;}
	.tap li {}
	.tap li > a {
	display:block;font-size:14px;color:#fff;background-color: #ed1c24;-moz-border-radius: 2px;border-radius: 2px;padding-top:10px;margin: 4px;}
		
	.tap li.active {/*background:url('../images/tab-hover.png') no-repeat;*/}
	.tap li.active a {color:#FFF;background-color: #ed1c24;-moz-border-radius: 2px;border-radius: 2px;}
			
				
	.tap li .tap-main {
	width:860px;height:100px;font-size: 85px;color:#fff;-moz-border-radius: 2px;border-radius: 2px;background-color: #252964;margin-bottom: 30px;text-align:center;transition: background-color 0.5s ease;}
	
	
	.tap li .tap-main:hover {background-color: #ed1c24;}
	
	
	.tap li .tap-project {
	width:860px;height:40px;font-size: 30px;color:#fff;-moz-border-radius: 2px;border-radius: 2px;margin-bottom: 10px;text-align: left;text-indent: 10px;
	  	transition: background-color 0.5s ease;
		background-color: #252964;
	}
	
	
	.tap li .tap-project:hover {background-color: #ed1c24;}
				
	
	.p01:hover{ background-color:#fc078b !important;

	}
	.p02:hover{ background-color:#aa07ec !important;}
	.p03:hover{ background-color:#3307ec !important;}
	.p04:hover{ background-color:#075fec !important;}
	.p05:hover{ background-color:#07afec !important;}

.p06:hover{ background-image: url('../projects/06/06-lover.jpg') !important;}
.p07:hover{ background-image: url('../projects/07/07-lover.jpg') !important;}
.p08:hover{ background-image: url('../projects/08/08-lover.jpg') !important;}
.p09:hover{ background-image: url('../projects/09/09-lover.jpg') !important;}
			

	
@keyframes myfirst
{
from {background: #252964;}
to {background: #fc078b;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
from {background: #252964;}
to {background: #fc078b;}
}

			
			
	.tap li span {
	color:#fafafa;
	font-weight: bold;
	}		
			
	
	.menu {
		height:140px;
		width:860px;
		background-color:none;
		position:relative;
	}
	.tabs {
		height:65px;
		position: absolute;
		margin-top:-14px;
		padding-left:400px;
		z-index:100;

	}
	.tabs li {
		float: right;
		height:45px;
	}
	.tabs li > a {
		float: right;
		padding-top:10px;
		width:84px;
		height:25px;
		display:block;
		background-repeat:no-repeat;
		font-size:14px;
		color:#fff;
		text-align:center;
		background-color: #ed1c24;
		-moz-border-radius: 2px;
		border-radius: 2px;
		margin: 4px;
		
	}
	.tabs li.active {
		/*background:url('../images/tab-hover.png') no-repeat;*/
		
	}
	.tabs li.active a {
		color:#FFF;
		background-color: #999;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.tabs li .tab-profile {
		/*background-image:url(../images/profile-icon.png);
		background-position:center 40px;*/
	}
	.tabs li .tab-main {
		/*background-image:url(../images/resume-icon.png);
		background-position:center 30px;*/
		width:400px;
		height:100px;
		font-size: 85px;
		color:#fff;
		background-color: black;
		-moz-border-radius: 2px;
		border-radius: 2px;
		margin-bottom: 400px;
	}
	.tabs li .tab-portfolio {
		/*background-image:url(../images/portfolio-icon.png);
		background-position:center 35px;*/
	}
	.tabs li .tab-contact {
		/*background-image:url(../images/contact-icon.png);
		background-position:center 41px;*/
	}
	/* Active icons */
		.tabs .active .tab-profile {
		/*background-image:url(../images/profile-icon-active.png);*/
	}
	.tabs .active .tab-main {
		/*background-image:url(../images/resume-icon-active.png);*/
	}
	.tabs .active .tab-portfolio {
		/*background-image:url(../images/portfolio-icon-active.png);*/
	}
	.tabs .active .tab-contact {
		/*background-image:url(../images/contact-icon-active.png);*/
	}
	/*-------------------------------------------------------*/
		/* Resume Section */
	/*-------------------------------------------------------*/
    #main {
		padding:20px;
		overflow:hidden;
	}
	.skills-section, .timeline-section {
		float:left;
	}
	/* Timeline Section */
	.timeline-section {
		width:460px;
		padding-right:60px;
	}
	.timeline {
		padding-top:10px;
	}
	

	
	.timeline li {
		margin-bottom:20px;
	}
	.timeline li .timelineUnit {
		line-height:17px;
		margin-left:11px;
		color: #444;
		font-size:13px;
		border-left:1px solid #ed1c24;
		padding-left:15px;
	}
	.timeline li .timelineUnit .timelineDate {
		line-height:17px;
		color: #ed1c24;
		font-size:14px;
		margin-left:10px;
		font-weight: normal;
		padding:2px 6px;
		float:right;
	}
	.timeline li .timelineUnit h4 {
		line-height:24px;
		font-size:15px;
		color: #444;
	}
	.timeline li .timelineUnit h5 {
		line-height:18px;
		font-size:13px;
		color: #999;
	}
	.timeline li .timelineUnit p {
		color: #666;
		font-size:12px;
		margin-top:5px;
	}
	
	.timeline li .timelineUnit a {
		color: #ed1c24;
		display: block;
		padding-top:3px;
		margin-bottom: 12px;
	}
	
	
	/* Skills Section */
	.skills-section {
		width:300px;
	}
	.skills {
		margin-top:25px;
		overflow:hidden;
		height:100%;
	}
	.skills li {
		margin-bottom:15px;
		float:left;
		padding-left:30px;
	}
	.skills li h4 {
		width:140px;
		float:left;
		font-size:15px;
		color: #444;
	}
	.skills li .rat0, .skills li .rat1, .skills li .rat2, .skills li .rat3, .skills li .rat4, .skills li .rat5, .skills li .rat6, .skills li .rat7 {
		width:123px;
		height:14px;
		float:left;
	}
	.skills li .rat0 {
		background:url(../images/rats.png) no-repeat;
	}
	.skills li .rat1 {
		background:url(../images/rats.png) no-repeat 0px -14px;
	}
	.skills li .rat2 {
		background:url(../images/rats.png) no-repeat 0px -28px;
	}
	.skills li .rat3 {
		background:url(../images/rats.png) no-repeat 0px -42px;
	}
	.skills li .rat4 {
		background:url(../images/rats.png) no-repeat 0px -56px;
	}
	.skills li .rat5 {
		background:url(../images/rats.png) no-repeat 0px -70px;
	}
	.skills li .rat6 {
		background:url(../images/rats.png) no-repeat 0px -84px;
	}
	.skills li .rat7 {
		background:url(../images/rats.png) no-repeat 0px -98px;
	}
	/*-------------------------------------------------------*/
		/* Portfolio Section */
	/*-------------------------------------------------------*/
    #portfolio {
		padding:0 20px 20px 20px;
		overflow:hidden;
	}
	#portfolio .extra-text {
		font-size:20px;
		padding:24px 0;
		border-bottom:1px solid #ededed;
		color: #999;
		margin-bottom:20px;
	}
	/* Filter menu */
	#portfolio-filter {
		border-bottom:1px solid #ededed;
		overflow:hidden;
		padding:15px 0;
	}
	#portfolio-filter li a {
		float:left;
		margin-right:10px;
		color:#fff;
		background-color: #666;
		padding:6px;
		margin-bottom:5px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px
	}
	#portfolio-filter li a:hover {
		background-color: #ed1c24;
	}
	#portfolio-filter li a.current {
		background-color: #ed1c24;
	}
	/* Images list */
	#portfolio-list {
		width:820px;
	}
	#portfolio-list li {
		float:left;
		margin-right:25px;
		text-align:center;
		background-color:#f8f8f8;
		border-bottom:1px solid #e5e5e5;
		height:185px;
		margin-bottom:30px;
		width:180px;
	}
	#portfolio-list li:hover {
		border-bottom:1px solid #ed1c24;
		height:185px;
	}
	#portfolio-list img {
		background-color:#FFF;
		height:120px; 
		width:180px;
	}
	#portfolio-list li:hover .title {
		color:#ed1c24;
	}
	#portfolio-list li .title {
		font-size:14px;
		margin-top:15px;
		font-weight: 400;
		color: #3A3A3A;
	}
	#portfolio-list li .categorie {
		font-size:11px;
		line-height:25px;
		color:#999;
	}
	/* adipoli */
		.adipoli-wrapper {
		margin:auto;
		position:relative;
		display: inline-block;
	}
	.adipoli-wrapper>img {
		position: absolute;
		z-index: 1;
	}
	.adipoli-before {
		position: absolute;
		z-index: 5;
	}
	.adipoli-after {
		position: absolute;
		z-index: 10;
	}
	.adipoli-slice {
		display:block;
		position:absolute;
		z-index:15;
		height:100%;
	}
	.adipoli-box {
		display:block;
		position:absolute;
		z-index:15;
	}
	/*-------------------------------------------------------*/
		/* Contact Section */
	/*-------------------------------------------------------*/
    #contact {
		padding:30px 0;
		overflow:hidden;
	}
	.contact-info, .contact-form {
		float:left;
		padding:0 20px;
	}
	.contact-info {
		width:250px;
	}
	.contact-form {
		width:530px;
	}
	/* Contact info */
	.contact-info ul {
		float:left;
		margin-left:11px;
		border-left:1px solid #ed1c24;
		padding-left:18px;
	}
	.contact-info ul li {
		font-size:13px;
		line-height:20px;
		color: #666;
		overflow: hidden;
	}
	/* Contact Form */
	#contactform {
		padding-left:30px;
	}
	#contactform p {
		margin-bottom:15px;
	}
	#contactform p label {
		display:block;
		color:#999;
		margin-bottom:8px;
		font-size:13px;
	}
	#contactform .input {
		line-height: 20px;
		height: 20px;
		width:60%;
	}
	#contactform .textarea {
		width:95%;
	}
	#contactform .submit {
		color:#fff;
		background-color: #666;
		padding:8px;
		border:none;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		cursor:pointer;
		font-size:13px;
	}
	#contactform .submit:hover {
		background-color: #ed1c24;
	}
	#contactform .input, .textarea {
		padding:6px;
		background-color:#f5f5f5;
		border: 1px solid #CCC;
		color:#999;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		font-size: 13px;
	}
	.success, .error {
		padding:10px;
		margin-bottom:10px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.success {
		background-color: #E3EBC6;
		color: #8FA442;
		border: 1px solid #C2D288;
	}
	.error {
		background-color: #f9e5e6;
		color: #b3696c;
		border: 1px solid #f7c7c9;
	}
	/* Google map */
		#map {
		height: 300px;
		margin-bottom:25px;
		width: 100%;
		border-bottom:1px solid #CCC;
		border-top:1px solid #CCC;
	}
	/*-------------------------------------------------------*/
		/* Footer */
	/*-------------------------------------------------------*/
	div.footer {
		margin-top:0px;
		height:20px;
		background-color:  #fafafa;
	}
	div.footer .copyright {
		float:left;
		color:#333;
		padding: 6px;
	}
	/*-------------------------------------------------------*/
		/* Isotope filtering */
	/*-------------------------------------------------------*/
    .isotope-item {
		z-index: 2;
	}
	.isotope-hidden.isotope-item {
		pointer-events: none;
		z-index: 1;
	}
	.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
		-webkit-transition-duration: 0.8s;
		-moz-transition-duration: 0.8s;
		transition-duration: 0.8s;
	}
	.isotope {
		-webkit-transition-property: height, width;
		-moz-transition-property: height, width;
		transition-property: height, width;
	}
	.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property:-moz-transform, opacity;
		transition-property:transform, opacity;
	}
	

/*-------------------------------------------------------*/
	/* Media Queries */
/*-------------------------------------------------------*/

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#container {
		width:750px;
	}
	
	div.top h4 { width:325px;}

	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
	/* About */
	.about {
		width:720px;
	}
	.about h1 {

		font-size:204px
	}
	
	.about h2 {

		font-size:104px
	}
	.about h3 {
		font-size:14px;
		line-height:14px;
	}
	/* Personal info */
	.personal-info {
		width:280px;
		margin-right:10px;
	}
	
	.disclaim-badge {width: 730px; }
	
	
	/*-------------------------------------------------------*/
		/* main */
	/*-------------------------------------------------------*/
	.navo { width:750px; background-color:none; position:relative;}
	
	.tap {padding-left:0px;}

	.tap li > a {width:475px; font-size:14px;	}

	.tap li .tap-main {width:750px;height:100px;font-size: 65px;padding-top: 15px;margin-bottom: 30px;text-align:left;text-indent: 10px;}
		
	.tap li .tap-project {width:750px;height:40px;font-size: 20px;line-height: 25px;}
	
	.timeline-section {
		width:380px;
		padding-right:30px;
	}
	.skills-section {
		width:300px;
	}
	/*-------------------------------------------------------*/
		/* Portfolio */
	/*-------------------------------------------------------*/
	#portfolio-list {
		width:750px;
	}
	#portfolio-list li {

		margin-right:60px;
	}
	/*-------------------------------------------------------*/
		/* Contact */
	/*-------------------------------------------------------*/
	.contact-info {
		width:250px;
	}
	.contact-form {
		width:420px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#container {
		width:480px;
	}
	/*-------------------------------------------------------*/
		/* Top Section */
	/*-------------------------------------------------------*/	
	/* Logo */
	#logo h2 {
		font-size:25px;
		font-weight:900;
		color: #444;
		line-height:30px;
	}
	#logo h4 {
		color:#666;
		line-height:15px;
	}
	
	div.top h4 { font-size: 15px;
    font-weight: 200;
    padding: 8px;
    width: 200px;
}

	/* Social icons */
	.socialicons {
		margin-top:-15px;
	}
	.social-text {
		display:none;
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
	/* About */
	.about {
		width:450px;
		display:block;

	}
	.about h1 {

		font-size:127px

	}
	
	.about h2 {

		font-size:77px

	}
	.about h3 {
		font-size:14px;
		line-height:14px;
	}
	
	.about p {
	}
	/* Personal info */
	.personal-info {
		margin-top:0;
		display:block;
		width:420px;
		background:none;
		border-top:1px solid #ed1c24;
	}
	
	.disclaim-badge {width: 450px; }
		
	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.navo { width:480px; background-color:none; position:relative;}
	
	.tap {padding-left:0px;}

	.tap li > a {width:100%; font-size:14px;	}

	.tap li .tap-main {width:480px;height:100px;font-size: 65px;padding-top: 15px;margin-bottom: 30px;text-align:left;text-indent: 10px;}
		
	.tap li .tap-project {width:480px;height:40px;font-size: 20px;line-height: 25px;}
	
	
	
	

	.tabs {
		padding-left:5px;
	}
	.timeline-section {
		width:420px;
		padding-right:60px;
	}
	/*-------------------------------------------------------*/
		/* main */
	/*-------------------------------------------------------*/
	.skills-section {
		width:420px;
	}
	.skills li h4 {
		width:260px;
	}
	/*-------------------------------------------------------*/
		/* Portfolio */
	/*-------------------------------------------------------*/
	#portfolio-list {
		width:450px;
	}
	#portfolio-list li {
		margin-right:40px;
	}
	/*-------------------------------------------------------*/
		/* Contact */
	/*-------------------------------------------------------*/
	.contact-info {
		width:420px;
	}
	.contact-form {
		margin-top:20px;
		width:420px;
	}
	

}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	#container {
		width:300px;

	}
	/*-------------------------------------------------------*/
		/* Top Section */
	/*-------------------------------------------------------*/
	/* Logo */
	#logo h2 {
		font-size:25px;
		font-weight:900;
		color: #444;
		line-height:30px;
	}
	#logo h4 {
		color:#666;
		line-height:15px;
	}
	.socialicons {
		display:none; !important
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
	div.top {
		height:50px;
		margin-bottom:5px;
	}
	
	
		div.top h4 {
		background-color: #ed1c24;
		color:white;
		font-size: 15px;
		font-weight: 200;
		padding: 8px;
		width: 227px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		/*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
		-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;*/
	}
	
	
	/* About */
	.about {
		width:280px;
		display:block;
		margin:10px 0 15px 10px;
	}
	.about .photo-inner {
		margin-left:40px;
		background:url(../images/photo-inner.png) no-repeat;
		width:192px;
		height:212px;
		padding:12px 0 0 20px;
	}
	.about h1 {

		font-size:79px;
		text-align:center;
	}
	
	.about h2 {

		font-size:45px;
		text-align:center;
	}
	.about h3 {
		font-size:14px;
		line-height:14px;
		text-align:center;
	}
	.about p {
		text-align:center;
	}
	/* Personal info */
	.personal-info {
		margin-top:0;
		display:block;
		width:280px;
		background:none;
		border-top:1px solid #ed1c24;
		margin-left:10px;
		min-height:220px;
		padding-left:0;
	}
	.personal-info li {
		font-size:13px;
	}
	
	
.disclaim-badge {width: 290px;}
	
	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.navo { width:300px; background-color:none; position:relative;}
	
	.tap {padding-left:0px;}

	.tap li > a {width:475px; font-size:14px;	}

	.tap li .tap-main {width:300px;height:100px;font-size: 65px;padding-top: 15px;margin-bottom: 30px;text-align:left;text-indent: 10px;}
		
	.tap li .tap-project {width:300px;height:40px;font-size: 20px;line-height: 25px;}
	
	/*-------------------------------------------------------*/
		/* main */
	/*-------------------------------------------------------*/
	#main {
		padding:10px;
	}
	.timeline-section {
		width:280px;
		padding-right:60px;
	}
	.skills-section {
		width:280px;
	}
	.skills li h4 {
		width:120px;
	}
	/*-------------------------------------------------------*/
		/* Portfolio */
	/*-------------------------------------------------------*/
	#portfolio-list {
		width:280px;
	}
	#portfolio-list li {
		margin-left:40px;
	}
	/*-------------------------------------------------------*/
		/* Contact */
	/*-------------------------------------------------------*/
	
	.contact-info {
		width:280px;
	}
	.contact-form {
		margin-top:20px;
		width:280px;
	}
	.contact-info, .contact-form {
		padding:0 10px;
	}


}
