@CHARSET "UTF-8";

div.one_click-outer-block {
	margin: 1em 0px;
}
.social-sharing div.one_click-outer-block{
    margin:0px;
}

.one_click ul {
    margin: 0;
    padding: 0;
}
.one_click ul li {
    height: 30px;
    overflow: hidden;
    width: 45px;
}
.one_click ul li a {
    font-family: "cdukievit" !important;
    font-size: 0 !important;
    height: 25px;
    line-height: 25px !important;
    display: block;
}

div.one_click-outer-block .one_click li
{
    display:block;
    padding-left: 0px;
}

.social-sharing{
    display:block;
    width:70px;
    position:fixed;
    left:0;top:40%;
    z-index:100;
    -webkit-transform:translateX(-85px);
    -moz-transform:translateX(-85px);
    transform:translateX(-85px);
    -webkit-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s
}
.social-sharing:hover{
    -webkit-transform:translateX(0px);
    -moz-transform:translateX(0px);
    transform:translateX(0px)
}


.social-sharing .one_click li {
    margin-right: 0px;
    padding: 10px 20px 0px 20px !important;
}

.social-sharing .one_click-outer{
    margin:0;
    padding: 0px;
    background-color:rgba(43,43,44,.8);
    float:left;border-radius:0 0 4px;
    -webkit-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s
}

.social-sharing:hover .one_click-outer{
    background-color:#2b2b2c;
}
.social-sharing p{
    font-family: 'CDUKievit Bold';
    width:90px;
    height:20px;
    margin:0;
    text-align:center;
    display:table;
    font-size:1em;
    line-height:17px;
    color:#fff;
    background-color:#e85d16;
    position:absolute;
    cursor:e-resize;
    top:45px;
    left:39.5px;
    border-radius:0 0 4px 4px;
    padding:10px 20px;
    -webkit-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    transform:rotate(-90deg)
}

.social-sharing .one_click li.one_click-button.facebook-cdu,.social-sharing .one_click li.one_click-button.facebook-am
{
    height:37px!important;
}

.social-sharing .one_click li.one_click-button.facebook-cdu a {
    background-image: url("img/icon-facebook-cdu.png");
    background-position: -15px 0px;
    background-repeat: no-repeat;
     height:37px!important;
}
.social-sharing .one_click li.one_click-button.facebook-am a {
    background-image: url("img/icon-facebook-pv.png");
    background-position: -15px 0px;
    background-repeat: no-repeat;
    height:37px!important;
}
.social-sharing .one_click li.one_click-button.youtube a {
    background-image: url("img/icon-youtube.png");
    background-repeat: no-repeat;
}

.social-sharing .one_click li.one_click-button.facebook-am
{
    width:81px!important;
    padding-left: 0px!important;
     padding-right: 0px!important;
     padding-bottom: 10px!important;
}
.social-sharing .one_click li.one_click-button
{
    margin-bottom:0px!important;
}
.social-sharing .one_click li.twitter a:hover
{
 background-color:#55acee!important;   
}

.social-sharing .one_click li.one_click-button.facebook-am a {
    background-image: url("img/icon-facebook-pv.png");
    background-position: 4px 0;
    background-repeat: no-repeat;
    height: 37px !important;
}


.social-sharing:hover p{
    background-color:#e85d16;
}

@media only screen and (max-width:480px){
    
  .social-sharing p
  {
     padding: 5px 10px;
     top: 40px;
     left: 44.5px;
  }  
    
  div.social-sharing{
      display:block; 
      top:35%;
      position:absolute;
      left:0;
  }
 
}
