body {
  font-family: 'Trebuchet', 'Lato', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Lato', Arial, sans-serif;
}

::-webkit-scrollbar { width: 9px; height: 8px;}
::-webkit-scrollbar-button {  height: 0;background-color: #841229; color: #fff;}
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #B31233;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #000; border-radius: 0px; border: 1px solid #000;}
::-webkit-scrollbar-thumb:hover {background-color: #000;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}

::selection {color:#fff;background:#FCB02E;}
::-moz-selection {color:#fff;background:#FCB02E;}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background: #FCB02E;
  color: #fff;
  border: 1px solid #FCB02E;
  border-bottom: 5px solid #CD8B19;
}

.btn-primary {
  background: #841229;
  border: 1px solid #841229;
  border-bottom: 5px solid #B31233;
}

.container {
  width: 100%;
  padding: 0;
}

#container {
  min-height: 100%;
  min-width: 480px;
}

section {
  padding: 30px 15% 50px;
  text-align: center;
}

.section-maroon {
  background: #841229;
  color: #fff;
}

#base {
  position: relative;
  margin-top: 0px;
}


#navigation {
  position: absolute;
  z-index: 1000;
  width: 100%;
  /*height: 62px;*/
  background: #841229;
  border:none;
  border-bottom: 8px solid #B31233;
  border-radius: 0px;
}


#cover-pic {
  margin: 0 auto;
  max-width: 100%;
}

#home-navbar {
  text-align: center;
}

.nav.navbar-nav {
  display: inline-block;
  float: none;
  text-align: center;
}

.navbar-default .navbar-nav>li {
  position: relative;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 18px;
  background: none;
}

.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li.active>a:hover {
  color: #FDB02E;
  background: none;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #FDB02E;
  background: none;
}

nav.navbar.navbar-default {
  border-bottom: 8px solid #B31233;
  margin-bottom: 0px;
}

.pointer {
  position: absolute;
  left: 40%;
  bottom: -25px;
  display: none;
}

.navbar-default .navbar-nav>li.active > .pointer {
  display: block;
}

.section-normal {
  color: #41525C;
}
#thebook h1 {
  text-align:center;
}

h1 {
  color: #B31233;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 200%;
  margin-top: 30px;
  marign-bottom: 0;
}

h1 .big-heading {
  font-size: 2.1em;
  padding-top: 10px;
}

section .row {
  margin-top: 0;
  text-align: left;
 
}

.row > div {
  margin-top: 30px;
}

p {
  font-size: 1em;
  text-align: justify;
}

p.cursive {
  font-family: 'Lobster', cursive;
  font-style: italic;
  color: #656565;
  font-size: 1.3em;
  position: relative;
}

.cursive .swoosh-arrow {
  position: absolute;
  bottom: -10px;
  margin-left: 10px;
}

#eight-tabs.nav-tabs {
  border: none;
  margin-top: 30px;
}

#eight-tabs.nav-tabs>li {
  margin: 10px 5% 0 0;
}

#eight-tabs.nav-tabs>li>a {
  border: none;
  background: #B31233;
  color: #fff;
  width: 30px;
  height: 30px;
  padding: 0;
  margin:0;
  font-weight: bold;
  padding-top: 5px;
  text-align:center;
  border-radius: 60px;
}

#eight-tabs.nav-tabs>li>a:hover {
  background: #FDB02E;
}

#eight-tabs.nav-tabs li.active > a, #eight-tabs.nav-tabs li.active:hover > a{
  border: none;
  background: #FDB02E;
  color: #fff;
}

#eight-tab-content.tab-content {
  margin-top: 20px;
  font-size: 2.1em;
  color: #B31233;
}

#eight-tab-content.tab-content p {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  text-align: left;
  width: 90%;
  word-spacing: 8px;
}

.row>div {
  padding;
}

.section-dark {
  background: #41525C;
  color: #fff;
}

.section-dark h1 {
  text-align: left;
  color: #FDB02E;
}

#author-tabs.nav-tabs {
  border: none;
  margin-top: 30px;
}

#author-tabs.nav-tabs>li {
 
}

#author-tabs.nav-tabs>li>a {
  border: none;
  background: none;
  
  
  padding: 0;
  
}

