/*
* @author: William Khoe
*/

ul.share-buttons:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    content: ".";
}

.ie ul.share-buttons {
    zoom: 1;
}

.btn {
    display: inline-block;
    overflow: hidden;
    font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial;
    font-weight: 700;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
}

.btn-facebook {
    width: 24px;
    height: 25px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 6px 4px;
    text-indent: -9999px;
}

    .btn-facebook:hover {
        background-position: 5px -333px;
    }

.btn-facebook-full {
    display: block;
    width: auto;
    height: 43px;
    border: 1px solid #DDD;
    background: #FFF url(/img/ui/social-full-btn-sprite.png) no-repeat 50% -43px;
    text-indent: -9999px;
}

.btn-twitter {
    width: 24px;
    height: 25px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 2px -62px;
    text-indent: -9999px;
}

    .btn-twitter:hover {
        background-position: 0 -406px;
    }

.btn-pinterest {
    width: 24px;
    height: 25px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 4px -128px;
    text-indent: -9999px;
}

    .btn-pinterest:hover {
        background-position: 2px -478px;
    }

.btn-pinterest-full {
    display: block;
    width: auto;
    height: 43px;
    border: 1px solid #DDD;
    background: #FFF url(/img/ui/social-full-btn-sprite.png) no-repeat 50% 12px;
    text-indent: -9999px;
}

.btn-LinkedIn {
    width: 24px;
    height: 25px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 4px -3896px;
    text-indent: -9999px;
}

 .btn-LinkedIn:hover {
        background-position: 1px -3964px;
    }

 .btn-LinkedIn-full {
    display: block;
    width: auto;
    height: 43px;
    border: 1px solid #DDD;
    background: #FFF url(/img/ui/social-full-btn-sprite.png) no-repeat 50% 12px;
    text-indent: -9999px;
}


.btn-BBB {
    width: 24px;
    height: 25px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 4px -4340px;
    text-indent: -9999px;
}

    .btn-BBB:hover {
        background-position: 1px -4408px;
    }

.btn-BBB-full {
    display: block;
    width: auto;
    height: 43px;
    border: 1px solid #DDD;
    background: #FFF url(/img/ui/social-full-btn-sprite.png) no-repeat 50% 12px;
    text-indent: -9999px;
}

.btn-facebook-send,
.btn-facebook-like,
.btn-tweet,
.btn-pin-it {
    width: 60px;
    height: 25px;
    text-indent: -9999px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 0 0;
}

.btn-facebook-send {
    background-position: 0 -3275px;
}

.btn-facebook-like {
    background-position: 0 -3350px;
}

.btn-tweet {
    background-position: 0 -3425px;
}

.btn-pin-it {
    background-position: 0 -3500px;
}

.btn-pin-it {
    background-position: 0 -3600px;
}

.btn-youtube {
    width: 24px;
    height: 25px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 3px -197px;
    text-indent: -9999px;
}

    .btn-youtube:hover {
        background-position: 2px -551px;
    }

.btn-instagram {
    width: 24px;
    height: 25px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 4px -264px;
    text-indent: -9999px;
}

    .btn-instagram:hover {
        background-position: 1px -626px;
    }

.btn-adobe {
    padding: 0 0 0 27px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 0 -2654px;
    line-height: 20px;
    font-weight: 400;
}

.btn-email {
    width: 20px;
    height: 20px;
    background: url(/img/ui/icon-sprite.png) no-repeat 0 -2606px;
    text-indent: -9999px;
}

    .btn-email:hover {
        background-position: 0 -4208px;
    }

.btn-print {
    width: 20px;
    height: 20px;
    background: url(/img/ui/icon-sprite.png) no-repeat 0 -2734px;
    text-indent: -9999px;
}

    .btn-print:hover {
        background-position: 0 -4270px;
    }

.btn-mobile {
    width: 20px;
    height: 20px;
    background: url(/img/ui/icon-sprite.png) no-repeat 4px -5148px;
    text-indent: -9999px;
}

    .btn-mobile:hover {
        background-position: 4px -5216px;
    }

input.btn-submit-1 {
    height: 25px;
    padding: 0 10px;
    background: transparent;
    border: none;
    font-size: 10px;
    color: #CCC;
    text-transform: uppercase;
    line-height: 25px;
}

