/*
Theme Name: Marigold - "DEVENU NOIR"
Author: Viktor Olsson
Version: 2.0

Allt kommer bli bra!
*/

	/*-------------------------------------------------------*/
		/* Base styles	 */
	/*-------------------------------------------------------*/
	body {
		
		margin: 0px;
		padding: 0px;
		font-family: 'Lucida', 'Helvetica', 'Arial';
		font-color: #f4f4f4;
		font-size: 12px;
	}
	/*-------------------------------------------------------*/
		/* Wrap */
	/*-------------------------------------------------------*/
	#container {
		margin:50px auto;
		width:860px;
		margin-bottom: 20px;
	}
	#content {

	}
	/*-------------------------------------------------------*/
		/* Generic Classes */
	/*-------------------------------------------------------*/
	.hidden {
		display: none;
	}
	.clear {
		clear:both;
	}
	/*-------------------------------------------------------*/
		/* Typography */
	/*-------------------------------------------------------*/
    h1 {font-size: 37px;}
	h2 {font-size: 30px;}
	h3 {font-size: 18px;}
	h4 {font-size: 13px;}
	h5 {font-size: 13px;}
	h6 {font-size: 13px;}
        h7 {font-weight: bold;}
	h8 {float: left; font-weight: bold; color: #f4f4f4; font-size: 13px;}
	h9 {font-weight: bold; color: #f4f4f4; font-size:15px; }
	h10 {float:left; color: #f4f4f4; font-weight: normal; font-size:12px;}

.timeline-section a:link {
    color: #f4f4f4;
    font-weight: bold;
	text-decoration: underline;
}

/* mouse over link */
.timeline-section a:hover {
    color: transparent;
    font-weight: bold;
    text-decoration: underline;
}

/* unvisited link */
.timeline-section a:visited {
    color: #f4f4f4;
    font-weight: bold;
}


/* selected link */
.timeline-section a:active {
    color: #616161;
    font-weight: bold;
    text-decoration: underline;
}

	
	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 #f4f4f4;
		padding-bottom:7px;
		color:#333;
		line-height:16px;
		margin-left:28px;
		display:block;
	}
	strong {
		font-weight: bold;
		color: #f4f4f4;
	}
        h4.main-heading {
                background-image:url('images/plus2.png');
		background-repeat: no-repeat;
		background-position:left 2px;
		margin: 15px 3px;
	}
	h4.main-heading span {
		border-bottom:1px solid #fff;
		padding-bottom:7px;
		color:#333;
		line-height:16px;
		margin-left:28px;
		display:block;
	}

        h5.main-heading {
		background-repeat: no-repeat;
		background-position:left 2px;
                font-weight: bold;
		margin: 15px 0px;
	}
	h5.main-heading span {
		border-bottom:1px solid #f4f4f4;
		padding-bottom:7px;
		color:#333;
		line-height:16px;
		margin-left:28px;
		display:block;
}
        h6.main-heading {
		background-repeat: no-repeat;
		background-position:left 0px;
                font-weight: normal;
		margin: 0px 0px;
}

	h6.main-heading span {
		padding-right:60px;
		color: #f4f4f4;

	}


	/*-------------------------------------------------------*/
		/* Top Section */
	/*-------------------------------------------------------*/
	div.top {
		height:137px; /*107px utan nedräkning*/
		margin-bottom:20px;
		overflow:hidden;
	}
	/* Logo */
		#logo {
		float:left;
		overflow:hidden;
		margin-left:20px;
		display:none;
	}
	#logo h2 {
                font:'Arial';
                float:center;
                font-weight:bold;
		font-size:9px;
		color: #8b7d52;
		line-height:7px;
                margin-top:3px;      
                margin-left:-2px;    
                letter-spacing:-1px;
	}
	#logo h4 {
		color:#2b2b2b;
		line-height:20px;
	}
