    color: #e56046;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
#About .row .flickrSlider div.likes.active,
.full-image div.likes.active {
    cursor: default;
}
#About .row .flickrSlider a.viewAll {
    border: 1px solid #fff;
    border-radius: 2px;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: -60px;
    left: 45%;
    text-align: center;
    color: #fff;
    font-size: 42px;
    line-height: 50px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
#About .row .flickrSlider:hover a.viewAll {
    bottom: 45%;
}
#About .row .flickrSlider .owl-controls {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
    left: 0px;
}
#About .row .flickrSlider .owl-controls .owl-page {
    background: none;
    border: 1px solid #fff;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    margin: 0px 5px;
    padding: 0px;
    top: 0px;
}
#About .row .flickrSlider .owl-controls .owl-page span {
    background: none;
    border-radius: 25px;
    width: 8px;
    height: 8px;
    display: block;
    margin: 5px;
    overflow: hidden;
    opacity: 0;
}
#About .row .flickrSlider .owl-controls .owl-page.active {
    position: relative;
}
#About .row .flickrSlider .owl-controls .owl-page.active span {
    background: #fff;
    opacity: 1;
}
#About .row .aboutMe {
    background: #fff;

    height: 315px;
    box-shadow: 0px 2px 3px #ccc;
    -moz-box-shadow: 0px 2px 3px #ccc;
    -webkit-box-shadow: 0px 2px 3px #ccc;
    -o-box-shadow: 0px 2px 3px #ccc;
    -ms-box-shadow: 0px 2px 3px #ccc;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: relative;
}
#About .row .aboutMe img {
    width: 100%;
    height: 170px;
}
#About .row .aboutMe p {
    padding: 10px;
    line-height: 26px;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #555;
}
#About .row .aboutMe h4 {
    padding: 20px 10px 0px 10px;
    text-align: center;
    color: #189bfa;
    font-size: 20px;    
}
/*Skills*/
#Skills {
    margin-top: 30px; 
}
#Skills .skill {
    background: #fff;

    min-height: 200px;
    box-shadow: 0px 2px 3px #ccc;
    -moz-box-shadow: 0px 2px 3px #ccc;
    -webkit-box-shadow: 0px 2px 3px #ccc;
    -o-box-shadow: 0px 2px 3px #ccc;
    -ms-box-shadow: 0px 2px 3px #ccc;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-top: 20px;
    overflow: hidden;
}
#Skills .skill h2 {
    position: absolute;
    font-size: 16px;
    color: #999;
    width: 100%;
    text-align: center;
    top: 125px;
}
#Skills .skill input {
    border: none;
    box-shadow: none;
    font-family: 'Roboto', sans-serif !important;
    margin-top: 49.143px !important;
}
/* Portfolio */
.art-portfolio {
    margin-top: 30px;
    background: #fff;
    padding-top: 30px;
}
#Portfolio {
    background-size: 100%;
    min-height: 350px;
    margin-top: 30px;
}
#Portfolio h2 {
    background: #fff;
    box-shadow: 0px 2px 3px #ccc;
    -moz-box-shadow: 0px 2px 3px #ccc;
    -webkit-box-shadow: 0px 2px 3px #ccc;
    -o-box-shadow: 0px 2px 3px #ccc;
    -ms-box-shadow: 0px 2px 3px #ccc;

    color: #189BFA;
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:  bold;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0px;
}
#Portfolio h2 a.next {
    background: #189BFA;

    float: right;
    width: 30px;
    height: 40px;
    display: block;
    overflow: hidden;
    margin-right: 15px;
    font-size: 19px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
#Portfolio h2 a.next:hover {
    background: #333;
    color: #189BFA;
}
#Portfolio h2 a.prev {
    background: #189BFA;

    float: left;
    width: 30px;
    height: 40px;
    display: block;
    overflow: hidden;
    margin-left: 15px;
    font-size: 19px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
#Portfolio h2 a.prev:hover {
    background: #333;
    color: #189BFA;
}
#Portfolio .Slider div.work {
    padding: 25px 12.5px;
    height: 250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    overflow: hidden;
}
#Portfolio .Slider div.work img {
    width: 100%;
    height: 225px;
    display: block;
    margin-top: -225px
}
#Portfolio .Slider div.work a {
    background: rgba(255,127,102,0.0);
    color: rgba(255,255,255,0);
    position: relative;
    height: 225px;
    display: block;
    z-index: 500;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    line-height: 500px;
    text-indent: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
