@CHARSET "ISO-8859-1";

/* MAIN COLORS:
#ec008c
#ce007a
#980059
#8e0053
*/

/*--------------------------------------------
 LOADER
---------------------------------------------*/

html,
body {
    overflow-y: auto;
    min-height: 100%;
    cursor: default;
    background-color: #000;
}

::selection {
    background-color: #ec008c;
    color: #fff;
}

.overlay {
    min-height: 100%;
}

.fullpage {
    min-height: 100%;
}

.loader {
    color: #ec008c;
    font-family: Consolas, Menlo, Monaco, monospace;
    font-weight: bold;
    font-size: 30vh;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 9999999999999999999999999;
    background-color: #fff;
    text-align: center;
    line-height: 100vh;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    width: 100%!important;
    overflow: hidden!important;
}

.loader span {
    display: inline-block;
    animation: pulse 0.4s alternate infinite ease-in-out;
}

.loader span:nth-child(odd) {
    animation-delay: 0.4s;
}

@keyframes pulse {
    to {
        transform: scale(0.8);
        opacity: 0.5;
    }
}

.spacebetween {
    display: inline-block;
    width: 0px;
}

#fullpage {
    opacity: 0;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
}

/* --------------------------------------------
/* CSS Reset
/* -------------------------------------------- */

body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    color: #ccc;
    text-decoration: none;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

/* --------------------------------------------
/* Custom CSS
/* -------------------------------------------- */

*, *:after, *:before {
    transition: all 0.3s ease-in-out;
    -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;
    
    -ms-user-select: none;
    /* IE 10+ */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

@font-face {
    font-family: 'KiukiAvantGardeBold';
    src: url("fonts/kiuki_agb_v5-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/kiuki_agb_v5-webfont.woff") format("woff"), url("fonts/kiuki_agb_v5-webfont.ttf") format("truetype"), url("fonts/kiuki_agb_v5-webfont.svg#svgFontName") format("svg")
}

html,
body {
    font-family: "KiukiAvantGardeBold", sans-serif;
    padding: 0;
    margin: 0;
    color: #fff;
}

.section {
    text-align: center;
    overflow: hidden;
}

h1 {
    font-family: 'KiukiAvantGardeBold';
    font-size: 5em;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: 'KiukiAvantGardeBold';
    font-size: 4em;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: 'KiukiAvantGardeBold';
    font-size: 3em;
    margin: 0;
    padding: 0;
}

h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    margin: 0;
    padding: 0;
}

h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    margin: 0;
    padding: 0;
}

h6 {
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
    /*
    color:#ec008c;
    cursor: crosshair;
    */
}

.opacity_visible {
    opacity: 1!important;
}

.translate_0 {
    transform: translate(0%, 0%) !important;
}

video::-webkit-media-controls {
    display: none !important;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

p {
    font-size: 2em;
}

.intro p {
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}

#menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#menu li.active {
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

#menu li a {
    text-decoration: none;
    color: #000;
}

#menu li.active a:hover {
    color: #000;
}

#menu li:hover {
    background: rgba(255, 255, 255, 0.8);
}

#menu li a,
#menu li.active a {
    padding: 9px 18px;
    display: block;
}

#menu li.active a {
    color: #fff;
}

#menu {
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    height: 80px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

.logo {
    position: absolute;
}
/*** NAV WHITE **/

#navigation.white #navbar {
    background: #fff;
    border-left: 1px solid #fff;
}

#navigation.white #navbar::after {
    content: '';
    position: absolute;
    right: 99.7%;
    left: auto;
    top: 0;
    width: 10px;
    border-left: 40px solid transparent;
    clear: both;
    border-top: 64px solid #fff;
}

#navigation.white #bottombar {
    background: transparent;
}


#navigation.white .num {
    color: #000;
}

#navigation.white .it {
    color: #000;
}

#navigation.white .numdown {
    color: #000;
}
/*** NAV BLACK **/

#navigation.black #navbar {
    background: #000;
    border-left: 1px solid #000;
}

#navigation.black #navbar::after {
    content: '';
    position: absolute;
    right: 99.7%;
    left: auto;
    top: 0;
    width: 10px;
    border-left: 40px solid transparent;
    border-top: 64px solid #000;
    clear: both;
}