#author-tabs.nav-tabs>li>a:hover {
  background: none;
}

#author-tabs.nav-tabs li.active > a, #author-tabs.nav-tabs li.active > a:hover{
  border: none;
  background: none;
  color: #fff;
}

#author-tab-content.tab-content {
  margin-top: 30px;
  color: #fff;
}

#author-tab-content.tab-content p {
  text-laign:left;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 170%;
}

#author-tab-content.tab-content p .author-name {
  font-size: 2em;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  color: #FDB02E;
  line-height: 100%;
}

#author-tabs {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 32em;
  height: 20em;
}
#author-tabs li {
  height: 18em;
  width: 18em;
  text-align: center;
  cursor: pointer;
}
#author-tabs li img {
  width: 100%;
}
#author-tabs li img:hover {
  box-shadow: 0px 0px 50px gray;
}
#author-tabs li.roundabout-in-focus img:hover {
  box-shadow: none;
}
#author-tabs li.roundabout-in-focus {
  cursor: default;
}
#author-tabs li span {
  display: block; 
  padding-top: 6em;
}

@media (max-width: 768px) {
  #author-tabs {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 22em;
    height: 15em;
  }
  #author-tabs li {
    height: 13em;
    width: 13em;
    text-align: center;
    cursor: pointer;
  }
  #author-tabs li img {
    width: 100%;
  }
  #author-tabs li.roundabout-in-focus {
    cursor: default;
  }
  #author-tabs li span {
    display: block; 
    padding-top: 6em;
  }  
}

#thebook {
  padding-top: 70px;
}

.section-dark a {
  color: #FDB02E;
}

.section-normal h1 {
  text-align: left;
}




@media (max-width: 767px) { 

    #navigation {
        height: auto;
         
    }
    #navigation .navbar-collapse.in{
        /*height: 180px!important;
        overflow-y: scroll;
        overflow-y:scroll; 
        -webkit-overflow-scrolling: touch;*/
    }
    .navbar-default .navbar-nav>li.active > .pointer {
      display: none;
    }

}

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

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


#endorsements .second-endorse > div {
  margin-top: 0;
}

.quotes-row .quote-box {
  text-align: right;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #B4AB9C;
  border-left: none;
  border-top: none;
}

.second-endorse .quote-box {
  border-bottom: none;
  margin-top: 0;
}

.quotes-row .quote-box:last-child {
  border-right: none;
}

.quotes-row .quote-box a {
  color: #41525C;
  text-align: right;
}

.quotes-row .quote-box a:hover {
  text-decoration: none;
}

.quotes-row .quote-box a:hover .quote {
  color: #B31233;
  text-decoration: none;
} 

.quotes-row .quote-box a .quote {
  font-size: 1.5em;
  text-align: center;
  height: 100px;
  line-height: 130%;
}

.quotes-row .quote-box a .name { 
  font-size: 1.3em;
  text-align: center;
  margin-top: 30px;
  
}

@media(max-width: 990px) {
  .quotes-row .quote-box {
    border: none;
    text-align: left;
    padding: 11px;
    margin-top: 10px;
  }
  .quotes-row .quote-box .quote, .quotes-row .quote-box a .name {
    text-align: left;
    margin-top: 10px;
  }
  .quotes-row .quote-box a .quote {
    height: auto;
    text-align: left;
    padding: 0;
    margin: 0;
  }
}

#endorsements {
  padding-bottom: 70px;
}

.section-maroon h1 {
  color: #fff;
  text-align: left;
}

#book-tabs {
  border: none;
}

#book-tabs.nav-tabs>li {
  display: block;
  float: none;
  height: 70px;
  margin-bottom: 30px;
}

#book-tabs.nav-tabs>li.active>a, #book-tabs.nav-tabs>li>a:hover, #book-tabs.nav-tabs>li>a {
  background: none;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 1.5em;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-bottom: 30px;
  padding:0;
  color: #fff;
}

#book-tabs.nav-tabs>li:first-child {
  border-bottom: 1px solid #B31233;
}
  
#book-tabs.nav-tabs>li.active>a, #book-tabs.nav-tabs>li>a:hover {
  color: #FDB02E;
}