#socialicons {
                float:right;
                margin-top: 116px;
                font-weight: bold;
                display:none;
           
}
		
	}
	.social-icons a:hover {
		background-color: #000;
	}
	.social-text {
		float:left;
		padding:9px;
		height:12px;
		background-color:#fff;
		color:#FFF;
	}
	.social-facebook {
		float:left;
		width:30px;
		height:30px;
		background:#222 url('images/social_facebook.png') no-repeat 5px 5px;
	}
	.social-twitter {
		float:left;
		width:30px;
		height:30px;
		background:#222 url('images/social_twitter.png') no-repeat 5px 5px;
	}
	.social-googleplus {
		float:left;
		width:30px;
		height:30px;
		background:#222 url('images/social_googleplus.png') no-repeat 4px 3px;
	}
	.social-in {
		float:left;
		width:30px;
		height:30px;
		background:#222 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:#7fb718;
	}
	.social-mail:hover {
		background-color:#f6c500;
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
    #profile {
		overflow:hidden;
		position: relative;		
	}

	.about {
  		display: block;
    		margin-left: auto;
    		margin-right: auto; 
		width:100%; /*490gamla*/
	}

	.about img {
  		display: block;
    		margin-left: auto;
    		margin-right: auto;
	}
 
	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.menu {
		display: block;
		width: 70%;
		vertical-align: middle;
		margin-left: auto;
    		margin-right: auto;
		position:relative;
		
	}
	.tabs {
		width: 100%;
		position: absolute;
		margin-top:15px;
		vertical-align: middle;
		text-align: center;
		margin: 15 auto;
		z-index:100;
	}
	.tabs li.contact {
		display: inline-block;
		width: auto;
		height: auto;
		margin-left: auto;
    		margin-right: auto;

	}
	.tabs li.profile {
		display: inline-block;
		width: auto;
		height: auto;
		margin-left: auto;
    		margin-right: 2.8%;

	}
	.tabs li.resume {
		display: inline-block;
		width: auto;
		height: auto;
		margin-left: auto;
    		margin-right: 2.8%;

	}
	.tabs li.portfolio {
		display: inline-block;
		width: auto;
		height: auto;
		margin-left: auto;
    		margin-right: 2.8%;
		
	}
	.tabs li.contact > hover {
		color: #050509;

	}
	.tabs li.profile > hover {
		color: #050509;

	}
	.tabs li.resume > hover {
		color: #050509;
		

	}
	.tabs li.portfolio > hover {
		color: #050509;
		


	}
	.tabs img {
		max-width: 100%;
		
		
	}
	.tabs li > a {

		display:block;
		background-repeat:no-repeat;
		font-size:16px;
		color:#f4f4f4;
		text-align:center;

	}
	
	/*-------------------------------------------------------*/
		/* Resume Section */
	/*-------------------------------------------------------*/

        #resume-rubrik {
 border:4px solid #f4f4f4;
		overflow:hidden;
                font-weight:bold;
		font-size:13px;
		padding:3px 2px 2px 2px;
		margin-bottom:39px;
		float:left;
		margin-right:10px;
                margin-top:20px;
		color:#050509;
		background-color: #f4f4f4;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px
   
         }

 #resume {
		margin-top:20px;
		padding:0px;
                padding-bottom:40px;
		overflow:hidden;
                align: center;
		margin-left:8px;

}

.scroll {
width: 100%;
height: 500px;
border-bottom: 1px;
border-top: 1px;
border-color: #f4f4f4;
border-style: solid;
padding-left: 29px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 0px;
overflow: auto;

}

