@charset "utf-8";
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/*  csswizardry.com/2011/10/reset-restarted */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong, b, mark {
    font-weight: bold;
    font-style: inherit;
}
em, i, cite, q, address, dfn, var {
    font-style: italic; 
    font-weight: inherit;
}
abbr[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
ins {
    border-bottom: 1px solid;
}
a, u, ins {
    text-decoration: none;
}
del, s {
    text-decoration: line-through;
}
pre, code, samp, kbd {
    font-family: monospace;
}
small {
    font-size: 0.75em;
}
img {
    border: none;
    font-style: italic;
}
input,
select, option, optgroup,
textarea {
    font: inherit;
}





/*---------------MAIN----------------*/
html {
    color: #585858;
	background: #fff url(../img/bg.png) repeat;
    font: 14px/1.5 "Space Mono", Helvetica, Arial, sans-serif;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);

}
body {
    margin: 5%;
}

.avatar {
    float: left;
    margin: 20px 40px 20px 0;
}
    .avatar img {
        max-width: 200px;
        max-height: 200px;
        border-radius: 125px;
    }

.content {
    float: left;
    width: 460px;

}
    .title, .title a {
    color: #404040;
    font-family: "Fjalla One", serif;
    font-size: 50px;
    font-weight: normal;
    line-height: 48px;
    margin: 0 0 26px;
text-shadow: 0 2px 2px white;      }




/*------------typo--------------------*/
p,
ul, ol, dl,
.title {
    margin-bottom: 20px;
}
p {
       
    font-family: "Space Mono", sans-serif;
    font-size: 15px; 
/*    line-height: 18px;*/
    margin: 0 0 18px;
    font-weight:400;}
p.links{
    font-size: 90%;
    line-height: 23px;
    


}
ul, ol, dl {
    list-style-type: none;
}
a {
    color: #488A88;
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
	
}
a:hover, a:focus {
    color: #000;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease;
}





/*-----------misc-----------*/
a img:hover,
.social-icons a:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity: 0.85;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

/*
Animate.css - http://daneden.me/animate*/
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounceInDown {
    0% {
        -webkit-transform: translateY(-2000px);
    }
    
    60% {
        -webkit-transform: translateY(30px);
    }
    
    80% {
        -webkit-transform: translateY(-10px);
    }
    
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInDown {
    0% {
        -moz-transform: translateY(-2000px);
    }
    
    60% {
        -moz-transform: translateY(30px);
    }
    
    80% {
        -moz-transform: translateY(-10px);
    }
    
    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounceInDown {
    0% {
        -o-transform: translateY(-2000px);
    }
    
    60% {
        -o-transform: translateY(30px);
    }
    
    80% {
        -o-transform: translateY(-10px);
    }
    
    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        transform: translateY(-2000px);
    }
    
    60% {
        transform: translateY(30px);
    }
    
    80% {
        transform: translateY(-10px);
    }
    
    100% {
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}





/*--------------mobile---------------------*/
@media handheld, only screen and (max-width: 600px) {
    .avatar,
    .content {
        float: none;
        margin-top: 0px;
    }

    .avatar img {
        max-width: 125px;
        max-height: 125px;
    }

    .content {
        width: 100%;
    }
    body {
        margin: 8%;
    }
}


/*fff*/
.gender{
width:16px;
height:16px;
vertical-align: bottom;
border: 0px;
}
.gender:hover{
background-image: url("img/female.png");
border: 0px;
}
.female{
color: #D18394;
font-weight: bold;
text-shadow:none;
font-size:15px;
vertical-align: middle;
}

.tt-wrapper{
	padding: 0;
	width: 300px;
	height: 32px;
	margin: 28px 0px 15px 0px;
}
.tt-wrapper li{
	float: left;
}
.tt-wrapper li a{
	display: block;
	width: 68px;
	height: 32px;
	margin: 0 2px;
	outline: none;
	background: transparent url(../img/icons.png) no-repeat top left;
	text-indent: -9000px;
	position: relative;
}

.tt-wrapper li a span{
	width: 100px;
	height: 10px;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -60px;
	font-family: 'Source Sans pro', Georgia, serif;
	font-weight: 700;	
	font-style: italic;
	font-size: 14px;
	color: #488A88;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
/*background-color: rgba(255,255,255,0.5);*/
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.5);
}
.tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid rgba(255,255,255,0.5);
}
.tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 36px;
}

.tt-wrapper li .tt-facebook{
    background-position: 0px 0px;
	width: 32px;
	height: 32px;
}
.tt-wrapper li .tt-facebook:hover{background-position: 0px -33px;}
.tt-wrapper li .tt-twitter{
    background-position: -38px 0px;
	width: 32px;
	height: 32px;
}
.tt-wrapper li .tt-twitter:hover{background-position: -38px -33px;}

.tt-wrapper li .tt-lastfm{
    background-position: -76px 0px;
	width: 32px;
	height: 32px;
}
.tt-wrapper li .tt-lastfm:hover{background-position: -76px -33px;}

.tt-wrapper li .tt-youtube{
    background-position: -114px 0px;
	width: 32px;
	height: 32px;
}
.tt-wrapper li .tt-youtube:hover{background-position: -114px -33px;}

.tt-wrapper li .tt-linkedin{
    background-position: -152px 0px;
	width: 32px;
	height: 32px;
}
.tt-wrapper li .tt-linkedin:hover{background-position: -152px -33px;}

.tt-wrapper li .tt-behance{
    background-position: -190px 0px;
	width: 32px;
	height: 32px;
}
.tt-wrapper li .tt-behance:hover{background-position: -190px -33px;}

.tt-wrapper li .tt-blog{
    background-position: -228px 0px;
	width: 32px;
	height: 32px;
}
.tt-wrapper li .tt-blog:hover{background-position: -228px -33px;}
.tt-wrapper li .tt-instagram{
    background-position: -266px 0px;
	width: 32px;
	height: 32px;
}
.tt-wrapper li .tt-instagram:hover{background-position: -266px -33px;}