/*
 * Author: Velko Georgiev
 * URL: http://themeforest.net/user/velkoto
 * Project Name: Isadora - Responsive Resume & Portfolio One Page Theme
 * Version: 1.0
 * Date: 17-02-2014
 */

/* 	TABLE OF CONTENT
====================================================
	#Slider
	#Navigation
	#About Me
	#Experience & Education
	#Services
	#Skills
	#Portfolio
	#Blog
	#Contact Form
	#Social Icons
	#Contact Info
	#Title Styles
	#Single Project
	#Font Face
	*/

/* SLIDER
================================================== */	
	.slider {
		width: 100%; 
		max-width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
		padding: 0;
		}
		
	.slider h3 { 
		font-family: 'Bebasneueregular', sans-serif;
		font-size: 160px;
		line-height: 50px; 
		color: #fff; 
		text-transform: uppercase; 
		text-align: center;
		text-shadow: 1px 1px #444;
		position: absolute; 
		right: 0; 
		left: 0; 
		top: 0; 
		bottom: 0;  
		z-index: 999999;
		margin: 260px auto 0 auto; 
		padding: 0 60px 0 60px;	
		}
		
	.slide-color {
		font-family: 'Montserrat Alternates', sans-serif;
		color: #00aaaa; 
		}
		
	.little {
		font-size: 38px; 
		color: #fff;
		text-shadow: none;
		padding: 5px 30px 0px 30px; 
		border: 1px solid #fff;
		 }
		
	.overlay {
		background: url(../img/overlay.png) repeat top left;
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 999;
		}	
	
/* NAVIGATION
================================================== */		
	#nav { 
		position: fixed;
		top: 0;
		left: 0;
		height: auto; 
		list-style: none;
		margin-top: 0px;
		z-index: 999999; 
		}
			
	.nav-icon { 
		text-align: center; 
		font-size: 18px;
		}		
		
	#nav li {
		margin-bottom: 0; 
		border-bottom: 1px solid #222;
		background: url(../img/black-transparent.png) top left repeat; 
		}

	#nav a {
		color: #666;
		display: block;
		text-align: center;
		padding: 18px 10px 18px 8px;
		}
		
	#nav a:hover {
		background: #00aaaa; 
		color: #fff; 
		}
		
	#nav .current a { 
		background: #00aaaa;
		color: #fff;
		}
		
	.current {
		background: #00aaaa;
		}

	.bottom {
		background: url(../img/black-transparent.png) top left repeat; 
		height: 100%; 
		min-height: 10000px; 
		width: 100%;  
		float: left;
		}
		
	.menu-icon { 
		font-size: 18px;
		cursor: pointer; 
		text-align: center;
		padding: 20px 25px 20px 25px; 
		color: #666; 
		background: url(../img/black-transparent.png) top left repeat; 
		}
		
	.menu-icon:hover {
		color: #fff;
		background: #00aaaa;
		}

/* ABOUT ME
================================================== */			
	.about-me  { 
		background: #00aaaa;
		margin: -12px auto 0 auto;
		padding: 30px 0px 30px 0px;
		}		
		
	.about-me h2 { 
		font-family: 'Raleway', sans-serif;
		font-size: 46px; 
		font-weight: 300; 		
		line-height: 1;
		color: #111;
		text-align: center; 
		margin: 0 auto;
		padding: 0px 60px 0px 60px;
		}
	
	.about-me h3 { 
		font-family: 'Raleway', sans-serif; 
		font-size: 20px; 
		font-weight: 300; 
		line-height: 1;
		color: #fff; 
		text-align: center; 
		margin: 10px auto 30px auto; 
		padding: 0px 60px 0px 60px;
		}	
	
	.about-me p { 
		font-family: 'Raleway', sans-serif;
		font-size: 14px;
		font-weight: 300;
		line-height: 1.4;
		color: #fff;
		text-align: center;
		margin: 10px auto;
		padding: 20px 70px 20px 70px;
		}
		
	.signature { 
		font-family: 'Herr Von Muellerhoff', cursive;
		font-size: 36px; 
		line-height: 1.4;
		color: #fff;
		text-align: center; 
		margin: 20px auto; 
		}
		