#navigation.black #bottombar {
    background: transparent;
}

#navigation.black .num {
    color: #fff;
}

#navigation.black .it {
    color: #fff;
}


#navbar {
    width: auto;
    position: fixed;
    z-index: 110;
    top: 0;
    padding: 24px;
    padding-left: 5px!important;
    height: 64px;
    padding-top: 6px!important;
    left: auto;
    padding-right: 102px;
    right: 0;
    z-index: 9999999;
}
#navbar.open{
    padding-right: 47px;
}
#bottombar {
    opacity: 1;
    width: auto;
    position: fixed;
    z-index: 110;
    bottom: 0;
    top: auto;
    left: 0;
    padding-top: 6px!important;
    padding-right: 0px!important;
    height: 64px;
    left: 50%;
    padding-left: 10px;
    right: auto;
    margin-top: 64px;
    transform: translate(-50%,0%);
}

#bottombar.none {
    opacity: 0;
}

#navbar.closed {
    height: 0px!important;
    padding: 0px!important;
}

.sezione_cont {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#bottombar .sezione_cont {
    overflow: visible;
}

.sezione {
    font-family: "Oswald", sans-serif;
    font-weight: 800;
    font-size: 2.8em;
    color: #ec008c;
    letter-spacing: 5px;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.num {
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: 2px;
    display: inline-block;
}

.it {
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: 2px;
    display: inline-block;
}

.it.none {
    display: none;
}

.sezionedown {
    font-family: "Oswald", sans-serif;
    font-weight: 800;
    font-size: 2.8em;
    color: #ec008c;
    letter-spacing: 5px;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.numdown {
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: 2px;
    display: inline-block;
}

.numdown {
    display: none;
}

.absoluteshadow {
    position: absolute;
    width: 105px;
    height: 19px;
    border-radius: 0% 0% 15% 0%;
    background-color: #fff;
    opacity: 0.2;
    margin-top: 11px;
    margin-left: 2px;
}

.arrowUp,
.arrowDown {
    animation: MoveDownShort 3s linear infinite;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin:0;
    left: 50%;
    right:auto;
    transform: translate(-50%, 0);
    z-index: 100!important;
    display: inline-block;
}

.arrowDown {
    bottom: 10px;
    top: 3px;
    border-width: 34px 38.5px 0px 38.5px;
    border-color: #ec008c transparent transparent transparent;
}

.arrowUp {
    top: 10px;
    border-width: 0 38.5px 34px 38.5px;
    border-color: transparent transparent #ec008c transparent;
    opacity: 0;
}

.arrowDown.black{
        border-color: #000 transparent transparent transparent;

}
.arrowUp.black{
    border-color: transparent transparent #000 transparent;
}

.arrowDown.white{
        border-color: #fff transparent transparent transparent;

}
.arrowUp.white{
    border-color: transparent transparent #fff transparent;
}

@keyframes MoveDownShort {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0px;
    }
}

.logo a {
    font-family: "Oswald", sans-serif;
    font-weight: 800;
    font-size: 2.8em;
    color: #ec008c;
    letter-spacing: 5px;
    line-height: 50px;
    text-decoration: none;
}

.muck {
    font-size: 0em!important;
    width: 0px!important;
}
#bottombar.close{
    opacity:0;
    width:0%;
    font-size: 0px;
}
.sezione_cont{
    transition: none;
    -webkit-transition: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
}
.sezione_cont.closesez{
    opacity:0;
    width:0%;
    font-size: 0px;
}
.logo:hover a {
    border-top: 2px dotted #ce007a;
    color: #ce007a;
}

.logo i {
    color: #fff;
    font-style: normal;
    font-size: 0.5em;
    letter-spacing: 2px;
}

#myNav {
    width: 0%;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
}

#myNav.open {
    width: 100%;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
}

.burger_icon {
    right: 0;
    float: right;
    line-height: 1;
    background: none;
    width: 60px;
    height: 45px;
    position: absolute;
    margin: 10px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    font-size: 30px;
    cursor: pointer;
    z-index: 999999999;
}