hr {

 border: 0; 
 height: 0; 
 border-top: 1px solid rgba(0, 0, 0, 0.1); 
 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
 margin-top: 15px;
 margin-bottom: 8px;

} 

	.skills-section, .timeline-section {
		float:left;
                margin-left:20px;
                
	}
	/* Timeline Section */
	.timeline-section {
		width:810px;
		padding-right:60px;
		color: #f4f4f4
		font-size:13px;
	}
	.timeline {
		padding-top:10px;
	}
	.timeline li {
		margin-bottom:20px;
	}
	.timeline li .timelineUnit {
		line-height:17px;
		margin-left:20px;
		color: #f4f4f4;
		font-size:14px;
		border-left:1px solid #f4f4f4;
		padding-left:15px;
	}
	.timeline li .timelineUnit .timelineDate {
		line-height:17px;
		color: #f4f4f4;
		font-size:14px;
		margin-left:20px;
		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: #f4f4f4;
	}
	.timeline li .timelineUnit p {
		color: #f4f4f4;
		font-size:12px;
		margin-top:5px;
	}
	/* 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;
	}

#press {
    width: 100%;
    color: #f4f4f4;
	margin-top:-22px;
}

.press-1{
    width: 50%;
    margin-left: 0px;
    float:left;
    color: #f4f4f4;


.press-2{
    color: #f4f4f4;
    width: 50%;
    float:left;
    

}

	}
	/* Contact Form */
	#press-2 {
		padding-left:30px;
	}
	/*-------------------------------------------------------*/
		/* Portfolio Section */
	/*-------------------------------------------------------*/
    #portfolio {
		margin-left: 20px;
                margin-top: 30px;
		overflow:hidden;

	}
	/* Filter menu */

#shop-filter a {
	border-bottom:0px solid #fff;
		font-weight: bold;
                width: 58px;
                height: 30px;
		color:#d0cece;
		background-color: #d0cece;
		padding:6px 6px 6px 6px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px
}

#shop-filter a:hover {
		background-color: #e0e0e0;
	

	}

	#portfolio-filter li a {
		float:left;
                font-weight:bold;
		margin-top: 15px;
		margin-right:10px;
		margin-left:10px;
		color:#050509;
		background-color: #f4f4f4;
		border:1px solid #f4f4f4;
		padding:6px;
		margin-bottom:0px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px
	}
	#portfolio-filter li a:hover {
		background-color: transparent;
		color: #f4f4f4;
		border:1px solid #f4f4f4;
	}
	#portfolio-filter li a.current {
		background-color: transparent;
		color: #f4f4f4;
	}
	#portfolio-filter li a.current:hover {
		background-color: #f4f4f4;
		color: #050509;		

	}
	/* Images list */
	#portfolio-list {
                margin-top: 85px;
                margin-left: 10px;
		width:600px;
	}
	#portfolio-list li {
		float:left;
		margin-right:40px;
		text-align:center;
		background-color: transparent;
		height:110px;
		margin-bottom: 0px;
		width:90px;
        }
	#portfolio-list li a {
                color: transparent;

	}
	#portfolio-list li:hover {
		border-bottom:0px solid #ffffff;
		height:185px;
	}
	#portfolio-list img {
		background-color: transparent;
		height:90px; 
		width:90px;
        }
	#portfolio-list li:hover .title {
		color: transparent;
	}
	#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-rubrik {
        border-bottom:1px solid #f4f4f4;
		overflow:hidden;
                font-weight:bold;
		padding:3px 5px 3px 5px;
		float:left;
		margin-left:0px;
		color:#050509;
		background-color: #f4f4f4;
		margin-bottom:10px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px
        
        }

        #contact-rubrik2 {
        border:1px solid #f4f4f4;
		overflow:hidden;
                font-weight:bold;
		padding:3px 5px 3px 5px;
		float:left;
                margin-top:20px;
		color:#050509;
		background-color: #f4f4f4;
		margin-bottom:20px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px
        
        }

	 #contact-rubrik7 {
        border:4px solid #f4f4f4;
		overflow:hidden;
                font-weight:bold;
		font-size:13px;
		padding:3px 2px 3px 2px;
		margin-bottom:0px;
		float:left;
		margin-left:30px;
                margin-top:0px;
		color:#050509;
		background-color: #f4f4f4;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px
        
        }

  #contact-rubrik3 {
