/* ===================================================== */
/* ==== CUSTOM CSS FOR FLICKR BLUNOTE ==== */
/* =================================================== */

#flickr-photos .flickr_badge_image {
    float: left;
    margin: 1px;
    width: 19.5%;
}
#flickr-photos .flickr_badge_image img {
    height: auto;
    margin: 0;
    width: 100%;
}
#flickr-photos .FPG_widgetImageContainerList{
    float: left;
    margin: 1px;
    width: 19.5%;
}
#flickr-photos .FPG_widgetImageContainerList img{
    height: auto;
    margin: 0;
    width: 100%;
}

.tweett-gold{
    background: none repeat scroll 0 0 #cca94d!important;
}
.twitter-bnm {
    line-height: 1.2;
    margin-bottom: -3%;
    padding-bottom: 0;
}
.tweett-gold .rotatingtweets{
    float: left!important;
    width: 70% !important;
    font-size: 1.4rem;
    padding: 2% 0 0 !important;
}
.tweett-gold .rotatingtweets .rotatingtweet {
    max-width: 100%!important;
    overflow: hidden;
    padding: 2% 0 1%;
}
.tweett-gold .rotatingtweets .rotatingtweet p {
    margin: 0 0 3px !important;
}
.tweett-gold .follow-button{
    float: left!important;
    width: 20%;
    text-align: center;
    padding: 3% 0;
}
.tweett-gold .twitter-icon img{
    margin-top: 33%;
}
.tweett-gold .rotatingtweets a{
    color: #fff!important;
}
@media (max-width: 991px){
    body .twitter-icon{
        display: block;
    }
    .tweett-gold .follow-button, .tweett-gold .rotatingtweets{
        width: 90%!important;
        float: right;
    }
}