.burger_icon span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    border-radius: 0px;
    opacity: 1;
    background: #ec008c;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.burger_icon.open span {
    background-color: #ec008c!important;
}


.bg_transp {
    background-color: transparent!important;
}

.bg_white {
    background-color: #fff!important;
}

.c_white {
    color: #fff!important;
}

.burger_icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.burger_icon span:nth-child(2) {
    width: 100%;
    top: 18px;
    /*left: 50%;
  transform: translate(-50%, 0%);*/
    
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.burger_icon span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.burger_icon.open span:nth-child(1) {
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.burger_icon.open span:nth-child(2) {
    background: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    left:125%;
}

.burger_icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
    background: #fff;
}

.box-shadow-menu {
    position: relative;
    padding-left: 1.25em;
}

.box-shadow-menu {
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;
    background-color: #ec008c;
    opacity: 0.98;
    transition: 0.5s;
    list-style: none;
    overflow: hidden;
}

.overlay-content {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.menu-item {
    height: 16.66%;
    width: 100%;
    display: table;
    text-transform: uppercase;
}

.menu-item a {
    font-size: 4em;
    color: #fff;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.menu-item a:focus,
.menu-item a:active,
.menu-item a:hover {
    color: #000!important;
    background-color: #fff;
}

.overlay .closebtn {
    position: absolute;
    top: -10px;
    right: 3px;
    font-size: 95px;
    color: #fff;
    font-weight: 100;
    height: 87px;
    margin: 10px;
    padding: 8px;
    line-height: 0.5;
}

.overlay .closebtn:hover {
    color: #fff;
    background: none;
    transform: rotate(180deg);
}

.title {
    margin-top: 5%;
    color: #ec008c;
    padding: 10px;
    text-shadow: 1px 1px 1px #000;
}

.desc {
    color: #000;
    margin-top: 10px;
}

/* --------------------------------------------
/* FORCE PORTRAIT MOBILE
/* ---------------------------------------------*/
.pleaserotate{
    display: none;
}

@media (max-width: 1023px) and (orientation:landscape) {
    .pleaserotate{
        display: table;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        color: #ec008c;
        font-size: 3em;
        z-index: 999999999999999999999999999999999999;
    }
    
    .pleaserotate .content{
        display: table-cell;
        vertical-align: middle;
        color: #ec008c!important;
        height: 100%!important;
        text-align: center;
    }
    .pleaserotate .content h4{
        color: #000!important
    }
}



/* --------------------------------------------
/* SECTION #0 - VIDEO
/* -------------------------------------------- */

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    /* in case the video doesn't fit the whole page*/
    
    background-image:
    /* our video */
    
    ;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    /*cover video background */
    
    z-index: -3;
}
/* Layer with position absolute in order to have it over the video */

#section0 .layer {
    /* 
    * Preventing flicker on some browsers 
    * See http://stackoverflow.com/a/36671466/1081396  or issue #183
    */
    
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*solves problem with overflowing video in Mac with Chrome */

#section0 {
    overflow: hidden;
}

.welcome_container_opacity {
    background:  url(../video/texture.png) repeat rgba(0, 0, 0, 0.77);
    height: 100%;
    width: 100%;
    z-index: 100;
}

#section0 h1 {
    padding-bottom: 2px;
    color: #fff!important;
    text-shadow: none!important;
}


.bannerText {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 27%;
    text-align: center;
    padding: 30px 0 30px;
    /* max-width: 800px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.2);*/
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
    zoom: 1;
}
.separator{
    width: 30.5%;
    display: block;
    height: 2px;
    margin: 0 auto;
    background-color: #ec008c;
    margin-top: 2%;
    margin-bottom: 1%;
}
#section0 .title {
    color: #fff;
}

#section0 .desc {
    color: #ddd;
}

