._slowlane-wrapper {
    position: relative;
    border: 1px solid rgba(0,0,0,0);
}

._slowlane-loader {
    overflow-y: hidden;
}

._slowlane-ad {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    padding: 1em 2em;
    border-radius: 0 0 1em 1em;
    background: #ff3019;
    background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
    background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
    color: #fff;
    text-align: right;
    font-family: sans-serif;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
    cursor: pointer;
}

._slowlane-ad:hover {
    opacity: 1;
}

._slowlane-ad .fa-spin {
    float: left;
}

#_slowlane-floater {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    padding: 1em;
    background: #ff3019;
    background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
    background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);  
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 0.9em;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}

#_slowlane-floater-container {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    text-align: left;
}

#_slowlane-floater-social, #_slowlane-floater-x {
    float: right;
    text-align: right;
    font-size: 2.5em;
}

#_slowlane-floater-social .fa {
    margin-left: 0.25em;
}

#_slowlane-floater .fa {
    position: relative;
    text-decoration: none;
    cursor: pointer;
    transition: top 1s;
}

._slowlane-text {
    margin-left: 1em;
    font-size: 0.5em;
}

#_slowlane-floater-x._slowlane-text {
    font-size: 1.25em;
    cursor: pointer;
}

#_slowlane-floater .fa:hover {
    top: -0.1em;
}

#_slowlane-floater a {
    color: #fff;
    text-decoration: underline;
}