/* Main BookHolders CSS */

/* NOTE: !important is used in many of these styles to ensure it overrides
   Bootstrap. In general, !important is a bad idea. So, if it has !important in it,
   it's probably a bad idea. */


/* TODO: Allow focused/hovered links to normally have underlines?
   I think it'd be better to only style links like this in navbars. - Ezra */
a:hover, a:focus {
    color: #333 !important;
    text-decoration: none !important;
}

nav {
    background-color: gray;
    text-align: center;
    vertical-align: middle;
}


/* NOTE: Some hr element styles will be broken, there was some removal of styles on the hr element
   in the previous code. Add hr classes/ids here. */

hr.faq {
    margin-top: -10px;
    margin-bottom: 10px;
    border: 0;
    /* Duplicate style? Why? */
    border-top: 3px solid #eee;
    width: 100%;
}
img.pad {
    margin: 15px
}
img.pad10 {
    margin: 10px
}
img.lower {
    margin-top: 28px;
}
img.lower15 {
    margin-top: 15px;
}
hr.search {
    margin-top: 20px;
    margin-bottom: 20px;
}

p.footer {
    font-size: 12px;
}

p.padding {
    padding-left: 10px;
}
p.margin-ship {
    margin-right: 5px;
    margin-left: 6px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
p.margin-nobottom {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
p.padding2 {
    padding-left: 18px;
}

p.align {
    text-align: center;
    vertical-align: middle;
}

.thumbnail {
    border: 0 !important;
}

.padding-bottom {
    padding-bottom: 10px;
}
.containerwell {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    width:70%;
      background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
}

.containermarketing {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
}

.containernav {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 22px;
}

.containercheckout {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 80px;
}

.containercarousel {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
}
.containercenter {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    text-align: center;
}
.containersignup {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
}
.containercenter2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    width: 80%;
}
.containercentercheckout {
    padding-right: 15px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    text-align: center;
}
.centerrow {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    text-align: center;
    width: 50%;
}
.allowwrap {
    word-wrap: break-word;
}
.centerrow40 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    text-align: center;
    width: 40%;
}
.row-notebook {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    text-align: center;
    width: 70%;
}
.row-center {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    width: 80%;
}
.centerrownonalign {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    width: 50%;
}
.rightrow {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    text-align: center;
    float:right;
}

.leftrow {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    text-align: center;
    float:left;
}

@media (min-width: 500px )
{
    .containersignup {
    max-width: 470px;
        }
}

@media (min-width: 992px) {
    .sell {
        width: 100%;
    }

    .containernav {
        width: 70%;
        text-align: center;
    }
    .containermarketing {
        width: 70%;
        text-align: center;
}       
    .containercenter {
        width: 850px;
        text-align: center;
}
    .containercentercheckout {
        width: 850px;
        text-align: center;
}
    .media-cart {
        width:160%;
    }
    .mobile-couponcart {
        display:none;
    }

}
.spacing{
    margin-bottom: 3px;
    margin-top: 3px;
}

@media (min-width: 1200px) {
    .containernav {
        width: 70%;
        text-align: center;
    }

    .containercarousel {
        width: 1150px;
        text-align: center;
    }

    .containermarketing {
        width: 1150px;
    }

    .containerwell {
        width: 1150px;
    }
    .containercenter {
        width: 1150px;
    }
   
    .containercentercheckout {
        width: 1150px;
    }

        .media-cart {
        width:130%;
    }
    .mobile-couponcart {
        display:none;
    }
} 
/* TODO: remove styling, move to child elements. Shouldn't restyle components of Bootstrap's layout system */
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.sdirrow {
    margin-right: -15px;
    margin-left: -15px;
    text-align: left;
    background-color: #EAEAEA;
}
.cartrow{
        padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    text-align: center;
    width: 75%;
}
.faqrow {
    margin-right: -15px;
    margin-left: -15px;
    text-align: left;
}
.form-group2 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.toprow {
    padding-top: 60px;
    text-align: center;
}
.searchrow {
    margin-right: 0;
    margin-left: 0px;
    height: 80px;
    padding-left: 13px;
    padding-right: 20px;
    padding-top: 13px;
    border-radius: 10px;
    background-color: #C74444;
}


.dirrow {
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
    background-color: #EBEBEB
}
.shadedcontainer {
    background-color: #f4f4f4;
    border-radius: 10px;
    z-index: -1000;
        padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-top: 15px !important;
}
.verticalalign-mid {
    vertical-align: middle;
}
.shadedcontainer2 {
    background-color: #f4f4f4;
    border-radius: 10px;
    height: 10px;
    width:50px;
}
.dir {
    padding-bottom: 15px;
}
#h4cart {
    margin-top: 4px;
    margin-bottom: 0px;
}
ul.nodot {
    list-style-type: none;
    margin-left: 5px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 0px;
}
.mainsearch {
    width: 100% !important;
}

/* TODO: Get rid of this and apply margin to the child elements instead.
   col-lg-4 needs to stay 33.33% for the integrity of the column styling system.
   Also, we shouldn't be applying custom styles to column classes. */
.col-lg-4 {
    width: 33.33% !important;
}
.td-hover:hover {
  background-color: #f5f5f5;
}
.td-top {
    border-top: 1px solid #ddd;
}
/* TODO: Maybe make a separate btn class for this so it's not competing with Bootstrap?
   Not too big a deal. */