.btn-1 {
    padding: 7px 10px;
    background: #C01720;
    background: -moz-linear-gradient(top, #EC1C27 0%, #C01720 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EC1C27), color-stop(100%,#C01720));
    background: -webkit-linear-gradient(top, #EC1C27 0%,#C01720 100%);
    background: -o-linear-gradient(top, #EC1C27 0%,#C01720 100%);
    background: -ms-linear-gradient(top, #EC1C27 0%,#C01720 100%);
    background: linear-gradient(to bottom, #EC1C27 0%,#C01720 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EC1C27', endColorstr='#C01720',GradientType=0 );
    border: 2px solid #FFF;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: #777 -1px 0px 2px;
}

    .btn-1:visited {
        color: #FFF;
    }

    .btn-1:hover {
        color: #FFF;
        background: #555;
        background: -moz-linear-gradient(top, #656565 0%, #474747 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#474747));
        background: -webkit-linear-gradient(top, #656565 0%,#474747 100%);
        background: -o-linear-gradient(top, #656565 0%,#474747 100%);
        background: -ms-linear-gradient(top, #656565 0%,#474747 100%);
        background: linear-gradient(to bottom, #656565 0%,#474747 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#474747',GradientType=0 );
    }

    .btn-1 em {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
    }


.btn-gdpr {
    padding: 3px 7px;
    line-height: 1;
    position: absolute;
    background: #C01720;
    background: -moz-linear-gradient(top, #EC1C27 0%, #C01720 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EC1C27), color-stop(100%,#C01720));
    background: -webkit-linear-gradient(top, #EC1C27 0%,#C01720 100%);
    background: -o-linear-gradient(top, #EC1C27 0%,#C01720 100%);
    background: -ms-linear-gradient(top, #EC1C27 0%,#C01720 100%);
    background: linear-gradient(to bottom, #EC1C27 0%,#C01720 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EC1C27', endColorstr='#C01720',GradientType=0 );
    border: 2px solid #FFF;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    color: #FFF;
    font-size: 10px;
    text-transform: uppercase;
    text-shadow: #777 -1px 0px 2px;
}

    .btn-gdpr:visited {
        color: #FFF;
    }

    .btn-gdpr:hover {
        color: #FFF;
        background: #555;
        background: -moz-linear-gradient(top, #656565 0%, #474747 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#474747));
        background: -webkit-linear-gradient(top, #656565 0%,#474747 100%);
        background: -o-linear-gradient(top, #656565 0%,#474747 100%);
        background: -ms-linear-gradient(top, #656565 0%,#474747 100%);
        background: linear-gradient(to bottom, #656565 0%,#474747 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#474747',GradientType=0 );
    }

    .btn-1cookie em {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
    }

.btn-2 {
    padding: 7px 30px;
    background: #323232;
    background: -moz-linear-gradient(top, #434343 0%, #232323 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#232323));
    background: -webkit-linear-gradient(top, #434343 0%,#232323 100%);
    background: -o-linear-gradient(top, #434343 0%,#232323 100%);
    background: -ms-linear-gradient(top, #434343 0%,#232323 100%);
    background: linear-gradient(to bottom, #434343 0%,#232323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#232323',GradientType=0 );
    border: 2px solid #FFF;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: #777 -1px 0px 2px;
}

    .btn-2:visited {
        color: #FFF;
    }

    .btn-2:hover {
        color: #FFF;
        background: #777;
        background: -moz-linear-gradient(top, #878787 0%, #686868 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#686868));
        background: -webkit-linear-gradient(top, #878787 0%,#686868 100%);
        background: -o-linear-gradient(top, #878787 0%,#686868 100%);
        background: -ms-linear-gradient(top, #878787 0%,#686868 100%);
        background: linear-gradient(to bottom, #878787 0%,#686868 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#686868',GradientType=0 );
    }

.btn-3, .btn-3:visited {
    padding: 7px 30px;
    background: #FAFAFA;
    background: -moz-linear-gradient(top, #FEFEFE 0%, #F6F6F6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#F6F6F6));
    background: -webkit-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
    background: -o-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
    background: -ms-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
    background: linear-gradient(to bottom, #FEFEFE 0%,#F6F6F6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#F6F6F6',GradientType=0 );
    border: 1px solid #DDD;
    color: #444;
    font-size: 13px;
    font-weight: bold;
}

    .btn-3:hover {
        border-color: #CCC;
        background: #E5E5E5;
        background: -moz-linear-gradient(top, #ECECEC 0%, #E0E0E0 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECECEC), color-stop(100%,#E0E0E0));
        background: -webkit-linear-gradient(top, #ECECEC 0%,#E0E0E0 100%);
        background: -o-linear-gradient(top, #ECECEC 0%,#E0E0E0 100%);
        background: -ms-linear-gradient(top, #ECECEC 0%,#E0E0E0 100%);
        background: linear-gradient(to bottom, #ECECEC 0%,#E0E0E0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECECEC', endColorstr='#E0E0E0',GradientType=0 );
    }

.btn-4 {
    padding: 7px 30px;
    background: #AFAFAF;
    background: -moz-linear-gradient(top, #BFBFBF 0%, #9B9B9B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BFBFBF), color-stop(100%,#9B9B9B));
    background: -webkit-linear-gradient(top, #BFBFBF 0%,#9B9B9B 100%);
    background: -o-linear-gradient(top, #BFBFBF 0%,#9B9B9B 100%);
    background: -ms-linear-gradient(top, #BFBFBF 0%,#9B9B9B 100%);
    background: linear-gradient(to bottom, #BFBFBF 0%,#9B9B9B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFBFBF', endColorstr='#9B9B9B',GradientType=0 );
    border: 2px solid #FFF;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: #777 -1px 0px 2px;
}

    .btn-4:visited {
        color: #FFF;
    }

    .btn-4:hover {
        color: #FFF;
        background: #555;
        background: -moz-linear-gradient(top, #656565 0%, #474747 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#474747));
        background: -webkit-linear-gradient(top, #656565 0%,#474747 100%);
        background: -o-linear-gradient(top, #656565 0%,#474747 100%);
        background: -ms-linear-gradient(top, #656565 0%,#474747 100%);
        background: linear-gradient(to bottom, #656565 0%,#474747 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#474747',GradientType=0 );
    }

.btn-5 {
    /*padding: 7px 10px;*/
    padding-top:7px;
    padding-bottom:7px;
    background: #C01720;
    background: -moz-linear-gradient(top, #EC1C27 0%, #C01720 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EC1C27), color-stop(100%,#C01720));
    background: -webkit-linear-gradient(top, #EC1C27 0%,#C01720 100%);
    background: -o-linear-gradient(top, #EC1C27 0%,#C01720 100%);
    background: -ms-linear-gradient(top, #EC1C27 0%,#C01720 100%);
    background: linear-gradient(to bottom, #EC1C27 0%,#C01720 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EC1C27', endColorstr='#C01720',GradientType=0 );
    border: 2px solid #FFF;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: #777 -1px 0px 2px;
}

.btn-thumbs-up, .btn-thumbs-down {
    padding: 0 13px 0 36px;
    border: 1px solid #DDD;
    height: 26px;
    vertical-align: middle;
    font-size: 13px;
    line-height: 24px;
    color: #888;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}

.btn-thumbs-up {
    background: #FAFAFA url(/img/ui/social-logo-sprite.png) no-repeat 12px -2328px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2328px, -moz-linear-gradient(top, #FEFEFE 0%, #F6F6F6 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2328px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#F6F6F6));
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2328px, -webkit-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2328px, -o-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2328px, -ms-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2328px, linear-gradient(to bottom, #FEFEFE 0%,#F6F6F6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#F6F6F6',GradientType=0 );
}

.btn-thumbs-down {
    background: #FAFAFA url(/img/ui/social-logo-sprite.png) no-repeat 12px -2392px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2392px, -moz-linear-gradient(top, #FEFEFE 0%, #F6F6F6 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2392px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#F6F6F6));
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2392px, -webkit-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2392px, -o-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2392px, -ms-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2392px, linear-gradient(to bottom, #FEFEFE 0%,#F6F6F6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#F6F6F6',GradientType=0 );
}

.btn-thumbs-up:hover {
    background: #E5E5E5 url(/img/ui/social-logo-sprite.png) no-repeat 12px -2949px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2949px, -moz-linear-gradient(top, #FEFEFE 0%, #E0E0E0 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2949px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#E0E0E0));
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2949px, -webkit-linear-gradient(top, #FEFEFE 0%,#E0E0E0 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2949px, -o-linear-gradient(top, #FEFEFE 0%,#E0E0E0 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2949px, -ms-linear-gradient(top, #FEFEFE 0%,#E0E0E0 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -2949px, linear-gradient(to bottom, #FEFEFE 0%,#E0E0E0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECECEC', endColorstr='#E0E0E0',GradientType=0 );
}

.btn-thumbs-down:hover {
    background: #E5E5E5 url(/img/ui/social-logo-sprite.png) no-repeat 12px -3013px;
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -3013px, -moz-linear-gradient(top, #ECECEC 0%, #E0E0E0 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -3013px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECECEC), color-stop(100%,#E0E0E0));
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -3013px, -webkit-linear-gradient(top, #ECECEC 0%,#E0E0E0 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -3013px, -o-linear-gradient(top, #ECECEC 0%,#E0E0E0 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -3013px, -ms-linear-gradient(top, #ECECEC 0%,#E0E0E0 100%);
    background: url(/img/ui/social-logo-sprite.png) no-repeat 12px -3013px, linear-gradient(to bottom, #ECECEC 0%,#E0E0E0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECECEC', endColorstr='#E0E0E0',GradientType=0 );
}

ul.share-buttons {
    display: inline-block;
    background: #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

    ul.share-buttons li {
        float: left;
        padding: 1px 0;
    }

        ul.share-buttons li a {
            display: block;
            overflow: hidden;
            border-left: 1px solid #EEE;
            text-align: center;
        }

        ul.share-buttons li:first-child a {
            border: 0;
        }

        ul.share-buttons li a span {
            display: inline-block;
            width: 30px;
            height: 23px;
            background: url(/img/ui/social-logo-sprite.png) no-repeat 0 0;
            text-indent: -9999px;
        }

        ul.share-buttons li a.twitter span {
            background-position: 7px -2456px;
        }

        ul.share-buttons li a.twitter:hover span {
            background-position: 7px -3077px;
        }

        ul.share-buttons li a.facebook span {
            background-position: 10px -2520px;
        }

        ul.share-buttons li a.facebook:hover span {
            background-position: 10px -3141px;
        }

        ul.share-buttons li a.email span {
            background-position: 7px -2584px;
        }

        ul.share-buttons li a.email:hover span {
            background-position: 7px -3205px;
        }

.btn-tag {
    margin: 8px 8px 0 0;
    padding: 4px 7px;
    background: #CCC;
    border: 0;
    color: #FFF;
    font-weight: bold;
}
a.btn-tag {
    display: inline-block;
    padding: 3px 6px;
    font-size: .9em;
    color: #fff;
}

    .btn-tag span {
        display: block;
        padding: 0 20px 0 0;
        background: url(/img/ui/x.png) no-repeat 100% 2px;
    }

.btn-help {
    width: 15px;
    height: 15px;
    background: url(/img/ui/icon-sprite.png) no-repeat 0 -4398px;
    text-indent: -9999px;
}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px) {
    ul.share-buttons li a {
        width: 70px;
    }

        ul.share-buttons li a span {
            height: 35px;
        }

        ul.share-buttons li a.twitter span,
        ul.share-buttons li a.twitter:hover span {
            background-position: 0 -2719px;
        }

        ul.share-buttons li a.facebook span,
        ul.share-buttons li a.facebook:hover span {
            background-position: 8px -2796px;
        }

        ul.share-buttons li a.email span,
        ul.share-buttons li a.email:hover span {
            background-position: 0 -2872px;
        }

    .btn-thumbs-up, .btn-thumbs-down {
        width: 74px;
        margin: 0 0 5px 0;
        padding: 0 0 0 46px;
        width: 93px;
        line-height: 33px;
        color: #888;
    }

    .btn-thumbs-up {
        background: #FAFAFA;
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2324px, -moz-linear-gradient(top, #FEFEFE 0%, #F6F6F6 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2324px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#F6F6F6));
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2324px, -webkit-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2324px, -o-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2324px, -ms-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2324px, linear-gradient(to bottom, #FEFEFE 0%,#F6F6F6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#F6F6F6',GradientType=0 );
    }

    .btn-thumbs-down {
        background: #FAFAFA;
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2388px, -moz-linear-gradient(top, #FEFEFE 0%, #F6F6F6 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2388px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#F6F6F6));
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2388px, -webkit-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2388px, -o-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2388px, -ms-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2388px, linear-gradient(to bottom, #FEFEFE 0%,#F6F6F6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#F6F6F6',GradientType=0 );
    }

    .btn-thumbs-up:hover {
        background: #E5E5E5;
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2945px, -moz-linear-gradient(top, #FEFEFE 0%, #E0E0E0 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2945px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#E0E0E0));
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2945px, -webkit-linear-gradient(top, #FEFEFE 0%,#E0E0E0 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2945px, -o-linear-gradient(top, #FEFEFE 0%,#E0E0E0 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2945px, -ms-linear-gradient(top, #FEFEFE 0%,#E0E0E0 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2945px, linear-gradient(to bottom, #FEFEFE 0%,#E0E0E0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECECEC', endColorstr='#E0E0E0',GradientType=0 );
    }

    .btn-thumbs-down:hover {
        background: #E5E5E5;
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -3009px, -moz-linear-gradient(top, #ECECEC 0%, #E0E0E0 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -3009px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECECEC), color-stop(100%,#E0E0E0));
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -3009px, -webkit-linear-gradient(top, #ECECEC 0%,#E0E0E0 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -3009px, -o-linear-gradient(top, #ECECEC 0%,#E0E0E0 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -3009px, -ms-linear-gradient(top, #ECECEC 0%,#E0E0E0 100%);
        background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -3009px, linear-gradient(to bottom, #ECECEC 0%,#E0E0E0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECECEC', endColorstr='#E0E0E0',GradientType=0 );
    }
}

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px) {
    .btn-1 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .btn-facebook {
        width: 45px;
        height: 46px;
        background-position: 11px -694px;
    }

        .btn-facebook:hover {
            background-position: 8px -1119px;
        }

    .btn-twitter {
        width: 45px;
        height: 46px;
        background-position: 3px -777px;
    }

        .btn-twitter:hover {
            background-position: 0 -1212px;
        }

    .btn-pinterest {
        width: 45px;
        height: 46px;
        background-position: 8px -859px;
    }


        .btn-pinterest:hover {
            background-position: 4px -1304px;
        }

               /*.btn-LinkedIn {
        width: 45px;
        height: 46px;
        background-position: 8px -959px;
    }


                  .btn-LinkedIn:hover {
            background-position: 4px -1304px;
        }*/


    .btn-youtube {
        width: 45px;
        height: 46px;
        background-position: 6px -947px;
    }

        .btn-youtube:hover {
            background-position: 2px -1398px;
        }

    .btn-instagram {
        width: 45px;
        height: 46px;
        background-position: 6px -1031px;
    }

        .btn-instagram:hover {
            background-position: 2px -1492px;
        }

    ul.share-buttons li a {
        width: 70px;
    }

        ul.share-buttons li a span {
            height: 35px;
        }

        ul.share-buttons li a.twitter span,
        ul.share-buttons li a.twitter:hover span {
            background-position: 0 -2719px;
        }

        ul.share-buttons li a.facebook span,
        ul.share-buttons li a.facebook:hover span {
            background-position: 8px -2796px;
        }

        ul.share-buttons li a.email span,
        ul.share-buttons li a.email:hover span {
            background-position: 0 -2872px;
        }

    .btn-thumbs-up, .btn-thumbs-down {
        width: 93px;
        padding: 0 0 0 46px;
        line-height: 33px;
        color: #888;
    }

        .btn-thumbs-up,
        .btn-thumbs-up:hover {
            width: 89px;
            background: #FAFAFA;
            background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2324px, -moz-linear-gradient(top, #FEFEFE 0%, #F6F6F6 100%);
            background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2324px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#F6F6F6));
            background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2324px, -webkit-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
            background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2324px, -o-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
            background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2324px, -ms-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
            background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2324px, linear-gradient(to bottom, #FEFEFE 0%,#F6F6F6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#F6F6F6',GradientType=0 );
        }

        .btn-thumbs-down,
        .btn-thumbs-down:hover {
            width: 89px;
            background: #FAFAFA;
            background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2388px, -moz-linear-gradient(top, #FEFEFE 0%, #F6F6F6 100%);
            background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2388px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#F6F6F6));
            background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2388px, -webkit-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
            background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2388px, -o-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
            background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2388px, -ms-linear-gradient(top, #FEFEFE 0%,#F6F6F6 100%);
            background: url(/img/ui/social-logo-sprite.png) no-repeat 22px -2388px, linear-gradient(to bottom, #FEFEFE 0%,#F6F6F6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#F6F6F6',GradientType=0 );
        }

    .btn-email:hover {
        background-position: 0 -2607px;
    }

    .btn-facebook-send,
    .btn-facebook-like,
    .btn-tweet,
    .btn-pin-it {
        width: 62px;
        height: 30px;
    }

    .btn-facebook-send {
        background-position: 0 -3575px;
    }

    .btn-facebook-like {
        background-position: 0 -3655px;
    }

    .btn-tweet {
        background-position: 0 -3735px;
    }

    .btn-pin-it {
        background-position: 0 -3815px;
    }

  
}
