
html {
	  font-family: sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:hover,a:active {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

b,strong {
    font-weight: 700
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

body {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    background: #f4f4f4;
    width: 100%;
    min-height: 100%
}

a {
    text-decoration: none;
    color: #298EEA
}

a:focus {
    outline: 0
}

strong {
    font-family: museo_sans300,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

body.index header.cf {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#header-top {
    height: 75px;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2)
}

#header-top div {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#top-menu {
    position: absolute;
    top: 14px;
    right: 10px;
}
nav#top-menu span.title {
    font-weight: 700;
    line-height:24px;
}
nav#top-menu span.contact {
    color: #298EEA;
    font-style: italic;
    line-height: 16px;
}
nav#top-menu span.contact::after {
		content: '\0064\006f\0072\0065\006c\002e\76\006c\0065\006a\0075\0040\0067\006d\0061\0069\006c\002e\0063\006f\006d';
}
nav#top-menu span.where::after {
		content: 'Cancun, Dec 9th, 2013';
}
ul.cards {
    position: absolute;
    font-size: 13px;
    line-height: 17px;
    color: #333;
    font-weight: normal;
    left: 1px;
    top: 76px;
    padding: 0;
}

ul.cards li{
	list-style: none;
	display: inline-block;
}

.profile-card {
	  position: relative;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    margin: 10px;
    /* max-width: 420px; */
}

.profile-picture {
    position: relative;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    /*max-width: 400px;*/
}

.profile-picture img {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1), 0 0 0 1px #f4f4f4;
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1),0 0 0 1px #f4f4f4;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1), 0 0 0 1px #f4f4f4;
    border: 0;
}

.profile-picture .when {
	color: #555;
}

.profile-picture .when.dorel::after {
	content: 'Dorel';
}
.profile-picture .when.ioana::after {
	content: 'Ioana';
}
.profile-picture .when.alexander::after {
	content: 'Alexander';
}
.profile-picture .when.carina::after {
	content: 'Carina';
}
.profile-picture .when.maximus::after {
	content: 'Sir Maximus - Sept 27th, 2018';
}