#Portfolio .Slider div.work a i {
    display: block;
    font-size: 35px;
    margin-top: -50px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#Portfolio .Slider div.work a:hover i {
    margin-top: 100px;
}
#Portfolio .Slider div.work a:hover {
    background: rgba(0,0,0,0.4);
    color: rgba(255,255,255,1);
    line-height: 130px;
}
#Portfolio .owl-pagination .owl-page {
    border: 1px solid #666;
    border-radius: 25pc;
    padding: 2px 0px;
    margin: 30px 8px 0px 8px;
}
#Portfolio .owl-theme .owl-controls {
    margin: 0px;
}
#Portfolio .owl-pagination .owl-page span {
    background: #666;
    width: 16px;
    height: 16px;
}
#Portfolio .owl-pagination .owl-page.active {
    border: 1px solid #189BFA;
}
#Portfolio .owl-pagination .owl-page.active span {
    background: #189BFA;
}
#cboxCurrent {
    display: none !important;
}
/* Activity */
#Activity {
    background: #333 url(../images/news.jpg) repeat-y center center fixed;
    background-size: 100% 100%;
    min-height: 500px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
#Activity .section_overlay {
    background: #e75e43;
    opacity: 0.85;
    width: 100%;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0px;
}
#Activity .container {
    position: relative;
    z-index: 200;
}
#Activity h2 {
    border: 2px solid #fff;

    width: 48.5%;
    color: #fff;
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:  bold;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
    margin: 60px auto 60px auto;
}
#Activity .post {
    height: 312px;
    background: #fff;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);

    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
#Activity .post img {
    width: 100%;
    height: 150px;

}
#Activity .post a.link {
    background: rgba(0,0,0,0);
    color: rgba(255,127,102,0);
    height: 150px;
    margin-top: -150px;
    display: block;
    position: relative;
    z-index: 200;

    text-align: center;
    line-height: 300px;
    font-size: 35px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
#Activity .post:hover a.link {
    line-height: 140px;
    color: #fff !important;
    background: rgba(0,0,0,0.6);
    color: rgba(255,127,102,1);
}
#Activity .post h3 {
    border-bottom: 1px solid #ddd;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    padding: 5px 0px 8px 0px;
}
#Activity .post aside.text {
    font-family: 'Roboto', sans-serif;
    color: #888;
    margin-top: 5px;
}
#Activity .post h3 a {
    color: #444;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
#Activity .post h3 a:hover {
    color: #f36b51;
}
#Activity .post p {
    background: #eee;
    border-top: 1px solid #ddd;
    width: 100%;
    height: 36px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    padding: 10px;
    line-height: 18px;
    color: #777;
}
#Activity  a.viewAll {
    border: 2px solid #fff;

    margin: 30px auto 60px auto;
    padding: 5px 0px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
#Activity  a.viewAll:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #333;
}
/* Clients */
#Clients {
    background: #fff;
    background-size: 100% 100%;
    min-height: 250px;
    position: relative;
    z-index: 50;
}
#Clients h2 {
    border: 2px solid #189BFA;

    width: 48.5%;
    color: #189BFA;
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:  bold;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
    margin: 60px auto 50px auto;
}
#Clients .Slider div.client {
    padding: 0px 15px;
    height: 80px;
    overflow: hidden;
}
#Clients .Slider div.client img {
    width: 90%;
    height: 55px;
    display: block;
    margin: 10px;
}
#Clients .Slider div.client a {
    border: 3px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    height: 80px;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
#Clients .Slider div.client a:hover {
    border: 3px solid #189BFA;
}
#Clients .owl-pagination .owl-page {
    border: 1px solid #666;
    border-radius: 25pc;
    padding: 2px 0px;
    margin: 0px 8px;
}
#Clients .owl-theme .owl-controls {
    margin-bottom: 60px;
}
#Clients .owl-pagination .owl-page span {
    background: #666;
    width: 16px;
    height: 16px;
}
#Clients .owl-pagination .owl-page.active {
    border: 1px solid #189BFA;
}
#Clients .owl-pagination .owl-page.active span {
    background: #189BFA;
}
/* ContactUS */
#ContactUS {
    background: #333 url(../images/contact.jpg) repeat-y center center fixed;
    background-size: 100% 100%;
    min-height: 400px;
}
#ContactUS h2 {
    border: 2px solid #fff;

    width: 48.5%;
    color: #fff;
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:  bold;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
    margin: 60px auto 60px auto;
}
#ContactUS .contactItem {
    text-align: center;
}
#ContactUS .contactItem p {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
}
#ContactUS .contactItem i {
    background: none;
    border: 2px solid #fff;
    border-radius: 25pc;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