border:1px solid #f4f4f4;
		float:left;
                margin-top:10px;
		color:#f4f4f4;
		background-color: transparent;
		padding:5px 7px 4px 8px;
		margin-bottom:10px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px

}
#contact-rubrik3:hover {
                border:1px solid transparent;
		overflow:hidden;
                font-weight:normal;
		padding:5px 7px 4px 8px;
      
	
	        float:left;
		margin-left:0px;
                margin-top:10px;
		color: transparent;
		background-color: transparent;
		margin-bottom:10px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px

	
        
        }

        .facebook-contact {
                          float:center;
                          margin-left:20px;     
        }         

        #contact {
		padding:0px 0;
		margin-top:20px;
		overflow:hidden;
	}
	.contact-info, .contact-form {
		margin-top: 20px;
		float:left;
		padding:0 28px;
	}
	.contact-info {
		width:260px;
	}
	.contact-form {
		width:420px;
	}
	/* Contact info */
	.contact-info ul {
		float:left;
		margin-left:0px;
		border-left:0px solid #d0cece;
		padding-left:0px;

	}
	.contact-info {
		font-size:13px;
		line-height:20px;
		color: #d0cece;
		overflow: hidden;
	}
	/* Contact Form */
	#contactform {
		margin-top:8px;
		padding-left:30px;
	}
	#contactform p {
		margin-bottom:15px;
	}
	#contactform p label {
		display:block;
		color:#f4f4f4;
		margin-bottom:8px;
		font-size:13px;
	}
	#contactform .input {
		line-height: 20px;
		height: 20px;
		width:60%;
	}
	#contactform .textarea {
		width:95%;
	}
	#contactform .submit {
		color:#f4f4f4;
		background-color: transparent;
		padding:8px;
		border: 1px solid #f4f4f4;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		cursor:pointer;
		font-size:13px;
	}
	#contactform .submit:hover {
		background-color: transparent;
		color: transparent;
		border: 0px solid transparent;
	}
	#contactform .input, .textarea {
		padding:6px;
		background-color: transparent;
		border: 1px solid #f4f4f4;
		color:#f4f4f4;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		font-size: 13px;
	}
	.success, .error {
		padding:10px;
		margin-bottom:10px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}
	.success {
		background-color: transparent;
		color: #f4f4f4;
		border: 1px solid #f4f4f4;
	}
	.error {
		background-color: transparent;
		color: #f4f4f4;
		border: 1px solid #f4f4f4;
	}
	/* 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:20px;
		height:20px;
	}
	div.footer .copyright {
		float:left;
		color:#333;
		padding-left: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;
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
	/* About */
	.about {
		width:100%;

	}

	.about img {
  		display: block;
    		margin-left: auto;
    		margin-right: auto;
	}
	.about h1 {
		line-height:38px;
		font-size:30px
	}
	.about h3 {
		font-size:14px;
		line-height:14px;
	}
	/* Personal info */
	.personal-info {
		width:280px;
		margin-right:10px;
	}
	/*-------------------------------------------------------*/
		/* Resume */
	/*-------------------------------------------------------*/
	.timeline-section {
		width:380px;
		padding-right:30px;
	}
	.skills-section {
		width:300px;
	}
	
	/*-------------------------------------------------------*/
		/* Portfolio */
	/*-------------------------------------------------------*/
	#portfolio-list {
		width:750px;
	}
	#portfolio-list li {

		margin-right:60px;
	}
	/*-------------------------------------------------------*/
		/* Contact */
	/*-------------------------------------------------------*/

	#contact {
		margin-top:10px;
	}
	.contact-info {
		width:280px;
		margin-left:2px;
		margin-bottom:50px;
	}
	.contact-form {
		margin-top:0px;
		margin-left:25px;
		width:420px;
	}
	.contact-info, .contact-form {
		padding:0 10px;
        
        }

        #contact-rubrik2 {
                margin-top:30px;
        
        }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#container {
		width:470px;
	}
	/*-------------------------------------------------------*/
		/* Top Section */
	/*-------------------------------------------------------*/	

	/* Logo */
		#logo {
		float:left;
		overflow:hidden;
		margin-left:34px;
		height: 120px;
		display:none;
	}

	#logo img {
		height: 120px;
	}

	#logo h2 {
		font-size:25px;
		font-weight:900;
		color: #444;
		line-height:30px;
	}
	#logo h4 {
		color:#2b2b2b;
		line-height:15px;
	}
	/* Social icons */
	.socialicons {
		margin-top:9px;
	}
	.social-text {
		display:none;
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
	div.top {
		height:140px;
		margin-top: 0px;
		margin-bottom:20px;
	}

	/* About */
	.about {
		width:100%;
		display:block;
		margin:0px 0 15px 0px;
	}

	.about img {
		width:320px;
	}
	.about h1 {
		line-height:38px;
		font-size:30px
	}
	.about h3 {
		font-size:14px;
		line-height:14px;
	}
	/* Personal info */
	.personal-info {
		margin-top:0;
		display:block;
		width:420px;
		background:none;
		border-top:1px solid #f4f4f4;
	}
	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.menu {
		display: block;
		width: 70%;
		height: 28px;
		vertical-align: middle;
		margin-left: auto;
    		margin-right: auto;
		position:relative;
		
	}
	.tabs {
		width: 100%;
		height: 28px;
		max-width: 479px;
		position: absolute;
		margin-top:-5px;
		vertical-align: middle;
		text-align: center;
		margin: 1 auto;
		z-index:100;
	}
	.tabs li.contact {
		display: inline-block;
		width: auto;
		height: 28px;
		height: auto;
		margin-left: -33px;
    		margin-right: -98px;


	}
	.tabs li.resume {
		display: inline-block;
		width: auto;
		height: auto;
		margin-left: -18px;
    		margin-right: -13px;
	
	}
	.tabs li.profile {
		display: inline-block;
		width: auto;
		height: auto;
		margin-left: -83px;
    		margin-right: 5px;

	}
	.tabs li.portfolio {
		display: inline-block;
		width: auto;
		height: auto;
		margin-left: -8px;
    		margin-right: 0px;

	}
	.tabs img {
		max-width: 70%;
		
		
	}
	.tabs li > a {

		display:block;
		background-repeat:no-repeat;
		font-size:16px;
		color:#f4f4f4;
		text-align:center;

	}
	/*-------------------------------------------------------*/
		/* Resume */
	/*-------------------------------------------------------*/

	#resume {
		margin-top:-30px;
		margin-left: 14px;
	}

	
	.skills-section {
		margin-left:35px;
		width:420px;
	}
	.skills li h4 {
		width:260px;
	}
	/*-------------------------------------------------------*/
		/* Portfolio */
	/*-------------------------------------------------------*/

	#portfolio {
		margin-top:-15px;
		margin-left:20px;
	}

	
	#portfolio-list li {
		float:left;
		margin-right:10px;
		text-align:center;
		background-color: transparent;
		height:60px;
		margin-bottom: 0px;
		width:40px;
        }
	
	#portfolio-filter {
		margin-left:7px;
	}
	
	#portfolio-list {
		width:450px;
		margin-left:0px;
	}
	#portfolio-list img {
		background-color: transparent;
		height:60px; 
		width:60px;
        

	}
	#portfolio-list li {
		margin-left:15px;
		margin-right:25px;
	}
	/*-------------------------------------------------------*/
		/* Contact */
	/*-------------------------------------------------------*/

	#contact {
		margin-top:-40px;
	}

	.contact-info {
		margin-left:8px;
		width:420px;

	}

 #contact-bilder {
                margin-top:5px;
		margin-bottom: 10px;
		margin-left:-42px;
        
        }
	.contact-form {
		margin-top:20px;
		margin-left:-24px;
		width:420px;
	}
	

}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	#container {
		width:380px;
		min-height:600px;
				margin-top:10px;
	}
	/*-------------------------------------------------------*/
		/* Top Section */
	/*-------------------------------------------------------*/
	/* Logo */
	#logo h2 {
		font-size:25px;
		font-weight:900;
		color: #444;
		line-height:30px;
	}
	#logo h4 {
		color:#2b2b2b;
		line-height:15px;
	}
	.socialicons {
		display:none; !important
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
	div.top {
		height:100px;
		margin-top: 50px;
		margin-bottom:20px;
	}

	/* Logo */
		#logo {
		float:left;
		overflow:hidden;
		margin-left:34px;
		display:none;
	}

	#logo img {
		height: 90px;
	}

	/* About */
	.about {
		width:100%;
		display:block;
		margin:0px 0 15px 0px;
	}

	.about img {
		width:320px;
	}
	.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 {
		line-height:38px;
		font-size:30px;
		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 #f4f4f4;
		margin-left:10px;
		min-height:420px;
		padding-left:0;
	}
	.personal-info li {
		font-size:13px;
	}
	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.menu {
		display: block;
		width: 70%;
		vertical-align: middle;
		margin-left: auto;
    		margin-right: auto;
		position:relative;
		
	}
	.tabs {
		width: 100%;
		max-width: 479px;
		position: absolute;
		margin-top:-5px;
		vertical-align: middle;
		text-align: center;
		margin: 1 auto;
		z-index:100;
	}
	.tabs li.contact {
		display: inline-block;
		width: auto;
		height: auto;
		margin-left: -33px;
    		margin-right: -98px;


	}
	.tabs li.resume {
		display: inline-block;
		width: auto;
		height: auto;
		margin-left: -18px;
    		margin-right: -13px;
	
	}
	.tabs li.profile {
		display: inline-block;
		width: auto;
		height: auto;
		margin-left: -83px;
    		margin-right: 5px;

	}
	.tabs li.portfolio {
		display: inline-block;
		width: auto;
		height: auto;
		margin-left: -8px;
    		margin-right: 0px;

	}
	.tabs img {
		max-width: 70%;
		
		
	}
	.tabs li > a {
		height:80px;
		display:block;
		background-repeat:no-repeat;
		font-size:16px;
		color:#f4f4f4;
		text-align:center;

	}
	
	/*-------------------------------------------------------*/
		/* Resume */
	/*-------------------------------------------------------*/
	#resume {
		margin-top:-20px;
		margin-left:16px;
	}
	.timeline-section {
		width:280px;
		padding-right:60px;
	}
	.skills-section {
		width:280px;
	}
	.skills li h4 {
		width:120px;
	}
	
	#press {
	visibility: hidden;
}
	
	/*-------------------------------------------------------*/
		/* Portfolio */
	/*-------------------------------------------------------*/
	#portfolio {
		margin-top:0px;
		margin-left:20px;
	}

	
	#portfolio-list li {
		float:left;
		margin-right:10px;
		text-align:center;
		background-color: transparent;
		height:60px;
		margin-bottom: 0px;
		width:40px;
        }
	
	#portfolio-filter {
		margin-left:7px;
	}
	
	#portfolio-list {
		width:280px;
		margin-left:0px;
	}
	#portfolio-list img {
		background-color: transparent;
		height:60px; 
		width:60px;
        

	}
	#portfolio-list li {
		margin-left:15px;
		margin-right:25px;
	}
	/*-------------------------------------------------------*/
		/* Contact */
	/*-------------------------------------------------------*/
	
	#contact {
		margin-top:-20px;
	}
	.contact-info {
		width:280px;
		
		margin-left:25px;
		margin-bottom:40px;
	}

	.contact-form {
		margin-top:0px;
		margin-left:-5px;
		width:280px;
	}
	.contact-info, .contact-form {
		padding:0 10px;

	 }

        #contact-bilder {
                margin-top:5px;
		margin-bottom: 0px;
		margin-left:-42px;
        
        }

        #contact-rubrik2 {
                margin-top:20px;
		margin-bottom: 40px;
        
        }


}