@charset "utf-8";
/* CSS Document */

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'creativeverse_social';
    src: url('../font/creativeverse_social.svg?74606279#creativeverse_social') format('svg');
  }
}
*/

[class^="social-icon-"]:before, [class*=" social-icon-"]:before {
    font-family: "socicon";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.social-icon-delicious:before { content: '\e811'; } /* '' */
.social-icon-smashmag:before { content: '\e812'; } /* '' */
.social-icon-stumbleupon:before { content: 'E'; } /* '' */
.social-icon-digg:before { content: 'F'; } /* '' */
.social-icon-reddit:before { content: 'C'; } /* '' */
.social-icon-yahoo:before { content: '\e814'; } /* '' */
.social-icon-email:before { content: '\e815'; } /* '' */
.social-icon-statusnet:before { content: '\e816'; } /* '' */
.social-icon-stackoverflow:before { content: '\e817'; } /* '' */
.social-icon-flickr:before { content: '\e80a'; } /* '' */
.social-icon-lastfm:before { content: '\e80b'; } /* '' */
.social-icon-pinterest:before { content: '\e80c'; } /* '' */
.social-icon-vimeo:before { content: '\e80d'; } /* '' */
.social-icon-twitter:before { content: 'a'; } /* '' */
.social-icon-facebook:before { content: 'b'; } /* '' */
.social-icon-rss:before { content: '\e800'; } /* '' */
.social-icon-pinterest-circled:before { content: '\e805'; } /* '' */
.social-icon-gplus:before { content: 'c'; } /* '' */
.social-icon-youtube:before { content: '\e809'; } /* '' */
.social-icon-dropbox:before { content: '\e804'; } /* '' */
.social-icon-tumblr:before { content: '\e807'; } /* '' */
.social-icon-dribbble:before { content: '\e803'; } /* '' */
.social-icon-skype:before { content: '\e806'; } /* '' */
.social-icon-deviantart:before { content: '\e80e'; } /* '' */
.social-icon-vkontakte:before { content: ';'; } /* '' */


/*** Social Media ****************************************************/
.cv-social-media {
    width:100%;
    margin:0;
    padding:0;
    overflow:hidden;
    list-style:none;
}

.cv-social-media li a {
    display:block;
    /*width:100%;
    height:100%;*/
    margin:-3px 3px 0px 0px;
    color:#FFF;

    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cv-social-media li:hover {
    display:inline-block;

    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

#facebook {
    background:#3b5998;
}

#twitter {
    background:#00a0d1;
}

#pinterest {
    background:#910101;
}

#youtube {
    background:#c4302b;
}

#tumblr {
    background:#34526f;
}

#flickr {
    background:#F3F;
}

#digg {
    background:#036;
}

#delicious {
    background:#03C;
}

#smashmag {
    background:#F30;
}

li#email {
    background:#9C0;
}

#stackoverflow {
    background:#F60;
}

#vimeo {
    background:#069;
}

#gplus {
    background:#c4302b;
}

#reddit{
    background: orange;
}

#stumbleupon{
    background: #ea4924;
}
#vkontakte{
    background: #5A7FA6;
}

.cv-social-media li{
    width:28px;
    height:24px;
    font-size:20px;
    margin-right:10px;
    padding:8px 4px 4px!important;
    display:inline-block;
    background:#CCC;
    float:none;
    border-radius: 10px;
}
