

/*.social-link {
    position: relative;
    display: inline-block;
    height: 60px;
    padding: 0 35px;
    background-color: #333;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .social-link:focus {
        outline: 0;
    }

    .social-link:hover {
        color: #fff;
        background-color: #389c90;
    } */

.button.button-red {
    background-color: #da291c;
    color: #fff;
}


.button.button-text-red {
    background-color: #fff;
    color: #da291c;
}

.button.button-text-grey {
    background-color: transparent;
    color: #333;
}


/*.button {
    position: relative;
    display: inline-block;
    height: 60px;
    padding: 0 35px;
    background-color: #fff;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .button:focus {
        outline: 0;
    }

    .button:hover {
        color: #fff;
        background-color: #389c90;
    }

  .button.button-large {
        height: 70px;
        line-height: 70px;
    }

    .button.button-small {
        height: 50px;
        padding: 0 20px;
        line-height: 50px;
    }

    .button.button-ico .ico-svg {
        top: -2px;
        fill: #fcfcfc;
        margin-right: 5px;
        vertical-align: middle;
    }

    .button.button-ext {
        padding: 0 25px;
        font-size: 14px;
        background-color: #fcfcfc;
        color: #202121;
    }

        .button.button-ext:hover {
            background-color: #fff;
        }

        .button.button-ext img {
            position: relative;
            top: -1px;
            margin-right: 10px;
            vertical-align: middle;
        }

    .button.button-gray {
        background-color: #e6eaea;
        color: #202121;
    }

    .button.button-red {
        background-color: #d14836;
        color: #fff;
    }


    .button.button-text-red {
        background-color: #fff;
        color: #d14836;
    }

    .button.button-trans {
        background-color: transparent;
        border: 1px solid #dbe0df;
        color: #202121;
    }

    .button.button-light {
        background-color: transparent;
        border: 1px solid #fff;
    }

    .button.button-loadmore {
        position: relative;
        clear: both;
        display: block;
        width: 190px;
        margin: 0 auto 35px auto;
        color: #bdc1c0;
        background-color: #fcfcfc;
        font-size: 17px;
        font-weight: 300;
    }

        .button.button-loadmore.style2 {
            margin-top: 35px;
        }

        .button.button-loadmore.style3 {
            top: 20px;
        }

        .button.button-loadmore:hover {
            background: #fff;
            color: #dbe0df;
        }

        .button.button-loadmore.is-loading {
            background-color: #fcfcfc;
            color: #dbe0df;
        }

.grid .button.button-loadmore {
    -webkit-transform: translateX(17px);
    transform: translateX(17px);
}

.button.button-loadmore .bt-progress {
    background: #f3f3f3;
}

.button.button-follow {
    background-color: transparent;
    border: 1px solid;
    border-color: #dbe0df;
    color: #a6abab;
    font-size: 14px;
}

    .button.button-follow .stats {
        color: #42ab9e;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

        .button.button-follow .stats strong {
            color: #202121;
            -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
        }

        .button.button-follow .stats .ico-svg {
            fill: #42ab9e;
            vertical-align: middle;
        }

        .button.button-follow .stats:hover {
            color: #fff;
        }

            .button.button-follow .stats:hover strong {
                color: #fff;
            }

            .button.button-follow .stats:hover .ico-svg {
                fill: #fff;
            }

    .button.button-follow .bt-content {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

        .button.button-follow .bt-content:after {
            content: '';
            position: relative;
            display: inline-block;
            top: -3px;
            width: 12px;
            height: 7px;
            margin-left: 10px;
            border: 2px solid #a6abab;
            border-top: 0;
            border-right: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: border .3s ease-in-out;
            transition: border .3s ease-in-out;
        }

    .button.button-follow:not(.is-loading):hover, .button.button-follow.active {
        background-color: #42ab9e;
        border-color: #42ab9e;
        color: #fff;
    }

        .button.button-follow:not(.is-loading):hover .bt-content:after, .button.button-follow.active .bt-content:after {
            border-color: #fff;
        }

.button.is-loading {
    cursor: default;
    background-color: #42ab9e;
    border-color: #42ab9e;
    color: #fff;
}

.button span {
    position: relative;
    z-index: 1;
}

.button .bt-load {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255,255,255,0.5);
    border-left-color: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-animation: btRotate .6s infinite linear;
    animation: btRotate .6s infinite linear;
}

.button .bt-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #368c81;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-animation: btProgress .2s 1 linear forwards;
    animation: btProgress .2s 1 linear forwards;
    z-index: 0;
}

.bt-connect {
    position: relative;
    display: inline-block;
    width: 300px;
    max-width: 100%;
    height: 70px;
    padding: 0 50px 0 35px;
    line-height: 70px;
    font-size: 17px;
    background-color: #bdc1c0;
    text-align: left;
    color: #fff !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .bt-connect:hover {
        opacity: .75;
        color: #fff;
    }

        .bt-connect:hover .ico-svg {
            fill: #fff;
        }

    .bt-connect.bt-twitter {
        background-color: #25b6e6;
    }

    .bt-connect.bt-facebook {
        background-color: #325595;
    }

        .bt-connect.bt-facebook .ico-svg {
            height: 17px;
        }

    .bt-connect.bt-email {
        background-color: #42ab9e;
    }

    .bt-connect .ico-svg {
        position: absolute;
        top: 50%;
        right: 30px;
        width: 20px;
        fill: #fff;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
*/
