/*
Theme Name: BBYIgnitePossible
Author: Doug Schurman, Peter Novotnak and others
Description: Theme built using bootstrap 3.1
Version: 1.0
*/

a {
    color: #003b64;
}
li {
    list-style: none;
}
body > .container {
    padding-top: 0px;
}
.navbar {
    height: 105px;
    border-radius: 0;
}
/*.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 450;
}*/
.navbar-form {
    padding-top: 5px;
}
.navbar-inverse {
    background-color: #003b64;
    border-color: #080808;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff; //#a9e0ea;
    background-color: #003b64;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #aaa;
    background-color: #003b64;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #aaa;
    background-color: #003b64;
}
.navbar-inverse .navbar-nav>.active>a {
    color: #fff;
    background-color: #003b64;
}
.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #003b64;
}
.navbar-inverse .navbar-header>a {
    color: #fff;
    background-color: #003b64;
}
.navbar-inverse .navbar-header>a:hover, .navbar-inverse .navbar-header>a:focus {
    color: #aaa;
    background-color: #003b64;
}
/*.navbar-header {
    border: 1px solid #003b64;
}
.navbar-header:hover {
    border: 1px solid #fff;
}*/
.navbar-nav .open .dropdown-menu {
    background-color: #fff;
}
.navbar-collapse {
    padding-top: 10px;
}
/*.navbar-leftside {
    width: 200px;
}*/
.dropdown-menu {
    padding-bottom: 0px;
}
.dropdown-menu>li>a {
    color: #003b64;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 3px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #003b64;
}
.dropdown-menu .e-fairness>a {
    color: #fff;
    background-color: #bb0628;
}
.dropdown-menu .e-fairness>a:hover {
    color: #fff;
    background-color: #cc0000;
}

