#alerts > div.container{
    position: relative;
}
#alerts-content > .container{
    position: relative;
}
#alerts-content .glyphicon{
    position: absolute;
    top: 8px;
    opacity: 0.5;
    color: #fff;
    font-size: 18px;
}
.next-alert{
    right: 10px;
}
.cycle-slide{
    padding: 7px 25px;
}
.cycle-slideshow.container{
    position: relative;
    height: 34px;
    display: inline-block;
    width: 830px;
    vertical-align: middle;
}
.follow-links{
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 7px;
}
.follow-links a.follow-alert{
    color: #751406;
    background: transparent url(../../img/follow.png) left center / 14px no-repeat;
    font-weight: 600;
    padding: 1px 0 0 24px;
    font-size: 14px;
}
.follow-links a.follow-alert.following{
    background:none;
    text-decoration: underline;
    padding-left: 10px;
    display: inline;
}
.follow-links.active a.follow-alert.following{
    display: block;
}
.follow-links a.follow-alert:hover,
.follow-links.active a.follow-alert.following:hover{
    text-decoration: underline;
    cursor: pointer;
}
.follow-links.active a.follow-alert:hover{
    text-decoration: none;
    cursor: default;
}
.alert-tool-tip{
    width: 210px;
    position: absolute;
    right: 68px;
    top: 3px;
    z-index: 1010;
    display: none;
    cursor: pointer;
}
.alert-tool-tip.active{
    display: block;
}
.follow-links.active a.follow-alert.following{
    display: inline;
}
.alert-tool-tip h3{
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    background-color: #dc3927;
    padding: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.alert-tool-tip p{
    font-weight: 300;
    font-size: 12px;
    color: #FFF;
    line-height: 1.5;
}
.alert-tool-tip a{
    color: #FFF;
    text-transform: uppercase;
    text-decoration: underline;
}
.alert-tool-tip .arrow-up {
    width: 0; 
    height: 0; 
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #000;
    margin: 0 auto;
}
.alert-tool-tip .arrow-up > div{
    position: relative;
    top: 1px;
    left: -16px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #dc3927;
    margin: 0 auto;
}
.alert-tool-tip .content{
    background-color: #121212;
    padding: 10px 10px 1px;
    border-bottom: 1px solid #121212;
    border-right: 1px solid #121212;
    border-left: 1px solid #121212;
}
.follow-links.m-o{
    background-color: #de371b;
    display: none;
    padding: 6px 0 5px 7px;
}
.follow-alert.m-o{
    display: none;
}
@media (max-width: 1200px){
    .cycle-slideshow.container{
        width: 560px;
    }
}
@media (max-width: 992px){
    .follow-links.m-o{
        display: block;
    }
    .follow-links.active a.follow-alert.following{
        display: none;
    }
    .alert-tool-tip{
        right: 8px;
    }
    .follow-alert span{
        display: none;
    }
    .alert-tool-tip .arrow-up{
        margin-left: 160px;
    }
    .follow-links{
        margin-right: 10px;
    }
    .follow-alert.d-o{
        display: none;
    }
    .follow-alert.m-o{
        display: block;
        text-indent:-9999px;
    }
}
@media (max-width: 650px){
    .cycle-slideshow.container{
        width: 87%;
        padding-right: 0;
    }
    .cycle-slide{
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
    }
}