.logo_kiuki{
    background-image: url(../img/logos/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    border: 0px solid #ddd;
    margin: 0 auto;
    margin-top: -5%;
    margin-bottom: 5%;
    display: block;
    background-size: cover;
    opacity: 0.8;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.logo_kiuki.movedown{
    margin-top: 50%;
    border: 0px solid #fff!important;
    width: 0%!important;
    height: 0vh!important;
    opacity: 0!important;
}

.logo_kiuki:hover{
    opacity: 1;
}
#section0 .title{
    margin-top: 0%;
}

.fp-controlArrow.fp-next, .fp-controlArrow.fp-prev{
    margin: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

/* --------------------------------------------
/* SECTION #1 - ABOUT ME
/* -------------------------------------------- */
#section1 {
    background-color: #fff;
}
#section1 .fp-controlArrow.fp-next{
    border-color: transparent transparent transparent #000;
} 
#section1 .fp-controlArrow.fp-prev{
    border-color: transparent #000 transparent transparent
} 
.card_container{
    margin-top: -2%;
}


#section1 .card_container {
    width: 100%;
    height: 60vh;    
    position: relative;
    margin: 0 auto;
    overflow: visible!important;
}

#section1 .card {
    width: 100%;
    height: 100%;
    direction: block;
    margin: 0 auto;
    position: relative;
    top: 0%;
}

#section1 .card_content {
    height: 90%;
    position: relative;
    border-radius: 5%;
    overflow: hidden;
}
#section1 .at{
    font-family: 'KiukiAvantGardeBold';
    font-size: 0.6em;
    color: #bbb;
    font-weight: 100;
    margin-top: 15px;
    /*text-decoration: overline;*/
}
#section1 .neikos a{
    font-size: 0.8em;
    color: #fff;
    font-weight: 200;
}
#section1 .neikos i{
    color: red;
}


.email{
    position: absolute;
    left: 6.5%;
    width: 100px;
    height: 100px;
    top: 50%;
    transform: translate(0%, -50%);
}
.phone{
    position: absolute;
    left: auto;
    right: 5%;
    width: 100px;
    height: 100px;
    top: 50%;
    transform: translate(0%, -50%);
}
.phone:hover, .email:hover{
    width:120px;
    height:120px;
}
#section1 .top {
    height: 55%;
    position: relative;
    background-color: #ec008c;
        overflow: hidden;

}
#section1 .middle {
    height: 15%;
    position: relative;
    background-color: #ec008c;
    overflow: hidden;
}
#social_sharing{
    height: 100%;
    width: 100%;
    position: relative;
}

#section1 .bottom {
    height: 30%;
    position: relative;
    background: #980059;
    overflow: hidden;

}
#job_description{
    background-color: #980059;
}
#section1 .table{
    position: relative;
    display: table;
    height: 100%;
    margin: 0;
}
#section1 .table_cell{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
#section1 .top .table_cell{
    vertical-align: bottom;
    padding-bottom: 5%;
}
#section1 h3{
    color: #fff;
    font-size: 3em;
}
#section1 h5{
    color: #fff;
    font-size: 2em;
}
#section1 h6{
    color: #fff;
    font-size: 1em;
    letter-spacing: 1px;
    font-family: 'KiukiAvantGardeBold';
    font-weight: normal;
    display: inline-block;
    margin-left: 6px;
}
#section1 .middle .table{
    height: 100%;
}
#place img{
    width: 24px;
    height: 24px;
    display: inline-block;
}
#place h6{
    display: inline-block;
    border-bottom: 1px dotted #eee;
}
#place{
    margin-top: 5%;
    width: auto;
}

.hand_sx{
    position: absolute;
    top: 10%;
    left:0;
    z-index: 999;
}
.hand_dx{
    position: absolute;
    top: 10%;
    left: auto;
    right: 0;
    z-index: 999;
}
.legs{
    position: absolute;
    left: 50%;
    z-index: -1;
}
.floor{
    background: #ccc;
    height: 0vh;
    position: absolute;
    width:100%;
    z-index: -999999;
    bottom: 0;
    top: auto;
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
}

.skirting{
    background: #666;
    height: 0vh;
    position: absolute;
    width:100%;
    z-index: -999998;
    bottom: 0;
    top: auto;
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;

}
.image_card_container{
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: 50%;
    overflow: hidden;
    z-index: 999;
}
.image_card{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    top: 0%;
}
.image_card_container img{
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.followme{
   position:relative;
   width: 100%;
   height: 100%;
}

.shareme{
   display:none;
}
.social-button{
    background-color: #ce007a;
    z-index: 9999;
    overflow: hidden;
}
#social_sharing .row{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.social-button{
    height: 100%;
    overflow: hidden;
}
.social-button.maxi{
    width: 75%!important;
}
.social-button.mini{
    width: 12.5%;
}