.logo {
    padding: 11px 0 11px 0;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.copyright {
    color: #fff; //#a9e0ea;
    top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

#footer {
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: #003b64;
}
.brand-img {
    margin-top: -20px;
}
.footer-img {
    /*
    margin: 10px 10px;
    max-height: 30px;
    */
    text-align: center;
}

.bby-blue-background {
    background-color: #003b64;
}

.bby-blue-text {
    color: #003B64;
}
.exec-title_align {
    text-align: top;
}
.bby-white {
    color: #fff;
}

.bby-lightblue-text {
    color: #a9e0ea;
}

.author-info {
    padding-right: 0px;
}
.author-img {
    margin-right: 20px;
}

.article-header h1 {
    padding-top: 0px;
    margin-top: 0px;
}
.article-header h2 {
    padding-top: 0px;
    margin-top: 0px;
}
.articles-top {
    margin-top:0px;
    margin-bottom: 15px;
}
.size-full {
    max-width: 250px;
	min-width: 250px;
}

.size-featured-thumb {
    max-width: 150px;
	min-width: 150px;
}

/* brandico */
[class*="brandico-"]:before {
    font-family: 'brandico', sans-serif;
}

/* entypo */
[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}

/* openwebicons */
[class*="openwebicons-"]:before {
    font-family: 'OpenWeb Icons', sans-serif;
}

/* zocial */
[class*="zocial-"]:before {
    font-family: 'zocial', sans-serif;
}

.fastfacts-right {
    list-style: none;
}

.form-signin{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.login-input {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.login-input-pass {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.signup-input {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.signup-input-confirm {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.create-account {
    text-align: center;
    width: 100%;
    display: block;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-center{
    width: 50%;
    text-align: center;
    margin: inherit;
}

.social-div {
    padding-top: 58px;
    margin-left: 15px;
    margin-right: 10px;
}
.social {
    background-color: transparent;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 3px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
}
.social:hover{
    background-color: transparent;
    color: #aaa;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 3px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
}

.fixed-sidebar {
    position: fixed;
    width: 46px;
    top: 200px;
    left: 0;
    z-index: 999;
}

.fixed-social {
    display: block;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 31px;
}

.fixed-social .fa-facebook {
    margin-left: 11%;
}

.shop-bestbuy {
    height: 184px;
    width: 46px;
    display: block;
    background-image: url('library/images/bestbuymobile-sprites.png');
    background-position: 0 -462px;
    background-repeat: no-repeat;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
}

.social-news {
    color: #fff;
}
.social-news:hover{
    color: #aaa;
}
.social-google {
    background-color: #da573b;
    border-color: #be5238;
}
.social-google:hover{
    background-color: #be5238;
    border-color: #9b4631;
}
.social-twitter {
    background-color: #1daee3;
    border-color: #3997ba;
}
.social-twitter:hover {
    background-color: #3997ba;
    border-color: #347b95;
}
.social-facebook {
    background-color: #4c699e;
    border-color: #47618d;
}
.social-facebook:hover {
    background-color: #47618d;
    border-color: #3c5173;
}
.social-instagram {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.social-instagram:hover {
    background-color: #ccc;
    border-color: #ccc;
    color: #333;
}
.social-linkedin {
    background-color: #4875B4;
    border-color: #466b99;
}
.social-linkedin:hover {
    background-color: #466b99;
    border-color: #3b5a7c;
}

.postcontent a {
    /*text-decoration: underline;*/
    color:#003b64;
}
.postcontent a:active {
    /*text-decoration: underline;*/
    color:#003b64;
}
.postcontent ul {
    list-style-type: disc;
}

.postcontent ul li {
    list-style-type: disc;
}

.thumbnail {
    margin-bottom: 0px;
}
.well-xs {
    padding: 2px;
    border-radius: 3px;
}

.bottom-border {
    border-bottom: 1px solid rgba(0,59,100,.15);
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.top-border {
    border-top: 1px solid rgba(0,59,100,.15);
    padding-top: 6px;
    margin-top: 6px;
}
.left-border {
    border-left: 1px solid rgba(0,59,100,.15);
    padding-left: 14px;
}
.right-border {
    border-right: 1px solid rgba(0,59,100,.15);
    padding-right: 14px;
}
.padding-right-zero {
    padding-right: 0px;
}
.margin-right-zero {
    margin-right: 0px;
}
.padding-leftright-zero {
    padding-left: 0px;
    padding-right: 0px;
}
.padding-left-zero {
    padding-left: 0px;
}
.margin-left-zero {
    margin-left: 0px;
}
.padding-top-zero {
    padding-top: 0px;
}
.margin-top-zero {
    margin-top: 0px;
}
.padding-bottom-zero {
    padding-bottom: 0px;
}
.margin-bottom-zero {
    margin-bottom: 0px;
}

.btn-yw {
    color: #000;
    background-color: #fff200;
    border-color: #fff200;
}
.btn-yw:hover, .btn-yw:focus {
    color: #000;
    background-color: #fff200;
    border-color: #fff200;
    text-decoration: none;
}

.btn-bl {
    color:#fff;
    background-color: #003b64;
    border-color: #003b64;
}
.btn-bl:hover, .btn-bl:focus {
    color:#fff;
    background-color: #003b64;
    border-color: #003b64;
    text-decoration: none;
}

article img.alignright {
    float: right;
}
article img.alignleft {
    float: left;
}
.postcontent img.alignright {
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
}
.postcontent img.alignleft {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}


/* transparent backgrounds */
.transparent-bg {
    background-color: transparent;
}
.transparent-bg-black {
    background: rgba(0,0,0,0.70);
}
.transparent-bg-blue {
    background: rgba(0, 59, 100, 0.6); //bby blue
}
.transparent-bg-yellow {
    background: rgba(255, 241, 112, 0.6); //bby yellow
}
.transparent-bg-white {
    background: rgba(255,255,255,0.70);
}

/* Card div slide up/down code */
.card-container {
    position: relative;
    display: block;
    height: 140px;
    overflow: hidden;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    margin: 4px 0 4px 0;
}
.card-container a {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-decoration: none;
}
.card-container .card {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.card-container .hovercard {
    position: absolute;
    width: 100%;
    height: 140px;
    top: 114px;
    left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
}

.card-container .hovercard h1 {
    /*font-size: 18px;
    font-weight: bold;*/
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.card-blue {
    background-color: #003B64;
    color: #fff;
    font-size: 14pt;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.card-gray {
    /*background-color: #9a9b9b;*/
    background-color: #c3c4c4;
    /*background-color: #e7e7e7;*/
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    /*text-shadow: 0 1px 2px rgba(255,255,255,.6);*/
}

.stock-div {
    padding: 19px 15px 10px 15px;
    width: 145px;
}
.stock-div a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.stock-div a:hover {
    color: #aaa;
    font-weight: bold;
    text-decoration: none;
}
.stockChange {
    font-size: 10pt;
    font-weight: bold;
}
.stockPossitive {
    color: #00ee00;
}
.stockNegative {
    color: #da573b; //#b80000;
}

#fastfacts-float {
    position: absolute;
    top: 20px;
    right: 40px;
    font-weight: bold;
    margin: 4px;
    padding: 8px;
    border: 1px solid #003B64;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.6);;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.contact-us {
    margin-top: 20px;
    color:#003B64;
    font-size: 12pt;
}

.border-right-dotted {
    border-right: 1px dotted #fff;
    height: 140px;
}

/* News list styles */
.floating-category-top {
    position: absolute;
}
.floating-category-top a {
    /*position: absolute;*/
    padding: 4px 4px 4px 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 8pt;
    color: #fff;
    background-color: #003b64;
    /*background-color: rgba(0, 59, 100, 0.6);*/
}
.floating-category-top a:hover {
    text-decoration: none;
    color: #003b64;
    background-color: #fff;
    /*background-color: rgba(200, 200, 200, 0.6);*/
}

.news-category-top {
    position: absolute;
}
.news-category-top a {
    /*position: absolute;*/
    padding: 2px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10pt;
    color: #fff;
    background: rgba(0, 59, 100, 0.6); //bby blue
}
.news-category-top a:hover {
    text-decoration: none;
    color: #003B64;
    background: rgba(200, 200, 200, 0.6);
}
.news-header {
    color: #003B64;
    font-family: "Arial Bold";
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 14pt;
}
.news-article-time {
    padding-bottom: 5px;
}
.news-article-title {
    padding-bottom: 5px;
}
.news-article-title-top {
    padding-top: 5px;
}
/*.news-list {
    font-size: 11pt;
    line-height: 14px;
}*/
.news-list:hover {
    text-decoration: none;
}
.news-list h1 {
    font-weight: bold;
    font-size: 12pt;
    margin: 2px;
}
.news-list h2 {
    font-weight: bold;
    font-size: 12pt;
    margin: 2px;
}
.news-list>img {
    margin-bottom:8px;
}
.news-list-text{
    position: relative;
    bottom: 0;
}
.read-more {
    font-weight: bold;
    text-decoration: none;
}
.read-more:hover {
    font-weight: bold;
    text-decoration: none;
}
.news-navigation a {
    font-size: 12pt;
    font-weight: bold;
}
.news-navigation  {
    font-size: 12pt;
    font-weight: bold;
}
.news-navigation  h1 {
    font-size: 12pt;
    font-weight: bold;
}
.news-navigation  h2 {
    font-size: 12pt;
    font-weight: bold;
}
/*
.news-navigation a:hover {
    font-size: 12pt;
    font-weight: bold;
    color: #fff;
}
*/
.news-navigation div {
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding: 10px 4px;*/
    /*border-top: solid 1px rgba(0,59,100,.15);*/
}
/*
.news-navigation div:hover {
    background: rgba(0, 59, 100, 0.6); //bby blue
}
*/
.featured-img {
    margin-top: 0px;
    margin-bottom: 20px;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: none;
}

.carousel-control-right {
    position: absolute;
    padding-top: 150px;
    top: 0;
    right: -10px;
    bottom: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #000;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,.6);
    z-index: 5;
}
.carousel-control-left {
    position: absolute;
    padding-top: 150px;
    top: 0;
    left: -10px;
    bottom: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #000;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,.6);
    z-index: 5;
}

.background-aboutus {
    background-image:url('../images/AboutUs.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;
}

.ef-well {
    min-height: 20px;
    padding: 10px;
    margin-top: -20px;
    margin-bottom: 20px;
    background-color: #bb0628;
    border: 1px solid #bb0628;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #ffffff;
}

ul.pagination > li > span.active {
    background-color: #eee;
    font-weight: bold;
}

.entry-content a{
    text-decoration: underline;
}
.entry-left a {
    text-decoration: none;
}

.modal-header {
	background-color: #003b64;
	color: #fff;
}
.modal-footer {
	background-color: #003b64;
	color: #fff;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	position: relative;
}

.widget-first {
    border-right: 1px solid rgba(0,59,100,.15);
    padding-right: 14px;
}

.widget-last {
    border-left: 1px solid rgba(0,59,100,.15);
    padding-left: 14px;
}

.navbar-upper a:hover {
    color: #FFF !important;
    text-decoration: underline !important;
}

.navbar-upper a {
    padding: 0 !important;
    font-family: Arial,Helvetica,"Nimbus Sans L","Liberation Sans",FreeSans,sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

.navbar-upper li {
    padding: 8px 0 9px 20px;
}

.navbar-upper ul {
    margin-right: 15px !important;
}

.navbar-upper .navbar-header {
    padding: 8px 0 9px 20px;
    font-style: italic;
}

[class^="header-icon-"], [class*=" header-icon-"] {
    font-family: 'headerIcons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.navbar-upper .header-icon-storeFinder {
    text-decoration: none;
    margin-right: 5px;
    display: inline-block;
}

.header-icon-storeFinder:before {
    content: "\e607";
}

.subtle-black-line {
    border-bottom: 1px solid #002c4b;
}

.nav>li>a {
    padding-right: 10px;
}

.icon-fixed-width {
    display: none!important;
}

.modal {
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .navbar-lower {
        padding-top: 7px;
    }
    .container {
        width: 1150px;
        max-width: 1150px;
    }
    .navbar .container {
        max-width: 1100px;
    }
    nav .container {
        width: 1200px;
    }
}

@media (max-width: 1200px) {
    .navbar {
        height: 85px;
        border-radius: 0;
    }
    .stock-div {
        display: none;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1024px;
    }
    .copyright {
        right: 10px;
    }
    .navbar-form {
        width: 190px;
    }
    .navbar-form button {
        padding: 3px 8px;
    }
    .form-control {
        height: 28px;
    }
    .navbar-collapse {
        padding-right: 0px;
    }
    .navbar-right .dropdown-menu {
        right: auto;
    }
}

@media (max-width: 991px) {
    .row.subsidiaries {
        margin-top: 30px;
    }
    .widget {
        margin-bottom: 10px;
    }
    .widget-first {
        border-right: none;
    }
    .widget-last {
        border-left: none;
    }
    .copyright {
        right: 10px;
    }
    .navbar {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-form {
        display: none;
    }
    /* .navbar-form {
        width: 97px;
        position: absolute;
        right: 57px;
    }
    .navbar-form button {
        padding: 3px 8px;
    } */
    .form-control {
        height: 28px;
    }
    #news-carousel {
        margin-top: 8px !important;
    }
    #news-carousel a[id^=carousel-nav-] {
        display: none;
    }
    /*a .news-list {
        margin: auto auto;
    }*/
}

@media (max-width:770px) {
    .fixed-sidebar {
        display: none;
    }
    .navbar-collapse {
        background-color: #003b64;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .logo {
        padding: 7px 0 7px 0;
        width: 60px;
    }
    body > .container {
        padding-top: 70px;
    }
    .nav-table {
        width: 100%;
    }
    .navbar-nav {
        margin: 7.5px 0;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar {
        width: 100%;
        position: fixed;
        height: 56px;
        z-index: 5;
    }
    .navbar {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*.navbar-form {
        padding: 6px 6px;
        border-top: none;
        border-bottom: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }*/
    .navbar-nav>li>a {
        padding-top: 0px;
        display: block;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        margin-top: 2px;
        margin-bottom: 10px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #003b64;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #003b64;
        background-color: #f5f5f5;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .e-fairness>a {
        color: #fff;
        background-color: #bb0628;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .e-fairness>a:hover {
        color: #fff;
        background-color: #cc0000;
    }
    /* .navbar-form {
        width: 100%;
        position: relative;
        right: auto;
    } */
    .social-div {
        padding-top: 4px;
    }
    .carousel {
        z-index: 0;
    }
    .stock-div {
        padding: 6px 0 6px 14px;
        display: block;
    }
    .ef-well {
        margin-top: -15px;
        margin-bottom: 0;
    }
    /*well-smaller {
        margin-top: 0px;
        padding-top: 0px;
    }*/
}


@media print {
    .latest.stories {
        display: none;
    }
    .social-facebook {
        display: none;
    }
    .social-twitter {
        display: none;
    }
    .author-img a[href]:after {
        content: none !important;
    }
}