/* EXPERIENCE & EDUCATION
================================================== */
	.experience, .education {
		width: 100%; 
		max-width: 100%; 
		height: auto; 
		text-align: left; 
		margin-bottom: 50px; 
		padding-top: 20px;
		-webkit-box-shadow: inset 3px 0 0 0 #00aaaa; 
		}
		
	.experience h3 , .education h3 {
		font-family: 'Raleway', sans-serif;
		font-size: 22px; 
		font-weight: 300;
		line-height: 1;
		color: #333; 
		text-align: left; 
		text-transform: uppercase;
		margin-left: 20px;
		}

	.experience h4, .education h4 {
		font-family: 'Raleway', sans-serif;
		font-size: 18px; 
		font-weight: 300;
		line-height: 1;
		color: #00aaaa; 
		text-align: left; 
		margin: 0px 0px 20px 20px;
		}

	.experience p, .education p {
		font-family: 'Raleway', sans-serif;
		font-size: 14px; 
		font-weight: 300;
		line-height: 1.5;
		color: #888; 
		text-align: left; 
		margin: 0px 0px 0px 20px;
		}

/* SERVICES
================================================== */		
	.services h3 {
		font-family: 'Raleway', sans-serif;
		font-size: 18px; 
		font-weight: 300;
		line-height: 1.2;
		color: #333; 
		text-transform: uppercase;
		} 
		
	.services p {
		font-family: 'Raleway', sans-serif;
		font-size: 14px;
		font-weight: 300;
		line-height: 1.5;
		color: #888;
		text-transform: none; 
		} 
		
	.services img {
		width: 100%;
		max-width: 100%; 
		height: auto;
		margin: 0 auto;
		padding: 0;
		} 
	
	.right {
		width: 100%; 
		max-width: 100%; 
		height: auto; 
		min-height: 130px;
		margin: 10px 0px 10px 0px; 
		}
	
	.right h3 { 
		text-align: left;
		}	
		
	.right p { 
		text-align: left;
		}
		
	.service-icon-right { 
		display: inline-block;
		float: left;  
		width: 75px;
		height: 120px;  
		text-align: center; 
		color: #00aaaa;
		}
		
	.left {	
		width: 100%; 
		max-width: 100%; 
		height: auto; 
		min-height: 130px; 
		margin: 10px 0px 10px 0px; 
		}
		
	.left h3 { 
		text-align: right;
		}
		
	.left p { 
		text-align: right;
		}
		
	.service-icon-left {
		display: inline-block;  
		float: right;
		width: 75px; 
		height: 120px;  
		text-align: center; 
		color: #00aaaa;
		}	
		
/* SKILLS
================================================== */
	#skills {
		width: 100%; 
		max-width: 100%;
		height: auto;
		position: relative;
		float: left;
		text-align: center;
		margin: 0 auto;
		padding: 20px 0px 40px 0px; 
		}	
	
	.chart {
		position: relative;
		display: inline-block;
		width: 150px;
		height: 150px;
		margin: 20px auto;
		text-align: center;
		}
		
	.chart canvas {
		position: absolute;
		top: 0;
		left: 0;
		}

	.skill {
		position: absolute; 
		top: 65%; 
		right: 0; 
		left:0; 
		display: block;
		margin: 0 0 0 10px;
		color: #888; 
		font-family: 'Raleway', sans-serif;
		font-weight: 300; 
		text-transform: uppercase; 
		font-size: 13px;
		text-align: center;
		}

	.percent { 
		display: inline-block; 
		font-family: 'Bebasneueregular', sans-serif;
		font-size:32px;
		color:#333;
		text-align: center;
		margin: 43% 0 0 10px;		
		z-index: 2;
		}
		
	.percent:after {
		content: '%';
		margin-left: 0.1em;
		font-size: .8em;
		}