#ContactUS .contactItem:hover i {
    background: #fff;
    color: #189BFA;
    -moz-transform: scale(1.25,1.25);
}
#ContactUS form .row {
    margin-top: 30px;
}
#ContactUS form .row .col-md-4 input.form-control {
    height: 50px;
}
#ContactUS form .row .col-md-4 input.form-control, #ContactUS form .row .col-md-12 textarea.form-control {
    box-shadow: 0px 0px 5px #000;
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #000;
}
#ContactUS form .row .col-md-4 input.form-control:focus, #ContactUS form .row .col-md-12 textarea.form-control:focus {
    box-shadow: 0px 0px 5px #f26043;
    border: none;
}
#ContactUS form .row .col-md-12 .btn {
    background: none;
    border: 2px solid #fff;
    padding: 10px 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    margin-bottom: 60px;
    margin-right: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#ContactUS form .row .col-md-12 .btn:hover {
    background: #fff;
    color: #333 !important;
}
#ContactUS form .row .col-md-12 p {
    line-height: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #fff;
}
#ContactUS form span.contact_load {
    background: #fff url('../images/ajax-loader.gif') no-repeat center center;
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 10px 10px;
    position: relative;
    top: -8px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
}
#ContactUS form div.success_message {
    background: #3cd580;

    display: inline-block;
    height: 50px;
    padding: 6px;
    position: relative;
    top: -16px;
}
#ContactUS form div.success_message h4 {
    font-size: 16px;
    color: #fff;
}
#ContactUS form div.success_message p {
    color: #fff !important;
    font-size: 13px !important;
    line-height: 26px !important;
}
#ContactUS form div.error_message {
    background: #f14e62;

    display: inline-block;
    height: 50px;
    padding: 6px;
    position: relative;
    top: -16px;
}
#ContactUS form div.error_message h4 {
    font-size: 16px;
    color: #fff;
}
#ContactUS form div.error_message p {
    color: #fff !important;
    font-size: 13px !important;
    line-height: 26px !important;
}
/* fellowUs */
.fellowUs {
    background: #189BFA;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.fellowUs h2 {
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 25px;
    color: #fff;
}
.fellowUs ul {
    padding: 25px 0px;
    text-align: center;
}
.fellowUs ul li {
    display: inline-block;
    margin: 0px 5px 0px 5px;
}
.fellowUs ul li a {
    border: 2px solid #fff;
    border-radius: 25pc;
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 25px;
    display: inline-block;
    width: 55px;
    height: 55px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.fellowUs ul li a:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #333;
    transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
}

#dle-speedbar {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 13px 10px;
    display: inline-block;
    color: #888;
}

#dle-speedbar a {
    color: #333;
}
#dle-speedbar > span:first-child a:before {
    content: "\f015";
    font-family: 'FontAwesome';
    margin-right: 5px;
}
#dle-content > .tags {
    padding: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
#dle-content > .tags a {
    display: inline-block;
    overflow: hidden;
    border: 2px solid #bbb;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 30px;
    color: #189bfa;
    padding: 0px 6px 0px 6px;
    border-radius: 3px;
    margin: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#dle-content > .tags a:hover {
    background: #189BFA;
    border-color: #189BFA;
    color: #fff;
}
#registration {
    background: #fff;
}