.book-icon {
  width: 30px;
  margin-right: 20px;
  margin-top: -2px;
  vertical-align: middle;
}

#book-slides .carousel-control.right, #book-slides .carousel-control.left {
  background-image: none;
}

#book-slides .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: -30px;
}

#book-slides .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left {
  left: -30px;
}

#book-slides .carousel-control .left-symbol {
  background: url('../images/previous_static.png') no-repeat;
  width: 40px;
  background-size: 50%;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  left: -30px;
}

#book-slides .carousel-control .left-symbol:hover {
  background: url('../images/previous_mouse_over.png') no-repeat;
  width: 40px;
  background-size: 50%;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  left: -30px;
}

#book-slides .carousel-control .right-symbol {
  background: url('../images/next_static.png') no-repeat;
  width: 40px;
  background-size: 50%;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  right: -50px;
}

#book-slides .carousel-control .right-symbol:hover {
  background: url('../images/next_mouse_over.png') no-repeat;
  width: 40px;
  background-size: 50%;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  right: -50px;
}
  
#book-slides .carousel-inner {
  width: 400px;
  margin: 0 auto;
  background: #fff;
  color: #41525C;
  padding-bottom: 30px;
  height: 588px;
  background: -webkit-radial-gradient(circle, white, white, #D7D0C8); /* For Safari */
  background: -o-radial-gradient(circle, white, white, #D7D0C8); /* For Opera 11.1 to 12.0 */
  background: -moz-radial-gradient(circle, white, white, #D7D0C8); /* For Fx 3.6 to 15 */
  background: radial-gradient(circle, white, white, #D7D0C8); /* Standard syntax (must be last) */
}

#book-slides .tab-pane {
  width: 400px;
  margin: 0 auto;
}

#book-slides .carousel-inner h1 {
  color: #841229;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  text-transform: none;
}

#book-slides .carousel-inner .item {
  width: 400px;
  margin: 0 auto;
  padding: 30px;
}

#book-slides .carousel-indicators li {
  border: 2px solid #841229;
}

#book-slides .carousel-indicators li.active {
  background: #841229;
  border: none;
}

@media(max-width:1145px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }
  #navigation .container-fluid {
    padding: 0;
  }
}


@media(max-width:945px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 12px;
  }
}


@media(max-width:834px) {
  .navbar-default .navbar-nav>li>a {
    padding: 15px 10px;
  }
}

@media(max-width:767px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 18px;
  }
  #navigation .container-fluid {
    padding: 0 10px;
  }
}

#book-tabs {
  border: none;
}

#book-tabs.nav-tabs>li {
  display: block;
  float: none;
  height: 70px;
  margin-bottom: 30px;
  border: none;
}


@media(max-width: 565px) {
  #book-slides .carousel-inner {
    width: 350px;
    height: 610px;
  }
  
  #book-slides .carousel-inner .item {
    width: 350px;
    height: 610px;
  }
  #book-slides .carousel-inner .item {
    width: 350px;
    height: 610px;
  }
  #book-slides .carousel-control .right-symbol {
    right: -30px;
  }

  #book-slides .carousel-control .right-symbol:hover {
    right: -30px;
  }
  #book-slides .carousel-control .left-symbol {
    left: -10px;
  }

  #book-slides .carousel-control .left-symbol:hover {
    left: -10px;
  }
}


#companies .nav-tabs {
  border: none;
  width: 100%;
}

#companies .nav-tabs>li {
  border: none;
  width: 33%;
  color: #fff;
  text-align: center;
}

#companies .nav-tabs>li>a {
  border: none;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 0;
  background: #B31233;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
}

#companies .nav-tabs>li.active a {
  background: #FDB02E;
  color: #B31233;
}

#companies .nav-tabs>li.active>a {
  border: none;
}

@media(max-width: 768px) {
  #companies .nav-tabs>li>a {
    font-size: 1em;
  }
}

#companies .tab-pane {
  margin-top: 30px;
  text-align:center;
}

#companies .tab-pane img {
  vertical-align: middle;
  padding: 30px 20px;
  width: 140px;
}

#performance img {
  max-width: 350px;
}

#performance .row div:first-child {
  text-align: center;
}