/*  PORTFOLIO
==================================================== */
	.portfolioFilter { 
		text-align: center; 
		width: 100%;
		margin: 10px auto 20px auto; 
		padding: 0;
		}
	
	.portfolioFilter a {
		cursor: pointer;
		font-family: 'Bebasneueregular', sans-serif;
		font-size: 21px; 
		line-height: 30px; 
		text-align: center; 
		text-decoration:none;
		margin: 0 5px 0 5px;
		color: #444;
		display: inline-block;
		padding: 2px 20px 0px 20px;
		}

	.portfolioFilter a.active {
		border: 1px solid #00aaaa; 
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius:2px;
		color: #00aaaa;	
		}

	#Grid {
		margin: 0;
		padding: 0;
		position: relative;
		list-style-type: none;
		text-align: center;
		}

	#Grid:after {
		content: '';
		display: inline-block;
		width: 100%;
		}
		
	#Grid .mix {
		display: none;
		opacity: 0;
		height: auto;
		vertical-align: top;
		margin-left: -4px; 
		margin-bottom: 0;
		text-align: center;
		}

	.portfolioContainer { 
		width: 100%; 
		height: auto;
		margin: 0 auto; 
		padding: 0px;
		text-align: center; 
		}
 
	.portfolioContainer img {
		width: 100%;
		max-width: 100%; 
		height: auto;
		margin: 0px auto;  
		padding: 0; 
		text-align: center;
		display: block;
		position: relative; 
		-webkit-transition: all 1.2s linear;
		-moz-transition: all 1.2s linear;
		-o-transition: all 1.2s linear;
		-ms-transition: all 1.2s linear;
		transition: all 1.2s linear;
		}
	
	.more {
		display: inline-block;
		position: relative; 
		width: 50px;
		height: 50px;
		font-family: 'Raleway', sans-serif;
		font-size: 50px;
		font-weight: 100;
		line-height: 50px;
		color: #fff;
		text-align: center;
		margin: 25% auto 0 auto;
		border: 1px solid #fff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		}

	.project-view {
		width:100%;
		max-width: 100%; 
		height: auto;   
		overflow: hidden;
		position: relative;
		text-align: center; 
		margin: 0 auto;
		padding: 0;
		cursor: default;
		}

	.project-view .project-mask,.project-view .content {
		width:100%;
		max-width: 100%; 
		height: auto; 
		min-height: 400px;		
		text-align: center;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		margin: 0 auto;
		padding: 0;
		}

	.project-view .project-mask {
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		opacity: 0;
		background: rgba(0,170,170, 0.7);
		-webkit-transition: all 0.8s ease-in-out;
		-moz-transition: all 0.8s ease-in-out;
		-o-transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
		}

	.project-view:hover img {
		-webkit-transform: scale(1.6,1.6);
		-moz-transform: scale(1.6,1.6);
		-o-transform: scale(1.6,1.6);
		-ms-transform: scale(1.6,1.6);
		transform: scale(1.6,1.6);
		}

	.project-view:hover .project-mask {
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		opacity: 1;
		}
		
	.project { 
		width: 300px; 
		height: auto;
		margin: 0 auto; 
		padding: 0;
		text-align: center;  
		position: relative; 
		} 
		
/*  BLOG
==================================================== */		
	.blog { 
		width: 100%; 
		height: auto;
		}

	.blog h3 { 
		font-family: 'Raleway', sans-serif;
		font-size: 22px;
		font-weight: 300;
		line-height: 1.5;
		color: #333;
		text-transform: uppercase;
		text-align: left;
		margin: 10px auto 5px auto;
		}
	
	.blog p { 
		font-family: 'Raleway', sans-serif;
		font-size: 14px;
		font-weight: 300;
		line-height: 1.5;
		color: #888;
		text-align: left; 
		margin-bottom: 20px;
		}

	.date { 
		background: #00aaaa;
		position: absolute;
		font-family: 'Oswald', sans-serif;
		font-size: 18px;
		line-height: 25px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		padding: 15px 20px 0px 20px;
		z-index: 9;
		}

	.blog img {
		width: 100%;
		max-width: 100%; 
		height: auto;
		margin: 0px auto;  
		padding: 0; 
		text-align: center;
		display: block;
		position: relative; 
		-webkit-transition: all 1.2s linear;
		-moz-transition: all 1.2s linear;
		-o-transition: all 1.2s linear;
		-ms-transition: all 1.2s linear;
		transition: all 1.2s linear;
		}
	
	.blog-link {
		background: #00aaaa;
		width: 50px;
		height: 38px;
		display: inline-block;
		position: relative;
		margin: 27% auto 0 auto;
		padding-top: 12px;
		color: #fff;
		text-align: center;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		-ms-border-radius:50%;
		-o-border-radius:50%;
		border-radius:50%;
		}

	.blog-view { 
		width:100%;
		max-width: 100%; 
		height: auto;   
		overflow: hidden;
		position: relative;
		text-align: center; 
		margin: 0 auto;
		padding: 0;
		cursor: default;
		border-bottom: 5px solid #00aaaa;
		}

	.blog-view .blog-mask,.blog-view .content {
		width:100%;
		max-width: 100%; 
		height: auto; 
		min-height: 400px;		
		text-align: center;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		margin: 0 auto;
		padding: 0;
		}

	.blog-view .blog-mask {
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		opacity: 0;
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
		}

	.blog-view:hover img {
		-webkit-transform: scale(1.2,1.2);
		-moz-transform: scale(1.2,1.2);
		-o-transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		}

	.blog-view:hover .blog-mask {
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		opacity: 1;
		}
		
/*  CONTACT FORM
==================================================== */	
	#contact { 
		width: 100%;
		height: auto;
		background:#222;
		margin: 0 auto;
		padding: 0px 0px 20px 0px; 
		float: left;		
		}
		
	#contact input, #contact textarea {
		width: 100%;
		font-family: 'Raleway', sans-serif;
		font-size: 1.0em; 
		font-weight: 300;
		padding: 12px 0 12px 0;
		background: #fbfbfb;
		border: 1px solid #555;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		}

	#contact textarea { 
		background: #fbfbfb;
		height: 100px;
		margin: 0 auto;
		border: 1px solid #555; 
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		}

	#contact textarea:focus, #contact input:focus { 
		color: #333; 
		}
		
	#contact .email{ 
		background: #fff url(../img/email.png) no-repeat 12px;
		width: 86%;
		float: left;
		margin: 5px auto;
		padding-left: 45px;   
		}
		
	#contact  .name{ 
		background: #fff url(../img/name.png) no-repeat 12px;
		width: 86%;
		float: left;
		margin: 15px auto 5px auto;
		padding-left: 45px;  
		}
		
	#contact  .message{ 
		background: #fff url(../img/message.png) no-repeat 10px 10px;
		width: 86%;
		float: left;
		margin: 5px auto;
		padding-left: 45px;   
		}
	
	#contact input.submit-button {
		font-family: 'Bebasneueregular', sans-serif;
		font-size: 24px;
		line-height: 1;
		color: #fff;
		width: 150px; 
		height: auto; 
		border: none;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		padding: 15px;
		margin: 5px auto;
		text-align: center;
		background: #00aaaa; 
		
		cursor: pointer;
		}
		
	.contact-header { 
		background: #00aaaa;
		width: 100%;		
		float: left;  
		margin: 0 auto; 
		padding-bottom: 45px;
		}
	
	.contact-header h2 { 
		background: url(../img/mail.png) center left no-repeat; 
		font-family: 'Bebasneueregular', sans-serif;
		font-size: 36px;
		line-height: 1;
		color: #fff;
		text-align: left;
		margin: 40px 0px 0px 5px;
		padding: 30px 0px 20px 150px; 
		}
		
