
a { text-decoration: none; }

h1 {
    font: bold 36px/1.5em "Open Sans", sans-serif; 
    margin-bottom: 21px;
}

p {
    margin-bottom: 1em;
    text-align: justify;
}

.ull {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ---------- CLASSES ---------- */



/* ---------- Social Sidebar ---------- */

#social-sidebar {
    z-index: 100;
    right: 0;
    margin-top: -0px; /* (li * a:width) / -2 */
    position: fixed;
    top: 35%;
}

#social-sidebar li:first-child a { border-radius: 5px 0 0 0; }
#social-sidebar li:last-child a { border-radius: 0 0 0 5px; }

#social-sidebar a {
    background: #0cafe2;
    color: #fff;
    display: block;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
}
#helpline-sidebar a {
    background: #004B96;
    color: #fff;
    display: block;
    height: 250px;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
}

#social-sidebar a:hover span {
    right: 130%;
    visibility: visible;
/*    height: auto;
    width: auto;*/
    opacity: 1;
}

#social-sidebar a span {
    visibility: hidden;
/*    height: 0;
    width: 0;*/
    border-radius: 3px;
    line-height: 24px;
    right: -100%;
    margin-top: -16px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    -webkit-transition: opacity .3s, right .4s;
    -moz-transition: opacity .3s, right .4s;
    -ms-transition: opacity .3s, right .4s;
    -o-transition: opacity .3s, right .4s;
    transition: opacity .3s, right .4s;
    top: 50%;
    white-space: nowrap;
    z-index: -1;
}

#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
    right: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    z-index: -2;
}

/*#social-sidebar a:hover img:first-child{
    display: none;
}
#social-sidebar a:hover img.aaa123{
    display: inline;
}*/

#social-sidebar a[class*="sms"]:hover,
#social-sidebar a[class*="sms"] span,
#social-sidebar a[class*="sms"] span:before { background: #007fff; }

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before { background: #00AA88; }

#social-sidebar a[class*="dribbble"]:hover,
#social-sidebar a[class*="dribbble"] span,
#social-sidebar a[class*="dribbble"] span:before { background: #ea4c89; }

#social-sidebar a[class*="behance"]:hover,
#social-sidebar a[class*="behance"] span,
#social-sidebar a[class*="behance"] span:before { background: #1769ff; }
