/*this is a custom CSS stylesheet*/
html, body {
  margin: 0;
  padding: 0;
    background: #fff;
   font-family: 'Comfortaa', sans-serif;
}

/* BOOK ENTRY WRAPPER */
.book-entry {
  text-align: center;
  margin-bottom: 40px;
  padding: 10px;
  box-sizing: border-box;
}

/* THUMBNAIL IMAGE */
.book-thumb {
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  margin: 0 auto 15px;
  display: block;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.book-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

/* BOOK META TEXT */
.book-meta {
  margin-top: 10px;
}

.book-title,
.book-author {
  position: relative;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 5px 0;
  color: #222;
  transition: color 0.3s ease;
}

.book-title::before,
.book-author::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.book-entry:hover .book-title::before,
.book-entry:hover .book-author::before {
  transform: scaleX(1);
}

/* ACTIVE BOOK STYLE */
.book-entry.active-book .book-thumb {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.book-entry.active-book .book-title::before,
.book-entry.active-book .book-author::before {
  transform: scaleX(1);
}




.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}



.book-entry.active-book .book-thumb {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.book-entry.active-book .book-title,
.book-entry.active-book .book-author {
  
  color: #000;
  font-weight: 700;
}










.book-entry:hover .book-title,
.book-entry:hover .book-author {
  color: #000;
  
}



.caption {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.caption .buy-btn {
  display: inline-block;
  margin-top: 10px;
  background-color: #000;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.caption .buy-btn:hover {
  background-color: #444;
}



h1, h2, h3, h4, h5, h6{
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

video::-webkit-media-controls {
  display:none !important;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-video-controls {
  z-index: 2147483647;
}

h5{
  text-transform: uppercase;
  font-family: 'Comfortaa', sans-serif;
  color:black;
  letter-spacing: 2px;
  font-size: 12px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}

table {
      font-family: 'Quicksand' , sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    
    border-bottom: 1px solid #979caa;
    padding-bottom: 60px;
    margin-bottom:50px;
}

.table th, .table td { 
     border-top: none !important; 
 }

 table li, table td {
  padding-bottom:10px;
 }

table b {
  font-size:17px;
  font-weight: 900;
  text-transform: uppercase;
}

.header {
  
  padding:80px 20px 20px;
  background:white;
  text-align:center;
}

.header h3 {
  text-transform: uppercase;
  font-family: 'Comfortaa', sans-serif;
  color:black;
  letter-spacing: 5px;
  font-size:22px;

}

.header a {
  text-decoration: none;
  color:black;
  
}

.header a:hover {
  background:#fff;
  color:#979caa;
}
.navbar .navbar-nav, .navbar-header {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar-nav>li, .navbar-nav {
        float: none;
}

button {
  float:right;
}

.navbar-toggle {
  margin-left: 40px;
  margin-top: 15px;
  border:0px;
}

.navbar-nav>li>a {
  line-height:40px;
}

.navbar .navbar-collapse {
  text-align: center;
}

#videoCarousel{
  font-size: 8em;
  padding:0;
  width:100%;
  margin:0;
}
.glyphicon {
   position: absolute;
  top: 47.5%;
  left: 50%;
  padding: 0;
  width: 100%;

  -ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-right:-20px;
  text-align: center;
  font-weight: 400;
  background: transparent;
}

 .videoControls {
        width: 100%;
        font-size: 30px;
    }
    .videoControls span, .videoControls div {
        display: inline-block;
        color: #999;
    }
   
    .btnPlay {
        padding-right: 20px;
        margin-left: 20px;
        color: #fff;

    }
    .glyphicon:hover, #videoCarousel:hover {
        color: #555;
    }

progress, .progress,progress::-moz-progress-bar, .progress::-moz-progress-bar  {
  color: #777;
  font-size: .6em;
  line-height: 1.5em;
  text-indent: .5em;
  width: 100%;
  height: 0.1em;

  background: #fff;
  
}
progress::-moz-progress-bar, .progress::-moz-progress-bar { background: #fff;  }

progress::-webkit-progress-bar, .progress::-webkit-progress-bar { background: #fff; }

progress::-webkit-progress-value, .progress::-webkit-progress-value { background: #777;}

video::-webkit-media-controls { display:none !important; }

video.loading {
  background: black url(img/loader.GIF) center center no-repeat;
}




.menu {
  background:#fff;
  min-height:40px;
  padding-bottom: 40px;
  border: 0px;
}

.menu ul.nav, .header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu ul.nav li, .header ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    text-align: center;
}
.nav li > a.non-active {
  position: relative;
  color: #000;
  text-decoration: none;
}

.nav li > a.non-active:hover {
  color: #000;
}

.nav li > a.non-active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav li > a.non-active:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.menu ul.nav li a {
  color:#979caa;
  margin:0;
  padding:0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.menu ul.nav li:hover, .menu ul.nav .active, .menu ul.nav li a:hover, .menu ul.nav li.active a{
  background:#fff;
  color:black;

}
 a.active {
line-height: 39px;
border-bottom: 1px solid black;

}


.menu ul.nav li a:hover {background: transparent; }

a.right.carousel-control {

  padding-left: 500px;
  

}

a.left.carousel-control {

  padding-right: 500px;
}

div.c-wrapper{
    width: 100%; /* for example */
    margin: auto;
}

.supporting3 .row {
    border-top: 1px solid #979caa;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 50px;
}
.supporting4 .row {
    border-top: 1px solid #979caa;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 50px;
}
.carousel-inner img {
  margin: auto;
   max-height: 800px;
   
  max-width: 691px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

.carousel-indicators{
  bottom:-50px;
  color:#979caa;
}

#caption {
    position: relative;
    left: auto;
    right: auto;
    color:black;
    text-decoration: none;
    padding-top:20px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    margin:0;
    text-shadow:none;
    text-align: right;
    letter-spacing: 2px;
}

.carousel-inner {
   margin-bottom:10px;
   color:#979caa;
}


.carousel-indicators li, .carousel-indicators li.active {
border:1px solid #979caa;

height:6px;
width: 6px;

}

.carousel-indicators li.active {
  background-color:#979caa;
}

.jumbotron {
  padding:0;
  background-color:#fff;
}

.supporting .row {
border-top: 1px solid #979caa;
  border-bottom: 1px solid #979caa; 
  padding-top:50px;
  padding-bottom: 60px;
  margin-top:50px;
}
.supporting-g .row {
border-top: 1px solid #979caa;
  border-bottom: 1px solid #979caa; 
  padding-top:50px;
  padding-bottom: 60px;
   margin-top:50px;
}

.supporting .row .col-md-8 {
    background: #fff;
    
     letter-spacing: 2px;
    padding: 0px 40px 0px 40px;

}
.supporting1 .row .essay {
  padding:0 0 80px 0;
  border-bottom: 1px solid #979caa; 
}

#pollock{
  float:right;
  padding:20px;
}

#blume{
  float:left;
  padding:20px;
}


#essay {
  padding-bottom:20px ;
  color: #979caa;
    
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 12px;
}

#essay:hover{

  background:#fff;
  color:black;
}

.supporting .row .col-md-4 {
    background: #fff;
    
    letter-spacing: 2px;
    padding: 0px 40px 0px 40px;
    color:black;
}

.supporting .row ul, .supporting-g .row ul {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
}

.supporting .row ul li, .supporting-g .row ul li {
    margin: 0 0 20px 0;
}

.supporting .container h4 span, .supporting-g .container h4 span {
  border-bottom: 1px solid #979caa; 
  letter-spacing: 2px;
}
.supporting .container h2 span, .supporting-g .container h2 span {
  border-bottom: 1px solid #979caa; 
  
}

.supporting .container h3, .supporting-g .container h3 {
  font-size: 1.5em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.supporting .container p, .supporting-g .container p,  #content2 p{
  font-family: 'Quicksand' , sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  
}

.supporting1 .row {
 
  border-bottom: 1px solid #979caa; 
  padding-top: 80px;
  padding-bottom:80px;
}

#content2 p{
  padding-top:60px;

}

.supporting1 .container h2 span {
  border-bottom: 1px solid #979caa; 
  letter-spacing: 2px;
}

.supporting1 .container h4 {
  padding-bottom:20px;
  padding-top:20px;
}

.image { 
  width: 100%;
  height: auto;

}

.supporting2 a:hover img {
opacity: 0.7;

}

.image img {
 
  height: 100%;
  position: relative;
}

.image h2 { 
    position: absolute;
  top: 40%;
  left: 50%;
  padding: 0;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    text-shadow: 0 2px 3px rgba(0,0,0,.4);
  margin-right:-20px;
  font-size: 1.7em;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
   color:#fff; 
   text-transform: uppercase;
   letter-spacing: .07em;
     background: transparent;
}
.image hr{
   position: absolute;
  top: 40%;
  left: 50%;
  padding: 0;
  
  -ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    text-shadow: 0 2px 3px rgba(0,0,0,.4);
  margin-right:-20px;
  font-size: 1.7em;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
   color:#fff; 
   text-transform: uppercase;
   letter-spacing: .07em;
     background: transparent;
     width:40%;
     border-top-width: 2px;
     margin-top: 42px;
}

.image h3{
  position: absolute;
  top: 40%;
  left: 50%;
  padding: 0;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    text-shadow: 0 2px 3px rgba(0,0,0,.4);
  margin-right:-20px;
  font-size: 1.2em;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
   color:#fff; 
   text-transform: lowercase;
   letter-spacing: .07em;
     background: transparent;
     margin-top:75px;

}
#line{
  border-bottom: 1px solid #fff;
  width:75%;
}

.textContainer { 
    height: 430px; 
    line-height: 400px;
}

.jumbotron table {
  margin:0;
}

.jumbotron td {
  vertical-align: top;
  
}

.jumbotron ul li{
list-style: none;
  }

.play-bar, .rounded-box, .play-bar .progress {
  display:none;
}

.supporting2 .container, .supporting1 .container, .supporting .container{


padding-bottom:40px;
}

.supporting2 {
margin-top:30px;
margin-bottom: 30px;


}
.supporting2 .thumbnail {
    background: transparent;
    border: none;
    padding: 0;
}

.footer {
  height:200px;
  background:#fff;
  color:##152230;
  letter-spacing: 2px;
  padding:40px 0;
  border-top: 1px solid #979caa; 
}

.footer ul {
   
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul li a{
    color: #979caa;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 10px;
    display: block;
    margin: 0 40px 0 0;
    padding-bottom: 10px;
}

.footer ul li a:hover{
  background:#fff;
  color:black;
}

.footer p {
    color: #979caa;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 8px;
    display:block;
    float:right;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

  

}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }
@media (max-width: 991px) {
  #h3stack {
  padding-top: 40px;
}}
.image h2 {
    font-size: 1.3em
  }