*,html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {margin: 0;padding: 0;}
a {color: #62435b;text-decoration:none;cursor:pointer;}
body {background:url('../images/bg.png');font-family:Tahoma, Arial;font-size:9pt;}
.sliderkit{position:relative;overflow:hidden;width: 974px;height:307px;background:url('../images/slider-top.png') repeat-x left top #fff;padding-top:15px;border: 1px solid #DDDDDD;box-shadow:0 0 5px #DDDDDD;margin-top:20px;}
.sliderkit-nav  {position:absolute;right:10px;top:24px;width:404px;height:285px;overflow:hidden;z-index:2;border-left:1px solid #E2E2E2;border-bottom:1px solid #E2E2E2;border-right:3px solid #62435b;}
.sliderkit-nav .sliderkit-nav-clip li {width:404px;overflow:hidden;height:56px;background:url('../images/navigator.png');list-style:none;border-top:1px solid #E2E2E2;}
.sliderkit-nav .sliderkit-nav-clip li a {display:block;padding:5px;color:#777777;font-weight:bold;height:56px;line-height:22px;text-decoration:none;}
.sliderkit-nav .sliderkit-nav-clip li a div {margin-right:10px;position:relative;display:inline;float:left;width:46px;height:46px;overflow:hidden;border-bottom:1px solid #fff;} 
.sliderkit-nav .sliderkit-nav-clip li a div i {width:46px;height:46px;position:absolute;z-index:1;top:0;left:0;background:url('../images/sliderlistimg.png') no-repeat;} 
.sliderkit-nav .sliderkit-nav-clip li a div img {height:46px;min-width:46px;}
.sliderkit-nav .sliderkit-nav-clip li a span {font-weight:normal;color:#AFAFAF;}
.sliderkit-nav .sliderkit-nav-clip li.sliderkit-selected a {color:#62435b;background:url('../images/arrow-bg.png') no-repeat right 19px;}
.sliderkit-nav .sliderkit-nav-clip li.sliderkit-selected a span {color:#B78080;}
.sliderkit .sliderkit-panels{float:left;width: 560px;height:285px;overflow:hidden;}
.sliderkit .sliderkit-panel{width:540px;height:265px;padding:10px 20px;}
.sliderkit .sliderkit-panel{z-index:1;position:absolute;overflow:hidden;}
.sliderkit .sliderkit-panel-active{z-index:5;}
.sliderkit .sliderkit-panel-old{z-index:4;}
.sliderkit .sliderkit-news h2 a {color:#656565;text-decoration:none;}
.sliderkit .sliderkit-news h2 a:hover {color:#62435b;text-decoration:underline;}
.sliderkit .sliderkit-panel p {color:#707070;padding:8px;margin-top:10px;}
.bottomslider {border-top:1px solid #DDDDDD;padding-top:15px;position:absolute;bottom: 5px;width: 540px;}
.sliderkit .sliderkit-news .bottomslider .read {background:url('../images/read.png') no-repeat;height:33px;padding:2px 0 0 40px;}
.sliderkit .sliderkit-news .bottomslider .read .date {color:#8D8D8D;}
#tooltip {font-size: 10px;text-align: center;text-shadow: 0 1px rgba( 0, 0, 0, .5 );	line-height: 1.5;color: #fff;background: #333;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border-top: 1px solid #fff;-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );-moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );position: absolute;z-index: 999;padding: 5px 15px;}
.sliderkit-news .like {position:relative;width:24px;float:right;margin-left:5px;}
.sliderkit-news a.comments {background:url('../images/newsbtn.gif') no-repeat -24px 0;text-indent:-999px;display:block;float:right;width:24px;height:24px;margin-left:5px;}

}

body { background: #333; height: 2000px }

.social {
  left:400px ;
  width: 250px;
  height: 220px;
  position: fixed;
  margin-top: 5px;
  perspective: 1000px
}

.social li a {
  float:left;
  display: block;
  height: 20px;
  width: 40px;
  background: #222;
  border-right: 1px solid #333;
  font: normal normal normal
  16px/20px 
  'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  transition: background .5s ease .300ms
}

.social li:first-child a:hover { background: #3b5998 }
.social li:nth-child(2) a:hover { background: #00acee }
.social li:nth-child(3) a:hover { background: #ea4c89 }
.social li:nth-child(4) a:hover { background: #dd4b39 }

.social li:first-child a { border-radius: 0 5px 0 0 }
.social li:last-child a { border-radius: 0 0 5px 0 }
    
.social li a span {
  width: 100px;
  float: left;
  text-align: center;
  background: #222;
  color: #fff;
  margin-top: 20px;
  margin-left: -45px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all .5s ease .300ms
}

.social li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50px;
  top: -20px;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #222;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}

.social li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0)
}