#performance th {
  font-size: 1.4em;
  color: #FDB02E;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
}

#performance .row>div:nth-child(2) {
  padding-top: 5%;
}

#performance .row div:nth-child(2) p {
  margin-bottom: 30px;
}

#performance .table-responsive {
  border: none;
}

#performance tr>th, #performance tr>td {
  border: none;
  border: 1px solid #fff;
  text-align: center;
  padding: 10px;
}

#performance tr>th:first-child, #performance tr>td:first-child {
  text-align: left;
}

#performance tr>th:first-child, #performance tr>td:first-child {
  border-left: none;
  border-top: none;
}

#performance tr>th:last-child, #performance tr>td:last-child {
  border-right: none;
  border-top: none;
}

#performance tr:first-child th, #performance tr:first-child td {
  border-top: none;
}

#performance tr:last-child th, #performance tr:last-child td {
  border-bottom: none;
}

#performance tr:nth-child(2) td {
  color: #F36F21;
}

#nominate {
  position: relative;
}

#nominate .form-horizontal .control-label {
  text-align: left;
}

#nominate .row > div {
  margin-top: 0;
}

#nominate h1 {
  color: #41525C;
}

#nominate h3 {
  color: #B31233;
  margin-bottom: 20px;
}

.form-control {
  border:none;
  border-bottom: 1px solid #aba091;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #aba091;
}

#nominate .form-horizontal .control-label {
  font-weight: normal;
  font-size: 1em;
}

#nominate .control-label, #nominate .form-control {
  margin-top: 10px;
}

#nominate .submit-section {
  text-align: center;
  margin-top: 30px;
}

.btn {
  border-radius: 0px;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-size: 1.3em;
  padding: 5px 20px;
  border-bottom: 5px solid #B31233;
}

.author-contact {
  position: relative;
}

.author-contact a {
  color: #fff;
}

.author-contact textarea {
  max-width: 100%;
  height: auto;
}

.author-contact .row > div:first-child h1 {
  margin-top: 120px;
}

.author-contact .row > .col-xs-6:nth-child(2) > div {
  margin-left: 50%;
}

.author-contact p {
  margin-top: 20px;
}

#nominate textarea {
  max-width: 100%;
}
  
.author-contact .author-name {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.footer-book {
  position: absolute;
  top: -120px;
  left: 15%;
  max-width: 300px;
  width: 70%;
}

@media(max-width: 768px) {
  .footer-book {
    width: 230px;
    top: -10%;
  }
}

.section-copyright {
  padding: 10px;
  text-align: center;
  background: #8E122C;
  color: #fff;
}

.modal {
  top: 15%;
}

.modal-content {
  border-radius: 0px;
}

.modla-header .close img {
  width: 10px;
}

.modal-header .close {
  position: absolute;
  right: -10px;
  top: -10px;
  opacity: 0.8;
}

.modal-header .close:hover {
  opacity: 1;
}

.modal-body .details {
  text-align: right;
  margin-top: 20px;
}

.go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.go-top img {
  width: 30px;
}

.buy-book {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  z-index: 999;
  max-width: 250px;
  min-width: 180px;
}

#buy-book-close {
  
  width: 100%;
  background: url('../images/bg.png') left center;
  border-radius: 0px;
  border: none;
  z-index: 10000;
  display: none;
  padding: 10px;
  min-width: 450px;
}

#buy-book-close button {
  position: absolute;
  bottom: 5px;
  color: #000;
  right: -20px;
  opacity: 1;
  outline: none;
}

#buy-book-close img {
  margin-right: 30px;
}

#buy-book-close button img {
  width: 20px;
}

#buy-book-close img:nth-child(3) {
  margin-right: 0;
}

@media(max-width: 567px) {
  #buy-book-close .hide-stores {
    display: none; 
  }
  #buy-book-close .buy-book-small {
    margin-left: 25%; 
  }  
}

.quote-top {
  position: absolute;
  left: 7.5%;
  margin-top: -20px;
  width: 5%;
  max-width: 72px;
}

.quote-bottom {
  position: absolute;
  width: 5%;
  right: 30px;
  margin-top: -50px;
  max-width: 72px;
}

@media (max-width: 768px) {
  .quote-top, .quote-bottom {
    display: none;
  }
}

