/*!
 * shariff - v1.15.0 - 30.06.2015
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2015 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT <http://www.opensource.org/licenses/mit-license.php> license
 */

.shariff::after,
.shariff::before {
    content: " ";
    display: table
}
.shariff::after {
    clear: both
}
.shariff ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.shariff>ul.orientation-horizontal {
    float: right;
    width: 185px;
    padding-right: 0;
    margin-right: -25px;
    margin-bottom: -58px;
}
.shariff li {
    height: auto;
    box-sizing: border-box;
    overflow: hidden
}
.shariff li a {
    color: #fff;
    position: relative;
    display: block;
    height: 35px;
    text-decoration: none;
    box-sizing: border-box
}
.shariff li .share_count,
.shariff li .share_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    line-height: 35px
}
.shariff li .fa {
    width: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle
}
.shariff li .share_count {
    padding: 0 8px;
    height: 33px;
    position: absolute;
    top: 1px;
    right: 1px
}
.shariff .orientation-horizontal {
    display: -webkit-box
}
.shariff .orientation-horizontal li {
    -webkit-box-flex: 1
}
.shariff .orientation-horizontal .info {
    -webkit-box-flex: 0
}
.shariff .orientation-horizontal {
    /*
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    */
}
.shariff .orientation-horizontal li {
    float: left;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 35px;
    margin-right: 3%;
    margin-bottom: 10px
}
.shariff .orientation-horizontal li:last-child {
    margin-right: 0
}
.shariff .orientation-horizontal li .share_text {
    display: none;
    text-indent: -9999px;
    padding-left: 3px
}
.shariff .orientation-horizontal li .share_count {
    display: none
}
.shariff .theme-grey .shariff-button a {
    background-color: #b0b0b0
}
.shariff .theme-grey .shariff-button .share_count {
    background-color: #ccc;
    color: #333
}
.shariff .theme-white .shariff-button {
    border: 1px solid #ddd
}
.shariff .theme-white .shariff-button a {
    background-color: #fff
}
.shariff .theme-white .shariff-button a:hover {
    background-color: #eee
}
.shariff .theme-white .shariff-button .share_count {
    background-color: #fff;
    color: #999
}
.shariff .orientation-vertical {
    min-width: 110px
}
.shariff .orientation-vertical li {
    display: block;
    width: 100%;
    margin: 5px 0
}
.shariff .orientation-vertical li .share_count {
    width: 24px;
    text-align: right
}
@media only screen and (min-width: 360px) {
    .shariff .orientation-horizontal li {
        margin-right: 1.8%;
        width: auto;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .shariff .orientation-horizontal li .share_count {
        display: block
    }
    .shariff .orientation-horizontal.col-1 li,
    .shariff .orientation-horizontal.col-2 li {
        min-width: 110px;
        max-width: 160px
    }
    .shariff .orientation-horizontal.col-1 li .share_text,
    .shariff .orientation-horizontal.col-2 li .share_text {
        text-indent: 0;
        display: inline
    }
    .shariff .orientation-horizontal.col-5 li,
    .shariff .orientation-horizontal.col-6 li {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }
}
@media only screen and (min-width: 640px) {
    .shariff .orientation-horizontal.col-3 li {
        min-width: 110px;
        max-width: 160px
    }
    .shariff .orientation-horizontal.col-3 li .share_text {
        text-indent: 0;
        display: inline
    }
}
@media only screen and (min-width: 768px) {
    .shariff .orientation-horizontal li {
        width: auto;
    }
    .shariff .orientation-horizontal li .share_text {
        text-indent: 0;
        display: none
    }
}
@media only screen and (min-width: 1024px) {
    .shariff li {
        height: auto;
    }
    .shariff li a {
        height: 30px
    }
    .shariff li .fa {
        width: 30px;
        line-height: 30px
    }
    .shariff li .share_count,
    .shariff li .share_text {
        line-height: 30px
    }
    .shariff li .share_count {
        height: 28px
    }
}
.shariff .facebook a {
    background-color: transparent
}
.shariff .facebook a:hover {
    background-color: transparent
}
.shariff .facebook .fa-facebook {
    display: block;
    height: 30px;
    background-image: url("../Icons/facebook.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.shariff .facebook .share_count {
    color: #183a75;
    background-color: #99adcf
}
.shariff .theme-white .facebook a {
    color: #3b5998
}
@media only screen and (min-width: 600px) {
    .shariff .facebook .fa-facebook {
        font-size: 19px
    }
}
.shariff .googleplus a {
    background-color: transparent
}
.shariff .googleplus a:hover {
    background-color: transparent
}
.shariff .googleplus .fa-google-plus {
    display: block;
    height: 30px;
    background-image: url("../Icons/google.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.shariff .googleplus .share_count {
    color: #a31601;
    background-color: #eda79d
}
.shariff .theme-white .googleplus a {
    color: #d34836
}
.shariff .info {
}
.shariff .info a {
    color: #666;
    background-color: transparent;
}
.shariff .info a:hover {
    background-color: transparent;
}
.shariff .info .fa-info {
    display: block;
    height: 30px;
    background-image: url("../Icons/print.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.shariff .info .share_text {
    text-indent: -9999px!important
}
.shariff .theme-grey .info a {
    background-color: #fff
}
.shariff .theme-grey .info a:hover {
    background-color: #efefef
}
.shariff .orientation-vertical .info {
    width: 35px;
    float: right
}

.shariff .linkedin a {
    background-color: transparent;
}
.shariff .linkedin a:hover {
    background-color: transparent;
}
.shariff .linkedin .fa-linkedin {
    display: block;
    height: 30px;
    background-image: url("../Icons/linkedin.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.shariff .linkedin .share_count {
    color: #004785;
    background-color: #33AAE8
}
.shariff .theme-white .linkedin a {
    color: #0077b5
}
@media only screen and (min-width: 600px) {
    .shariff .linkedin .fa-linkedin {
        font-size: 19px
    }
}
.shariff .mail a {
    background-color: transparent;
}
.shariff .mail a:hover {
    background-color: transparent;
}
.shariff .mail .fa-envelope {
    display: block;
    height: 30px;
    background-image: url("../Icons/email.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.shariff .theme-white .mail a {
    color: #999
}
@media only screen and (min-width: 600px) {
    .shariff .mail .fa-envelope {
        font-size: 18px
    }
}
.shariff .pinterest a {
    background-color: #bd081c
}
.shariff .pinterest a:hover {
    background-color: #d50920
}
.shariff .pinterest .fa-pinterest-p {
    font-size: 22px
}
.shariff .pinterest .share_count {
    color: #a31601;
    background-color: #eda79d
}
.shariff .theme-white .pinterest a {
    color: #bd081c
}
@media only screen and (min-width: 600px) {
    .shariff .pinterest .fa-pinterest-p {
        font-size: 19px;
        position: relative;
        top: 1px
    }
}
.shariff .twitter a {
    background-color: transparent;
}
.shariff .twitter a:hover {
    background-color: transparent;
}
.shariff .twitter .fa-twitter {
    display: block;
    height: 30px;
    background-image: url("../Icons/twitter.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.shariff .twitter .share_count {
    color: #0174a4;
    background-color: #96D4EE
}
.shariff .theme-white .twitter a {
    color: #55acee
}
@media only screen and (min-width: 600px) {
    .shariff .twitter .fa-twitter {
        font-size: 24px
    }
}
.shariff .whatsapp a {
    background-color: #5cbe4a
}
.shariff .whatsapp a:hover {
    background-color: #34af23
}
.shariff .whatsapp .fa-whatsapp {
    font-size: 28px
}
.shariff .theme-white .whatsapp a {
    color: #5cbe4a
}
@media only screen and (min-width: 600px) {
    .shariff .whatsapp .fa-whatsapp {
        font-size: 22px
    }
}
.shariff .xing a {
    background-color: transparent;
}
.shariff .xing a:hover {
    background-color: transparent;
}
.shariff .xing .fa-xing {
    display: block;
    height: 30px;
    background-image: url("../Icons/xing.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.shariff .xing .share_count {
    color: #15686a;
    background-color: #4fa5a7
}
.shariff .theme-white .xing a {
    color: #126567
}
@media only screen and (min-width: 600px) {
    .shariff .xing .fa-xing {
        font-size: 19px
    }
}