/* SOCIAL ICONS
================================================== */
	.social-icons { 
		text-align: left; 
		margin: 50px 0px 25px 0px; 
		}
		
	.social-icon { 
		color: #777; 
		margin: 0 25px 5px 0; 
		text-align: center; 
		display: inline-block;
		padding: 0px 20px 0px 0px;
		float: left;
		}
		
	.social-icon:last-child	{ 
		margin-right: 0; 
		}
	
	.social-icon:hover {
		color: #00aaaa; 
		-webkit-transition: color 0.4s linear;
		-moz-transition: color 0.4s linear;
		-o-transition: color 0.4s linear;
		transition: color 0.4s linear;
		}

/* CONTACT INFO
================================================== */
	.contact-info { 
		margin: 10px auto;
		padding: 0; 
		}

	.contact-info h3 { 
		font-family: 'Bebasneueregular', sans-serif;
		font-size: 24px;
		line-height: 2;
		color: #fff; 
		text-align: left;	
		}
		
	.contact-info p { 
		font-family: 'Arial', sans-serif;
		font-size: 14px;
		line-height: 2px;
		color: #777;    
		text-align: left;
		}
	
/* TITLE STYLES
================================================== */
	.title {
		float: left;
		margin-bottom: 50px;
		margin-top: 30px;
		position: relative;
		width: 100%;
		}
		
	.title:before {
		background: none repeat scroll 0 0 #ddd;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		top: 12px;
		width: 100%;
		}
		
	.title > .title-icon { 
		background: #fbfbfb;
		color: #ddd;
		display: table;
		margin: 0 auto;
		padding: 0 30px;
		position: relative;
		z-index: 9; 
		}

	.title > .title-icon:before {
		background: none repeat scroll 0 0 #ddd;
		content: "";
		height: 35px;
		left: 11px;
		position: absolute;
		top: -18px;
		-webkit-transform: rotate(41deg);
		-moz-transform: rotate(41deg);
		-ms-transform: rotate(41deg);
		-o-transform: rotate(41deg);
		transform: rotate(41deg);
		width: 1px;
		}
		
	.title > .title-icon:after {
		background: none repeat scroll 0 0 #ddd;
		bottom: -15px;
		content: "";
		height: 35px;
		position: absolute;
		right: 11px;
		-webkit-transform: rotate(41deg);
		-moz-transform: rotate(41deg);
		-ms-transform: rotate(41deg);
		-o-transform: rotate(41deg);
		transform: rotate(41deg);
		width: 1px;
		}
		
	.title > .title-icon  {
		font-style: normal;
		}

	.color {
		background: #00aaaa;
		color: #fff;
		padding: 0px 15px 0px 15px; 
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		}
		