.social-button-container{
    overflow: hidden;
}
#section1 .bottom .table{
    background-color: transparent;
}
.share-button{
    text-align: center;   
    color:#fff!Important;   
}
.share-button:hover{
    color:#ec008c!Important;   
}
.fbicon, .licon, .ticon{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ce007a;
    z-index: 9999999999;
    background-size: cover;
}

.followme .fbicon{
    background-repeat: no-repeat;
    background-image: url(../img/logos/facebook.png);
    background-position: center center;
}
.followme .licon{
    background-repeat: no-repeat;
    background-image: url(../img/logos/linkedin.png);
    background-position: center center;
}
.followme .ticon{
    background-repeat: no-repeat;
    background-image: url(../img/logos/twitter.png);
    background-position: center center;
}

.fbcont{
    background-color: #4267B2;
}
.lcont{
    background-color: #999;
}
.tcont{
    background-color: #1B95E0;
}
.fbcont:hover .fbicon, .lcont:hover .licon, .tcont:hover .ticon{
    transform: translate(0%, -100%);
}
.tcont .table_cell{
    text-indent: -20px;
}

#email h1{
    color: #ec008c;
    font-size: 14em;
}
#email u{
    color: #ce007c;
    font-size: 0.8em;
    text-decoration: none;
    
}
#email a{
    text-decoration: none;    
}
#email a:hover{
    color: #ce007c!important;
}
#email i{
    color: #ec008c;
    font-size: 1em;
    font-style: normal;
    color: #ce007c;
}
#email .bigemail{
    width: 300px;
    height: 300px;
    margin-bottom: 10%;
}



#phone h1{
    font-size: 10em;
}
#phone u{
    color: #ec008c;
    font-size: 0.8em;
    text-decoration: none;
    opacity: 0.5;
    
}
#phone i{
    font-size: 1em;
    font-style: normal;
    color: #ec008c;
}
#phone .bigphone{
    width: 300px;
    height: 300px;
    margin-bottom: 10%
}


/* --------------------------------------------
/* SECTION #2 - SKILLS
/* -------------------------------------------- */

.skillsArea {
    width: 100%;
    height: 100%;
    position: relative;
}

.skill {
    width: 50%;
    display: inline-block;
    float: left;
    background-color: transparent;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 1.1em;
}
.skill .cont{
    animation: scale 20s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}

.cont {
    display: table;
    width: 100%;
    height: 100%;
}

.skill h1 {
    display: table-cell;
    vertical-align: middle;
    padding: 10%;
    color: #222;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.12);
}

.skill h1 b {
    color: #000;
}

.descriptionSkill {
    width: 50%;
    display: inline-block;
    float: left;
    background-color: #000;
    height: 100vh;
    overflow: hidden;
}

.descriptionSkill h4 {
    display: table-cell;
    vertical-align: middle;
    padding: 10%;
    font-size: 2.5em;
}

.descriptionSkill h4 b {
    color: #ec008c;
}
.descriptionSkill i{
    font-size: 0.8em; 
    color: #ccc;
}
.skill::after {
    content: '';
    position: absolute;
    right: 49.9%;
    left: auto;
    top: 0;
    width: 10vh;
    height: 100vh;
    border-left: 10vh solid transparent;
    /*border-right: 10vh solid rgb(0, 0, 0);*/
    
    border-top: 100vh solid rgb(0, 0, 0);
    clear: both;
}

.fp-bg{
    background-position: center center;
    background-size: cover;
}
#SYSADMIN .fp-bg{
    background-image: url(../img/skills/sysadmin.jpg);
}

#SYSADMIN h1 b {
    color: #fff;
}

#SYSADMIN h1 {
    color: #eee;
}

#INNOVATION .fp-bg {
    background-image: url(../img/skills/innovation.png);
    background-position: -400px;
}

#INNOVATION h1 b {
    color: #fff;
}

