#donateShare {
    display: none;
}
#donateArea {
    position: fixed;
    right: 0;
    z-index: 999;
    top: 18px;
    width: 150px;
    font-weight: bold;
    background: url(/donate-ribon.png?v=1) no-repeat;
    background-size: 100%;
    padding: 0px 15px 0px 0;
    text-align: right;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#raiseLoveArea {
    position: fixed;
    right: 0;
    z-index: 999;
    top: 112px;
    width: 155px;
    font-weight: bold;
    background: url(/raise_love_button.png?v=2) no-repeat;
    background-size: 100%;
    padding: 0px 18px 0px 0;
    text-align: right;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#raiseLoveArea a {
        font-size:  10px;
        color:  #333333;
        letter-spacing:  0.2px;
        display:  block;
        padding-top:  18px;
        padding-bottom:  20px;
        text-decoration:  none;
        text-align:  left;
        line-height:  10px;
        padding-left:  70px;
        /*font-family:  'Futura LT W01 Bold';
    */
    -moz-transform:  scale(1.2);
        -webkit-transform: -webkit-scale(1.2);
        transform:  scale(1.2);
}
#donateArea a {
    font-size: 20px;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    padding-top: 12px;
    padding-bottom: 10px;
}
#donateArea a:hover {
    text-decoration: none;
}
#connectBtns {
    list-style: none;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 67px;
    padding: 10px 9px;
    background: rgba(255,255,255,.6);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#connectBtns li {
    float: left;
    margin-right: 8px;
    list-style: none;
}
#connectBtns li:last-of-type {
    margin-right: 0px;
}
#connectBtns li a {
    width: 20px;
    height: 20px;
    display: block;
}
#connectBtns li.facebook a {
    background: url(/facebook_grey.png?v=1) no-repeat;
    background-size: 100%;
}
#connectBtns li.twitter a {
    background: url(/twitter_grey.png?v=1) no-repeat;
    background-size: 100%;
}
#connectBtns li.instagram a {
    background: url(/instagram_grey.png?v=2) no-repeat;
    background-size: 100%;
}
#connectBtns li.youtube a {
    background: url(/youtube_grey.png?v=2) no-repeat;
    background-size: 100%;
}
#connectBtns li.pinterest a {
    background: url(/pinterest_grey.png?v=1) no-repeat;
    background-size: 100%;
}
@media only screen and (max-width: 768px) {
#calloutBtns {
    overflow:hidden;
}
#donateArea {
  top:4px !important;
  width:115px;
  background-size:100%;
  padding-top: 1px;
padding-right:10px;
}

#donateArea a {
	font-size: 15px;
    padding-top:8px;
}
#connectBtns {
    width: 230px;
    margin: 0 auto;
    position: static;
    top:0px;
    background: transparent;
}
 #raiseLoveArea {
  /*  width: 230px;*/
    margin: 0 auto;
    position: static;
    top:0px;
    margin-top:55px;
}   
#connectBtns li {
 	margin-right: 15px;   
}

#connectBtns li a {
 	width: 30px;
	height: 30px;
}



}
