/* Website Style
----------------------------------------------- */

body, html {
	height: 100%;
	margin: 0;
	background-color: #ffffff;
    font-family: "Raleway", helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 12px !important;
  	line-height: 1;
}

body {
	/*display: none;*/
}

img {
	border: 0px;
}

a {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

a:hover img {
    background: #ffffff;
}

h2 {
	font-weight: 500;
	font-size: 21px;
	line-height: .5;
}

.title {
	font-weight: 500;
	font-size: 21px;
}

.desc {
	font-size: 14px;
    color: #b2b2b2;
}

.link a {
	font-size: 16px;
    color: #000000;
}

.link a:hover {
    color: #ffffff;
    background: #4dd2ff;
}

/* Center Content */

#outer {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#outer[id] {
	display: table;
	position: static;
}

#middle {
	position: absolute;
	top: 50%;
	right: 50%;
}

#middle[id] {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: static;
}

#inner {
	position: relative; 
	top: -50%;
	right: -50%;
}

#inner[id] {
	position: static;
}

#content {
	text-align: center;
	margin-top: 50px;
}

#portfolio {
	text-align: center;
	margin-bottom: 150px;
}


/* Portrait */

#portrait_2 {
    background: url('../img/portrait.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 5;
    /*-webkit-transform: translate3d(0, 0, 0);*/
}

#portrait_1 {
    background: url('../img/portrait_bg.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
}

#portrait {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    z-index: 10;
}


/* Social Icons */

#icon_mail {
    background: url('../img/icon_mail.gif');
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-left: 1px;
    width: 37px;
    height: 37px;
}

#icon_blogger {
    background: url('../img/icon_blogger.gif');
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-left: 1px;
    width: 37px;
    height: 37px;
}

#icon_linkedin {
    background: url('../img/icon_linkedin.gif');
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 37px;
    height: 37px;
    width: 37px;
    height: 37px;
}

#icon_twitter {
    background: url('../img/icon_twitter.gif');
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 37px;
    height: 37px;
}

#icon_mail:hover {
    background: url('../img/icon_mail_hover.gif');
    width: 37px;
    height: 37px;
}

#icon_blogger:hover {
    background: url('../img/icon_blogger_hover.gif');
    width: 37px;
    height: 37px;
}

#icon_linkedin:hover {
    background: url('../img/icon_linkedin_hover.gif');
    width: 37px;
    height: 37px;
}

#icon_twitter:hover {
    background: url('../img/icon_twitter_hover.gif');
    width: 37px;
    height: 37px;
}