#INNOVATION h1 {
    color: #eee;
}

#DEVELOPER .fp-bg{
    background-image: url(../img/skills/coding.png);
    background-position: center center;
}

#DEVELOPER h1 b {
    color: #fff
}

#DEVELOPER h1 {
    color: #eee;
}

/* --------------------------------------------
/* SECTION #3 - REMOVED
/* -------------------------------------------- */

/* --------------------------------------------
/* SECTION #4 - ASSET
/* -------------------------------------------- */

#section4 .title {
    margin-top: 45px;
    color: #fff;
    text-shadow: 1px 1px 0px #00000061;
}

#section4 .desc {
    color: #ccc;
    text-shadow: none;
    margin-bottom: 30vh;
    margin-top: -30px;
}

.heading {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 50vh;
    top: 0;
    right: 0;
    left: 0;
}

#section4 .container {
    width: 100%;
    display: table;
}

#section4 {
    background-color: #fff;
}

#section4 .row {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    /* position: absolute; */
    
    bottom: 15px;
    display: table-cell;
    vertical-align: middle;
}

#section4 h1 {
    color: #ec008c;
}

#section4 h3 {
    color: #000;
    margin-top: 20px;
    font-size: 30px;
}

#section4 .asset-type {
    transform: rotate(90deg);
    transform-origin: left top 0;
    float: left;
    font-size: 38px;
    margin: 10px 0px 0px 57px;
    color: #fff;
    overflow: hidden;
}

#section4 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#section4 .stats {
    position: relative;
    padding: 0 25px;
}

.stats__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.stats__header.active {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.stats__header-num {
    margin-right: 25px;
}

.stats__header-num p {
    font-size: 80px;
    margin: 0;
    font-weight: 700;
}

.stats__header-name p {
    color: #f8d0d8;
    margin: 0;
    font-size: 18px;
}

.stats__header-name span {
    display: block;
    color: white;
    font-weight: 700;
    font-size: 36px;
    line-height: 0.8;
}

ul.stats__list {
    height: auto;
    width: auto;
}

.stats__item {
    height: 80vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    float: left;
    position: relative;
    text-align: center;
    margin-right: 0px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    width: 12.4%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 666px) {
    .stats {
        width: 100%;
    }
    .stats__item {
        float: none;
        height: auto;
        width: 90%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
    }
    .asset-type {
        transform: rotate(0deg)!important;
        transform-origin: 0 0;
        font-size: 26px!important;
        margin: -4px 0px 0px 0px!important;
        color: #fff;
    }

    .stats__item .stats__item-num {
        margin-right: -15px!important;
    }
    .stats__item-bar {
        margin: 22px 6px 0px 0px;
        padding-left: 4px;
        box-shadow: 5px 5px rgba(0, 0, 0, 0.2)!important;
    }
}

.stats__item-bar {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 60px;
    background: #262b37;
    -webkit-transform: scaleY(0) translate3d(0, 0, 0);
    transform: scaleY(0) translate3d(0, 0, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 10px 15px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

.stats__item-bar.active {
    -webkit-transform: none;
    transform: none;
}

.stats__item-num {
    margin-top: 25px;
    opacity: 0!important;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    color: #000!important;
}

/* --------------------------------------------
/* SECTION #5 - REMOVED
/* -------------------------------------------- */

/* --------------------------------------------
/* SECTION #6 - TAGS
/* -------------------------------------------- */

#tagscloud {
  width: 100%;
  height: 80vh;
  position: relative;
  color: #333;
  margin: 20px auto 0;
  text-align: center;
  user-select: none!important;
}

#tagscloud a {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #333;
  font-family: Arial;
  text-decoration: none;
  margin: 0 10px 15px 0;
  line-height: 18px;
  text-align: center;
  font-size: 2em;
  padding: 1%;
  display: inline-block;
  border-radius: 3px;
  cursor: crosshair;
  pointer-events: none;
}

#tagscloud a.tagc1 {
  background: #ce007a;
  color: #fff;
}

#tagscloud a.tagc2 {
  background: #980059;
  color: #fff;
}

#tagscloud a.tagc3 {
  background: #8e0053;
  color: #fff;
}

