/* pt-sans-regular - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/pt-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('PT Sans'), local('PTSans-Regular'),
		 url('../fonts/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/pt-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/pt-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/pt-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/pt-sans-v9-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/pt-sans-v9-latin-700.eot'); /* IE9 Compat Modes */
	src: local('PT Sans Bold'), local('PTSans-Bold'),
		url('../fonts/pt-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/pt-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/pt-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */
		url('../fonts/pt-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/pt-sans-v9-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{ color:inherit;}




/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

 #fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox//fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox//fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox//fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox//fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox//fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox//fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox//fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox//fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }






/*-------------------------------------------------------*/
		/* Base styles	 */
	/*-------------------------------------------------------*/
	body {
		background-image:url(../images/bg5.png);
		background-color: #333;
		margin: 0px;
		padding: 0px;
		font-family:'PT Sans', Arial;
		font-size: 12px;
		-webkit-text-size-adjust:none;
	}
	/*-------------------------------------------------------*/
		/* Wrap */
	/*-------------------------------------------------------*/
	#container {
		margin:0 auto;
		width:860px;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	#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: 35px;}
	h2 {font-size: 30px;}
	h3 {font-size: 20px;}
	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;
	}
	/*-------------------------------------------------------*/
		/* Top Section */
	/*-------------------------------------------------------*/
	div.top {
		height:100px;
		margin-bottom:20px;
		overflow:hidden;
	}
	/* Logo */
		#logo {
		float:left;
		overflow:hidden;
		margin-left:10px;
		display:none;
	}
	#logo h2 {
		font-size:30px;
		font-weight:900;
		color: #444;
		line-height:40px;
	}
	#logo h4 {
		color:#666;
		line-height:20px;
	}
	/* Social icons */
	.socialicons {
		float:right;
		margin-top:18px;
	}
	.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:#222;
		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:#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:490px;
		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-weight:900;
		color:#FFF;
		line-height:34px;
		margin-top:8px;
	}
	.about h3 {
		margin-top:5px;
		font-size:18px;
		color:#FFF;
		line-height:18px;
	}
	.about p {
		font-size:14px;
		margin-top:15px;
		color:#bc9010;
		line-height:20px;
	}
	/* 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:#f4c024;
		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 */
	/*-------------------------------------------------------*/
	.menu {
		height:100px;
		background-color:#ededed;
		position:relative;
	}
	.tabs {
		height:116px;
		position: absolute;
		margin-top:-14px;
		padding-left:130px;
		z-index:100;
	}
	.tabs li {
		float:left;
		height:116px;
	}
	.tabs li > a {
		padding-top:80px;
		width:115px;
		height:35px;
		display:block;
		background-repeat:no-repeat;
		font-size:16px;
		color:#b9b9b9;
		text-align:center;
	}
	.tabs li.active {
		background:url('../images/tab-hover.png') no-repeat;
	}
	.tabs li.active a {
		color:#fdc62a;
	}
	.tabs li .tab-profile {
		background-image:url(../images/profile-icon.png);
		background-position:center 40px;
	}
	.tabs li .tab-resume {
		background-image:url(../images/resume-icon.png);
		background-position:center 30px;
	}
	.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-resume {
		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 */
	/*-------------------------------------------------------*/
    #resume {
		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 #fadc66;
		padding-left:15px;
	}
	.timeline li .timelineUnit .timelineDate {
		line-height:17px;
		color: #f4c024;
		font-size:11px;
		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;
	}
	/* 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;
	}
	.skills-section-text{
		margin-left: 30px;font-size: 14px;line-height: 20px;
	}
	.services{
		margin-left: 28px;
		margin-top: -10px;
	}
	.services li{
		padding-bottom: 20px;
		padding-top: 20px;
		border-bottom: 1px solid #eee;
	}
	.service_item h4{
		padding-bottom: 10px;
	}
	.service_item p{
		font-size: 14px;
		line-height: 20px;
		color:  #999;
	}
	/*-------------------------------------------------------*/
		/* Portfolio Section */
	/*-------------------------------------------------------*/
    #portfolio {
		padding: 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: #fdc62a;
	}
	#portfolio-filter li a.current {
		background-color: #fdc62a;
	}
	/* 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 #fdc62a;
		height:185px;
	}
	#portfolio-list img {
		background-color:#FFF;
		height:120px; 
		width:180px;
	}
	#portfolio-list li:hover .title {
		color:#fdc62a;
	}
	#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 #fadc66;
		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: #fdc62a;
	}
	#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:10px;
		height:20px;
		text-align: right;
	}
	div.footer .copyright {
		float:left;
		color:#999;
		padding-left:6px;
	}
	div.footer a{
		color: #999;
	}
	div.footer a:hover,
	div.footer a:focus{
		color: #fff;
	}
	/*-------------------------------------------------------*/
		/* 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;
	}
	