.btn-default {
    color: #C74444;
    height: 34px;
}
.btn-add {
    background-color: #C74444;
    color:white;
    height: 34px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 5px;
    border-radius: 5px;
    border-color: #ae2e2e;
    border-width: 1px;
    text-decoration: bold, uppercase;
}
.btn-add2 {
    background-color: #C74444;
    color:white;
    margin-top: 5px;
    border-radius: 5px;
    border-color: #ae2e2e;
    border-width: 1px;
    text-decoration: bold, uppercase;
}
.btn-coupon {
    background-color: #C74444;
    color:white;
    height: 28px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 5px;
    border-color: #ae2e2e;
    border-width: 1px;
    text-decoration: bold, uppercase;
}
.btn-search {
    background-color: #C74444;
    height: 34px;
    margin: -10px;
    color: white;
}
.btn-searchnav {
    height: 34px;
    margin: -10px;
    color: #C74444;
}
.btn-searchmain {
    height: 50px;
    margin: -10px;
    width: 50px;
    color: white;
    background-color: #C74444;
}
.dropdown-submenu {
    position: relative;
}
.glyphiconsearch {
  position: relative;
  font-size: 35px;
  margin-left: -5px;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphiconcart {
  position: relative;
  margin-left: -5px;
  color: #C74444;
  padding-left: 4px;
  padding-right: 2px;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px 6px 6px 6px;
       -moz-border-radius: 0px 6px 6px 6px;
            border-radius: 0px 6px 6px 6px;
    width: 210px;
}
.shiptos {
    background-color: #00b200;
    border-radius: 10px;
    padding-top: 2px;
    padding-right: 3px;
}
.shiptoh {
    background-color: #F99027;
    border-radius: 10px;


}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    color: #262626;
    text-decoration: none;
    background-color: #F5F5F5;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -5px;
    border-color: transparent;
    border-left-color: #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.dropdown-submenu.pull-left > dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
       -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
}

/* TODO: Maybe use the default padding? Seems weird to use unequal padding on what
   is probably a square-ish element. */
.navbar-brand {
    padding: 7px 15px !important;
}


.nav-top-button {
    margin-top: 6px;
    margin-bottom: 4px;
}

.nav-links > li > a {
    color: #C74444 !important;
}


@media screen and (max-width: 885px) {
    .table-responsive {
        border: 0 !important;
    }
}


@media (min-width: 886px) {
    .navbar-right {
        margin-right: 0 !important;
    }

    .mobile-couponcart{
        display: none;
    }
    .mobile-display {
        display: none;
    }
    .hidden-mobile {
        display:none;
    }


}
@media (max-width: 885px) {
    .dropdown-menu {
         display: none !important;
    }
    .containernav {
        padding-top: 5px;

    }
    .open .dropdown-menu {
         display: block !important;
    }
    .button-text {
        display:none;
    }
    .mobile-cart {
        display: none;
    }
    .mobile-coupon {
        width:100px;
    }
    .media-cart {
        width: 150%;
    }
    .pricecart {
        width: 50%;
    }
    .mobile-cartcoupon {
        display:none;
    }
    .hidden-desktop {
        display:none;
    }
    .centerrow40 {
        width:100%;
    }
}

@media (min-width: 886px) and (max-width: 992px) {
        .media-cart {
        width: 140%;
    }

}


/* TODO: Is there a reason we're using pure white instead of the default off white? Off white
   is easier on the eyes. */
.navbar-default {
    /*background-color: white !important;*/
    border-color: white !important;
    z-index: 2000;
}

/* TODO: Other classes? Not really as important as others, though. */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #e7e7e7 !important;
}

/* TODO: Consider moving into other classes.
   Once again, not really as important as some of the more general ones. */
.jumbotron {
    padding-top: 2px !important;
    padding-bottom: 1px !important;
    margin-bottom: 5px !important;
    background-color: white !important;
}

@media screen and (min-width: 886px) {
    .jumbotron {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 40px !important;
        font-weight: bold !important;
    }
}

.well {
    padding: 13px !important;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

/* Navbar animation */
@keyframes fadeBackgroundColor {
    from {
        background-color: white;
    }
    to {
        background-color: #f8f8f8;
    }
}

/* Affixed navbar */
@media (min-width: 886px) {
    nav.stuck-navbar {
        animation-name: fadeBackgroundColor;
        animation-duration: 4s;
        background-color: white;
    }
    nav.stuck-navbar .navbar-form {
        display: inline;
    }
}

nav .navbar-form {
    display: none;
}



@keyframes expandSearchBar {
    from {
        width: 250px;
    }
    to {
        width: 400px;
    }
}

nav .searchBox.activeSearchBar {
    animation-name: expandSearchBar;
    animation-duration: 2s;
    width: 400px;
}

.checkoutContainer {
    float: right;
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}


.text-cp {
  color: #FEC0C0;
  font-size: 20px !important;
}
.text-tu {
  color: #CDCDCD;
  font-size: 20px !important;
}
.text-vt {
  color: #FFCAB0;
  font-size: 20px !important;
}
.text-vcu {
  color: #F9E79D;
  font-size: 20px !important;
}
.text-wvu {
  color: #BACCF8;
  font-size: 20px !important;
}
.text-usf {
  color: #C6FCC2;
  font-size: 20px !important;
}
.text-ut {
  color: #F0E1FF;
  font-size: 20px !important;
}

.large-checkbox {
    transform: scale(2);
    -webkit-transform: scale(2);
    margin:25px;
    padding:10px;
}

.fine-print {
    font-size:  10px;
}