#tagscloud a:hover {
  color: #ec008c!important;
  background: #fff;
}

/* --------------------------------------------
/* SECTION #7 - FOOTER
/* -------------------------------------------- */

#section7 {
    color: #000;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.socialtype{
    overflow: hidden;
}
.socialtype img{
    background-color: #ce007a;
    margin-bottom: 5px;
}
.socialtext{
    color: #000;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}
.socialcontent{
    color: #fff;
    display: block;
    margin: 0 auto;
    line-height: 125px;
}
.social-button-container{
    line-height: 100px;
    margin: 0 auto;
    display: block;
    z-index: 1;
}
.mobileback{
    display: none;
}
.back h7{
    font-size: 14px;
}

.flip-container {
    /* Rappresenta l'inclinazione prospettica, in questo caso della rotazione */
    -webkit-perspective: 800;
    -moz-perspective: 800;
    -ms-perspective: 800;
    perspective: 800;
    margin:0 auto;
}
/* ruota il pannello al mousehover */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-container,
.front,
.back {
    width: 125px;
    height: 125px;
    cursor: crosshair;
}
.front {
    transform: rotateY(0);
}
/* impostare velocità di transizione */
.flipper {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}
/* nasconde il retro durante lo swap */
.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background:none;
}
/* front pane, placed above back, quello con lo z-index + alto, anche se sta prima nel codice, finisce sopra */
.front {
    z-index: 2;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
/* back, initially hidden pane */
.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    box-shadow:0 0 40px rgba(0,0,0,0.2);
    background-color: #999999;
}
#whatsapp .back{
    background-color: #0DC143;
}
#email .back{
    background-color: #38AEEB;
}
#facebook .back{
    background-color: #3B5998;
}
#instagram .back{
    background-color: #E13766;
}
#skype .back{
    background-color: #12A5F4;
}
#linkedin .back{
    background-color: #0077B5;
}
#snapchat .back{
    background-color: #FFFC00;
}
#snapchat .socialcontent{
    color: #000;
}
#twitter .back{
    background-color: #1DA1F2;
}
#googleplus .back{
    background-color: #db4437;
}
#youtube .back{
    background-color: #FF0000;
}
#tumblr .back{
    background-color: #36465D;
}
#deezer .back{
    background-color: #313139;
}

#whatsapp:hover .socialtext{
    color: #0DC143;
}
#email:hover  .socialtext{
    color: #38AEEB;
}
#facebook:hover  .socialtext{
    color: #3B5998;
}
#instagram:hover  .socialtext{
    color: #E13766;
}
#skype:hover  .socialtext{
    color: #12A5F4;
}
#linkedin:hover  .socialtext{
    color: #0077B5;
}
#snapchat:hover  .socialtext{
    color: #a9a700;
}
#twitter:hover  .socialtext{
    color: #1DA1F2;
}
#googleplus:hover  .socialtext{
    color: #db4437;
}
#youtube:hover  .socialtext{
    color: #FF0000;
}
#tumblr:hover  .socialtext{
    color: #36465D;
}
#deezer:hover  .socialtext{
    color: #313139;
}

.socialcontent a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.back a{
    text-decoration: none;
    color: #fff;
}

#section1 #slide3 h3{
    margin-top: 150px;
    color: #000;
}
#section7 .contactme:hover{
    text-decoration: none!important;
}
.contactme a{
    text-decoration: none!important;
}
.front img {
    width: 125px;
    height: 125px;
}
#social .container{
    width: 100%;     
    padding-top: 30px;
}
#social .row{
    width: 90%;
    margin: 0 auto;
}
#section7 .bottom{
    background-color:#000;
    color: #fff;
    position: absolute;
    bottom: 0px;
    padding: 20px;
    width: 100%;
    color: #ec008c;
}
#section7 .bottom a{
    font-size: 0.8em;
    color: #fff;
}
#social .socialimg{
    width: 300px;
    height: 300px;
    margin-bottom: 4%;
}

#section7 .bottom img{
    width: 24px;
    height: 24px;
    filter: grayscale(100%);
}
#section7 .bottom_cell{
    margin: 0 auto;
}