.image h3 {
  font-size:1em;
  margin-top: 65px;
}
.image hr {
  margin-top:35px;
  width:50%;
}
  .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar-nav>li, .navbar-nav {
        float: none;
}

.navbar .navbar-collapse {
  text-align: center;
}
}
@media (max-width: 767px) {
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}}
.navbar-nav>li, .navbar-nav {
        float: none;
}
.navbar .navbar-collapse {
  text-align: center;
}
}



@media (max-width: 600px) {.menu ul.nav li, .footer ul li, .footer p {
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    text-align: center;

}
}

table, td{
  display:block;
}
table li{
  padding-top: 10px;
}


 .col-xs-4, .col-xs-8 {
  float:none;
  width:100%;
}
.supporting2 img {
  width: 75%
}
.image h2 {
    font-size: 1.7em
  }
.image hr {
  width:50%;
  margin-top: 38px;
}


a.left.carousel-control {

  padding-right: 400px;
}
}
@media (max-width: 400px){
.col-xs-4, .col-xs-8 {
  float:none;
  width:100%;
}}
.supporting2 img {
  width: 75%;
}
.image h2 {
    font-size: 1.3em;
  }
.image h3 {
  font-size: 1.0em;

}
.image hr {
  margin-top: 30px;
  width: 62%;
}
#mobilefix {
  margin-top: 0;
}
#mobilefix2 {
  margin-top: 39px;
}
#videoCarousel {
  font-size: 4em;
}
.glyphicon {
  top: 40%;
}
a.left.carousel-control {

  padding-right: 300px;
}
}


@media (max-width: 600px) { .menu .container { padding: 0; }

}}}

a.carousel-control {
  cursor: default;
}

a.carousel-control.right:hover {
  cursor: e-resize !important;
}

a.carousel-control.left:hover {
  cursor: w-resize !important;
}
