@import url(../font-awesome-4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,latin-ext);

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

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 {
    text-decoration: none; }

img {
    border: 0; }

:focus {
    outline: 0; }

.clear {
    clear: both; }
body, html {
    height: 100%;
    min-height: 100%;
}
body {
    background: #eee;
    font-family: Roboto, Open Sans, sans-serif, Arial, Verdana, "Trebuchet MS";
}

.profile {
    text-align: center;
    padding-top: 130px;
}
.profile img {
    height: 100px;
}
.profile h1 {
    font-size: 40px;
    font-weight: bold;
    padding: 25px 0 15px;
}
.profile h6 {
    color: #999;
    padding-bottom: 10px;
}
.profile .image {
    position: relative;
    display: inline-block;
}
.profile .i1,
.profile .i2,
.profile .i3,
.profile .i4 {
    position: absolute;
    top: 0;
    transition: 350ms all;
}
.profile .image:hover .i1 {
    left: 190px;
    z-index: 4;
}
.profile .image:hover .i2 {
    left: 310px;
}
.profile .image:hover .i3 {
    right: 190px;
    z-index: 4;
}
.profile .image:hover .i4 {
    right: 310px;
}
.profile .i1, .profile .i2 {
    left: 10px;
}
.profile .i3, .profile .i4 {
    right: 1px;
}
.profile .i1, .profile .i3 {
    height: 150px;
    top: 40px;
}
.profile .i2, .profile .i4 {
    height: 100px;
    top: 70px;
}
.profile .profile-image {
    position: relative;
    z-index: 5;
}
.profile p {
    font-size: 16px;
    color: #333;
    padding-top: 15px;
    line-height: 22px;
}
.profile p a {
    color: #3f8faf;
}
.profile p a:hover {
    text-decoration: underline;
}
.profile .social {
    padding-top: 15px;
}
.profile .social li {
    margin: 0 5px;
    display: inline-block;
}
.profile .social li a {
    display: block;
    font-size: 20px;
    background: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 37px;
    box-shadow: 1px 2px 0 rgba(0,0,0,.07);
}
.fa-facebook {
    color: #3b5998;
}
.fa-twitter {
    color: #00aced;
}
.fa-youtube-play {
    color: #bb0000;
}
.fa-linkedin {
    color: #007bb5;
}
.fa-instagram {
    color: #125688;
}
.fa-google-plus {
    color: #dd4b39;
}
.fa-whatsapp {
    color: #4dc247;
}
.fa-rss {
    color: #f26522;
}

.whatsapp {
    padding-top: 20px;
    font-size: 18px;
    color: #222;
}
.whatsapp .fa {
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.mail {
    padding-top: 20px;
    font-size: 18px;
}
.mail .fa {
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 5px;
	color: #222;
}
.mail a {
	color: #222;
}
.mail:hover a {
	text-decoration: underline;
}

@media screen and (max-width: 769px) {
	.profile {
		padding-top: 35px;
	}
}