﻿@import url(http://fonts.googleapis.com/css?family=Bangers|Muli);

body {
    background-image: url('/assets/images/layout/bg.png') !important;
    background-color: #d1d2d4 !important;
    color: #000;
    /*font-family: 'Bangers', cursive !important;*/
    font-size: medium !important;
}

h1, h2, h3, h4 {
    font-family: 'Bangers', cursive !important;
    text-transform: uppercase;
    color: #b8a941;
}

h3 {
    margin-top: 0;
    color: #fff;
}

a {
    color: #0068dc;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.red-box {
    background-color: #a2121c;
    color: #fff;
    /*padding-top: 10px;*/
}

/*.modal-content {
    color: #002857;
}*/

/*.check-box-list {
    font-weight: normal !important;
}*/

.photo {
    /*border: 1px solid #505050;*/
    /*border: 1px solid #fff;*/
    /*padding: 4px;*/
}

.blue-action-btn {
    background-color: #7aa6bc;
    color: #fff !important;
    font-weight: bold !important;
    padding: 0 10px 2px 10px;
}
    .blue-action-btn a {
        color: #fff !important;
        text-decoration: none;
    }
        .blue-action-btn a:hover {
            color: #002857 !important;
            text-decoration: none;
        }

.footer-nav > ul {
    list-style: none;
    margin-bottom: 0;
}
    .footer-nav > ul > li {
        display: inline-block;
        margin: 0 5px;
        color: #fff;
    }

    .footer-nav a {
        color: #fff;
        text-decoration: none;
    }

        .footer-nav a:hover {
            color: #dca900;
        }

/* css overrrides for bootstrap nav */
.navbar {
}

@media only screen and (min-width:970px) {
    #navbarCollapse {
        /*padding-top: 75px;*/
    }
}

.navbar-default {
    background-color: #a2121c;
    background-image: none !important;
    margin-bottom: 0 !important;
    border: 0;
    box-shadow: none;
}
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .active > a {
        background-image: none !important;
        box-shadow: none !important;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
    }
        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #ffea38 !important;
            background-color: #670000 !important;
        }
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #dca900 !important;
    }

.dropdown-menu > li > a {
    font-weight: bold !important;
    color: #002857 !important;
    background-color: #fff;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: #fff;
        background-image: none !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ba7bc', endColorstr='#7ba7bc', GradientType=0) !important;
        background-color: #7ba7bc !important;
        color: #fff !important;
        font-weight: bold !important;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #002857;
}

.navbar-brand {
    color: #fff !important;
}



#twitter-feed {
    width: 258px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 60px;
    padding: 8px 10px 5px 10px;
    border-radius: 12px;
    background-color: #FFF;
    color: #333;
    overflow: auto;
}
  
#twitter-feed h1 {
    color: #5F5F5F;
    margin: 0px;
    padding: 9px 0px 9px 0px;
    font-size: 18px;
    font-weight: lighter;   
}
  
.twitter-article, #loading-container {
    width: 100%;
    border-top: 1px dotted #CCC;
    float: left;
    padding: 8px 0px 8px 0px;
    position: relative;
}
.twitter-pic {
    position: absolute;
}
  
.twitter-pic img {
    float: left;
    border-radius: 7px; 
    border: none;
      
}
  
/* -------- TEXT STYLING ------*/
.twitter-text {
    width: 100%;
    float: left;
    font-size: 11px;
    padding-left: 52px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.twitter-text p {
    margin: 0px;
    line-height: 15px;  
}
.twitter-text a,  h1 a {
    color: #00acee;
    text-decoration: none;
}
.twitter-text a:hover,  h1 a:hover {
    text-decoration: underline;
    color: #00acee;
}
  
.tweet-time {
    font-size: 10px;
    color: #878787;
    float: right;
}
.tweet-time a, .tweet-time a:hover {
    color: #878787;
}
  
.tweetprofilelink a {
    color: #444;
}
.tweetprofilelink a:hover {
    color: #444;
}
  
/* -------- FEED  ACTIONS ------*/
#twitter-actions {
    width: 75px;
    float: right;
    margin-right: 5px;  
    margin-top: 3px;
    display: none;
}
.intent {
    width: 25px;
    height: 16px;
    float: left;
}
.intent a {
    width: 25px;
    height: 16px;
    display: block;
    background-image: url('../images/tweet-actions.png');
    float: left;
}
.intent a:hover {
    background-position: -25px 0px;
}
  
#intent-retweet a {
    background-position: 0px -17px;
}
#intent-retweet a:hover {
    background-position: -25px -17px;
}
#intent-fave a {
    background-position: 0px -36px;
}
#intent-fave a:hover{
    background-position: -25px -36px;
}
  
/* -------- RETWEET INDICATOR ------*/
#retweet-indicator {
    width: 14px;
    height: 10px;
    background-image: url('../images/tweet-actions.png');
    background-position: -5px -54px;
    margin-top: 3px;
    float: left;
}