﻿/* 20/21.11.2018 Custome Sticky Social Media classes */


.wrapperI { /*
  position: fixed;
  top: 50%;
  right: -3%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width:78px;
  height:212px;*/
}

    .wrapperI ul {
        list-style: none;
        margin-top: 35px !important;
    }

        .wrapperI ul li {
            width: 37px;
            height: 40px;
            position: relative;
            /*background: #e59500;*/
            margin: 0px 0px;
            cursor: pointer;
            /*border-radius: 3px;
box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
        }

            .wrapperI ul li .fa {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 20px;
                color: #fff;
            }

            .wrapperI ul li.facebook {
                background: #E1E1E1;
            }

            .wrapperI ul li.twitter {
                background: #E1E1E1;
            }

            .wrapperI ul li.instagram {
                background: #E1E1E1;
            }

            .wrapperI ul li.linkedin {
                background: #E1E1E1;
            }

            .wrapperI ul li.pinterest {
                background: #E1E1E1;
            }

            .wrapperI ul li.youtube {
                background: #E1E1E1;
            }


            .wrapperI ul li.whatsapp {
                background: #E1E1E1;
            }

            .wrapperI ul li.contactButton1 {
                background: #E1E1E1;
            }

            .wrapperI ul li.facebook div.Socialslider {
                background: #E1E1E1;
                height: 40px;
                display: none;
            }

            .wrapperI ul li.twitter div.Socialslider {
                background: #E1E1E1;
                height: 40px;
                display: none;
            }

            .wrapperI ul li.instagram div.Socialslider {
                background: #E1E1E1;
                height: 40px;
                display: none;
            }

            .wrapperI ul li.linkedin div.Socialslider {
                background: #E1E1E1;
                height: 40px;
                display: none;
            }

            .wrapperI ul li.youtube div.Socialslider {
                background: #E1E1E1;
                height: 40px;
                display: none;
            }

            .wrapperI ul li.pinterest div.Socialslider {
                background: #E1E1E1;
                height: 40px;
                display: none;
            }

            .wrapperI ul li.contactButton1 div.Socialslider {
                background: #E1E1E1;
                height: 40px;
                display: none;
            }

.Socialslider {
    content: "";
    position: absolute;
    top: 0;
    right: 36px;
    width: 0px;
    height: 50px;
    background: #eebb5c;
    /*border-radius: 3px;*/
    transition: all 0.5s 0.3s ease;
    float: right;
}

    .Socialslider img {
        font-family: arial;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 900;
        color: #fff;
        text-align: center;
        line-height: 50px;
        opacity: 0;
        transition: all 0.6s ease;
    }

.wrapperI ul li:hover .Socialslider {
    width: 100px;
    transition: all 0.5s ease;
    display: block !important;
}

    .wrapperI ul li:hover .Socialslider img {
        opacity: 1;
        /*transition: all 1s 0.2s ease;*/
        transition: width 0s 0.5s ease-in-out;
    }

.MySocialIcon {
    position: fixed;   
    top: 32%;
    right: 50px;
    width: 28px;
    float: right;
    z-index: 888;  
    height: 35px;
}

.MyArrowIcon {
    background: url(../img/social-icon-arrow.jpg) right top no-repeat;
    width: 36px;
    height: 35px;
    cursor: pointer;
    float: right;
    border: 1px solid #efefef;
    margin-right: -169%;
}

.SocialToggle {
    height: 400px !important;
    width: 35px !important;
}

    .SocialToggle img {
        padding: 8px !important;
    }