/* SINGLE PROJECT
================================================== */
	.single-project {
		background: #fbfbfb;  
		width: 100%; 
		height: auto; 
		min-height: 100%; 
		margin: 0 auto; 
		padding: 0;
		}

	.single-project h2 { 
		background: url(../img/underline.png) bottom center no-repeat;
		font-family: 'Raleway', sans-serif;
		font-size: 26px;
		font-weight: 300;
		line-height: 40px;
		text-transform: uppercase;
		text-align: center;
		color: #111; 
		margin: 80px auto 10px auto; 
		padding-bottom: 20px;
		}

	.single-project h3 {
		font-family: 'Raleway', sans-serif;
		font-size: 18px; 
		font-weight: 300; 
		line-height: 24px;
		text-transform: uppercase; 
		text-align: left; 
		color: #00aaaa;
		margin: 20px auto 0px auto; 
		padding: 0px 0px 10px 0px;
		border-bottom: 1px solid #ddd;
		}

	.single-project p { 
		font-family: 'Raleway', sans-serif; 
		font-size: 14px;
		font-weight: 300;
		line-height: 20px; 
		color: #555; 
		margin: 10px auto 10px auto;  
		padding: 0; 
		}

	.single-project img {
		width: 100%; 
		max-width: 100%;
		height: auto;
		margin: 20px auto 0px auto;
		}

	.website { 
		font-family: 'Arial', sans-serif; 
		font-size: 16px; 
		font-weight: 300;
		line-height: 1.5; 
		text-transform: uppercase;
		text-align: center; 
		color: #00aaaa; 
		margin: 25px auto; 
		padding: 8px 25px 8px 25px;
		float: left;
		border: 1px solid #00aaaa; 
		 -webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius:3px;
		}

	.close-button {
		background: #fbfbfb; 
		position: absolute; 
		top: -40px; 
		right: 0; 
		border: none; 
		width: 48px; 
		height: 48px; 
		cursor: pointer;
		}
		
	.close-button a:hover {
		color: #00aaaa;
		}
		
	.close-button a {
		color: #00aaaa;
		}

	.close-icon  {
		cursor: pointer; 
		color: #00aaaa;
		}

/* FONT FACE
================================================== */
	@font-face {
		font-family: 'BebasNeueRegular';
		src: url('../fonts/BebasNeue-webfont.eot');
		src: url('../fonts/BebasNeue-webfont86d7.eot?iefix') format('eot'),
			url('../fonts/BebasNeue-webfont.woff') format('woff'),
			url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
			url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
				font-weight: normal;
	}	