.quote-style {
  font-style: italic;
}

.quote-name-style {
  text-align: right;
}

.buy-at.amazon {
  background: url('../images/amazon-dark.png') no-repeat;
  width: 140px;
  height: 50px;
}

.buy-at {
  display: inline-block;
}

.buy-at.amazon:hover {
  background: url('../images/amazon-light.png') no-repeat;
}

.buy-at.barnes {
  background: url('../images/barnes-dark.png') no-repeat;
  width: 140px;
  height: 50px;
}

.buy-at.barnes:hover {
  background: url('../images/barnes-light.png') no-repeat;
}

.hide-stores {
  display: inline-block;
}

.hide-stores .buy-at {
  display: inline-block;
  vertical-align: middle;
}

.hide-stores .buy-at.amazon {
  background: url('../images/amazon-yellow-dark.png') no-repeat;
  width: 120px;
  height: 25px;
}

.hide-stores .buy-at.barnes {
  background: url('../images/barnes-yellow-dark.png') no-repeat;
  width: 140px;
  height: 25px;
}

.buy-at.amazon-yellow {
  background: url('../images/amazon-yellow.png') no-repeat;
  width: 120px;
  height: 25px;
}

.buy-at.amazon-yellow:hover {
  background: url('../images/amazon-yellow-hover.png') no-repeat;
  width: 120px;
  height: 25px;
}

.buy-at.barnes-yellow {
  background: url('../images/barnes-yellow.png') no-repeat;
  width: 140px;
  height: 25px;
}

.buy-at.barnes-yellow:hover {
  background: url('../images/barnes-yellow-hover.png') no-repeat;
  width: 140px;
  height: 25px;
}

.logo-copy {
  text-align: center;
  margin-top: 20px;
  color: #888888;
}

.section-buybook {
  background: ;
  padding: 10px;
  height: 60px;
  display: none;
  margin-bottom: 10px;
  background: url('../images/bg.png') no-repeat;
  background-size: 100%;
}

.section-buybook .navbar-nav {
  
}

.section-buybook .show-buysmall {
  display: none;
}

.section-buybook .navbar-nav li {
  text-align: left;
  margin: 0 20px;
}

.section-buybook .navbar-nav li:first-child {
  color: #841229;
  font-weight: bold;
}

.section-buybook .navbar-nav li a {
  padding: 0;
}

.section-buybook .navbar-nav li .buy-at.amazon {
  margin-top: 5px;
}

.section-buybook .navbar-nav li .buy-at.barnes {
  margin-top: 6px;
}

#buy-book-close img {
  margin-right : 0;
}

@media(max-width: 823px) {
  .section-buybook .navbar-nav li {
    display: none;
  }
  .section-buybook .show-buysmall {
    display: block;
  }
}

.section-buybook .navbar-nav li.logo, .logo {
  position: absolute;
  left: 20px;
  top: 2px;
  width:100%;
  text-align: left;
}

.logo img, .logo a {
  display: inline-block !important;
  max-width: 300px;
  margin-right: 50px;
}

.buy-logos {
  position: absolute;
  right: 10px;
  top: 20px;
}

@media (max-width: 620px) {
  .buy-logos {
    display: none;
  }
}

.section-thankyou {
  position: absolute;
  width: 100%;
  top: 40%;
  opacity: 0.9;
  padding-top: 0;
  background: #EDE6E0;
  color: #fff;
  text-align: center;
  width: 100%;
}

.section-thankyou h1 {
  color: #841229;
  font-weight: bold;
  font-size: 3em;
}

#clients-tabs .hidden-sm, #clients-tabs .hidden-md, #clients-tabs .hidden-xs  {
  display: inline-block;
}

.navbar-default .navbar-collapse {
  border-color: #B31233;
}

@media (max-width: 768px) {
  #navigation {
    
  }
}

@media (max-width: 690px) {
  #book-slides .carousel-inner {
    height: 740px;
    width: 350px;
    margin: 0;
  }
  
  #book-slides .carousel-inner .item {
    width: 350px;
    height: 740px;
  }
  .carousel-control.left {
    left: -20px;
  }
  .carousel-control.right {
    right: 30px;
  }

}
    
