/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* typograhy */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato',sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: .1em;
  color: #000; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.8em; }

h4 {
  font-size: 1.6em; }

h5 {
  font-size: 1.4em; }

h6 {
  font-size: 1.2em; }

p {
  font-family: 'Lato',sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  font-size: 1em;
  margin-bottom: .6em; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  h1 {
    font-size: 3.5em; }

  h2 {
    font-size: 2.75em; }

  h3 {
    font-size: 2em; }

  h4 {
    font-size: 1.7em; }

  h5 {
    font-size: 1.5em; }

  h6 {
    font-size: 1.2em; }

  h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
    margin-bottom: .25em; }

  h1 {
    letter-spacing: -.04em;
    line-height: 100%; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 1000px) {
  h1 {
    font-size: 4em; }

  h2 {
    font-size: 3em; }

  h3 {
    font-size: 2.5em; }

  h4 {
    font-size: 1.85em; }

  h1, h2, h3, h4, h5 {
    line-height: 105%; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h1 {
    font-size: 4em; }

  h2 {
    font-size: 3em; }

  h3 {
    font-size: 2.75em; }

  h4 {
    font-size: 2.25em; }

  h1, h2, h3, h4 {
    line-height: 100%; } }
/* Large devices (large desktops, 1900px and up) */
@media (min-width: 1900px) {
  h1 {
    font-size: 4.5em; }

  h2 {
    font-size: 3.25em; } }
.alternate {
  font-family: "TrajanPro-Bold","trajan-pro-3",sans-serif;
  line-height: 120%; }

.alternate-sm {
  font-family: "TrajanPro-Bold","trajan-pro-3",sans-serif;
  line-height: 120%;
  letter-spacing: .2em; }

/* bootstrap overides */
.container-fluid, .container.row {
  padding: 0;
  margin: 0; }

body {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0; }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 970px) {
  body {
    font-size: 16px; } }
a.inverse {
  text-decoration: none; }

a.inverse:hover {
  color: #efefef;
  text-decoration: none; }

a {
  text-decoration: none; }

a:hover {
  color: #0060b9;
  text-decoration: none; }

ul li {
  font-family: "Lato",sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  color: #fff;
  overflow: visible; }

ul li a {
  font-size: 15px;
  line-height: 160%;
  overflow: visible; }

ul li a:hover {
  font-size: 15px;
  overflow: visible; }

ol {
  font-family: "Lato",sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 150%; }

ol li {
  margin-bottom: .75em; }

hr.rule {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 1px solid #bcd4e1;
  margin: 20px 25%; }

.block {
  border-color: #bcd4e1;
  border-width: 1px;
  padding: 15px 20px 30px;
  margin: 20px 0;
  border-style: solid; }

blockquote {
  font-size: 1em;
  line-height: 150%;
  margin: 0;
  border-style: none; }

cite {
  font-size: .9em;
  line-height: 120%; }

#slideshow, #slideshow-books {
  position: relative;
  top: 0px;
  width: 100%;
  max-height: 550px; }

@media (min-width: 1200px) {
  #slideshow {
    width: 100%; } }
@media (min-width: 1600px) {
  #slideshow-books {
    width: 90%; } }
.slide {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  overflow: hidden; }

/*  Menu  */
nav, .navbar {
  margin: 0;
  padding: 0; }

@media (min-width: 760px) {
  nav, .navbar {
    margin: 0;
    padding: 0 30px; } }
.navbar-brand {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-top: 16px;
  padding-right: 0;
  letter-spacing: .01em;
  color: #fff;
  display: inline; }

/*

@media (max-width: 960px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
  
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    } */
@media (max-width: 760px) {
  .dropdown-toggle.prints {
    display: none !important;
    visibility: hidden !important; } }
article {
  margin: 0 0 30px;
  padding: 0; }

article.excerpt {
  padding: 30px 20px 30px;
  background-color: #d5e4ec; }

aside {
  margin: 0;
  padding: 0;
  min-height: 10px;
  height: auto; }

 /* Small devices (tablets, 768px and up)
    @media (min-width: 768px) { 
        .combo{padding-top: 700px;}
} */
.logo {
  max-width: 300px;
  padding: 0px 30px;
  margin-top: 0; }

.logo-box {
  padding: 10px 20px 20px;
  margin-top: 0;
  text-align: left;
  border: solid;
  border-width: 1px;
  border-color: #000;
  background-color: rgba(255, 255, 255, 0.7); }

.award-box {
  max-width: 370px; }

.call-out {
  border: 1em solid #c8c8c8;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  margin: 30px 10% 30px;
  max-width: auto;
  text-align: center; }

.call-out h3 {
  line-height: 140%; }

.gridbox {
  display: block; }

.comment {
  color: #a25a28; }

.thumb {
  width: 100%; }

.thumb.print {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  display: block;
  width: 100%; }

@media (min-width: 768px) {
  .thumb.print {
    min-height: 170px;
    overflow: hidden; } }
@media (min-width: 860px) {
  .thumb.print {
    height: 150px;
    overflow: hidden; } }
@media (min-width: 992px) {
  .thumb.print {
    height: 174px; } }
.thumb.print.vertical {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  display: block;
  height: auto;
  width: auto; }

@media (min-width: 768px) {
  .thumb.print.vertical {
    max-height: 170px;
    overflow: hidden; } }
@media (min-width: 860px) {
  .thumb.print.vertical {
    height: 150px;
    overflow: hidden; } }
@media (min-width: 992px) {
  .thumb.print.vertical {
    height: 174px; } }
.box {
  width: 100%;
  min-height: 10px;
  height: auto;
  padding: 6px 0 0;
  border-bottom: 1px solid #bcd4e1;
  margin: 0;
  text-align: left; }

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  margin: 0; }

tr {
  border-bottom: 0;
  width: 100%; }

td {
  border-bottom: 1px solid #bcd4e1;
  font-style: italic;
  text-align: left;
  padding: 6px 0; }

td.last {
  border-bottom: 0; }

.italic-off {
  font-style: normal; }

.split {
  width: 50%;
  padding-right: 5px; }

table.paypal * td {
  border-bottom: 0;
  padding: 2px 0; }

.item.featured {
  min-height: 460px;
  height: auto;
  padding-bottom: 10px; }

.thumbnail {
  border: 1px dotted #8c8b8b;
  margin: 0;
  padding: 0 10px 30px; }

.item-presskit {
  min-height: 420px;
  height: auto;
  margin-top: 40px; }

@media (min-width: 768px) {
  .item {
    min-height: 550px; } }
@media (min-width: 768px) {
  .item-presskit {
    height: 430px; } }
@media (min-width: 992px) {
  .item {
    height: 550px; } }
@media (min-width: 992px) {
  .item-presskit {
    height: 460px; } }
.select {
  width: 100%;
  min-height: 10px;
  height: auto;
  padding: 6px 0;
  margin: 0;
  text-align: left; }

.guide {
  min-height: 300px;
  height: auto; }

#LC04 {
  display: none; }

.audible {
  display: inline-block; }

.audible-book {
  width: 120px;
  height: auto;
  display: block;
  padding: 0 0 4px; }

/*  /////////  Sections   ///////////////// */
section {
  position: relative;
  min-height: 60px;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0; }

section.title, section.title.book, section.title.print {
  background-color: transparent;
  padding: 20px 0px 20px;
  margin: 0 5%; }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 970px) {
  section.title {
    height: 425px;
    margin-bottom: 0px; }

  section.title.book {
    margin-bottom: 0;
    padding-bottom: 0; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 970px) {
  section.title.print {
    height: 350px;
    margin-bottom: 0;
    padding-bottom: 0; } }
/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  section.title {
    height: 525px;
    margin-bottom: 0;
    padding-bottom: 0; } }
/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  section.title.book {
    height: 550px;
    margin-bottom: 0;
    padding-bottom: 0; } }
/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  section.title.print {
    height: 400px;
    margin-bottom: 0;
    padding-bottom: 0; } }
section.title > h1 {
  padding-bottom: .2em; }

section.title > h3 {
  color: #666666;
  padding: 0; }

section.header-sm {
  padding: 0;
  margin: 0; }

section.title .simple {
  padding: 20px 0px 20px;
  margin: 0 5%; }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 970px) {
  section.title.simple {
    margin-bottom: 20px;
    max-height: 200px; } }
section.news-container {
  min-height: 30px;
  height: auto;
  overflow: hidden;
  background-color: #e6e6e6; }

@media (min-width: 768px) {
  section.news-container {
    max-height: 275px; } }
@media (min-width: 992px) {
  section.news-container {
    max-height: 300px; } }
.news {
  padding: 0px 20px 20px; }

@media (min-width: 768px) {
  .news {
    padding: 10px 0px; } }
@media (min-width: 992px) {
  .news {
    padding: 0px 20px 0px; } }
section.offer-stripe {
  background-color: #edd264;
  padding: 10px 10px 15px; }

section.awards {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 0; }

section.basic {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 0; }

section.contact {
  background-image: url("/images/valley-sm.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 0; }

@media (min-width: 768px) {
  section.contact {
    background-image: url("/images/valley.jpg"); } }
section.contact-form {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 30px 0 20px;
  max-height: 720px; }

section.events {
  background-image: url("/images/events-sm.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0 0 30px; }

@media (min-width: 768px) {
  section.events {
    background-image: url("/images/events.jpg"); } }
.stripe, .stripe.center {
  background-color: #e6e6e6;
  padding: 15px 0 40px; }

.well.well-sm.offer {
  background-color: #edd264;
  padding: 0 20px 10px; }

.featured-print {
  min-height: 30px;
  margin: 30px 0 0;
  width: 100%;
  padding: 0; }

section.guaze {
  background-color: rgba(255, 255, 255, 0.8);
  /*  background-color: red; */
  padding: 10px 5% 20px; }

section.frameable-art-cards {
  font-style: normal;
  padding: 20px 0px 40px; }

section.books {
  background-color: #fff; }

section.books h3 {
  color: #3399FF; }

section.books * button {
  margin: 20px 0; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top {
  z-index: 100;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 230px;
  right: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(91, 192, 222, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .7; }

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px; } }
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 100px; } }
footer {
  background-color: #000007;
  box-shadow: 0px 500px 0px 500px #000007;
  padding: 30px 0 50px;
  color: #999;
  font-style: normal; }

.panel-heading, .panel-body {
  padding-top: 0px;
  padding-bottom: 0;
  background-color: #fff;
  padding-left: 15px; }

/* .panel-default > .panel-heading{
background-color: #e6e6e6;

} */
hr.panel-rule {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 1px dotted #8c8b8b;
  margin: 0;
  padding: 0; }

.panel.event {
  min-height: 70px;
  height: auto;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  padding-left: 0;
  border-color: #e6e6e6; }

@media (min-width: 760px) {
  .panel.event {
    height: 140px;
    overflow: hidden;
    display: inline-block;
    width: 100%; } }
.event-image {
  width: 70px;
  max-height: 70px;
  margin-right: 15px;
  display: block; }

@media (min-width: 760px) {
  .event-image {
    width: auto;
    max-height: 140px;
    margin-right: 0;
    display: block; } }
.event-title {
  width: 100%;
  height: 70px;
  padding-left: 0px;
  margin-right: 0px;
  margin-top: 0;
  background-color: #e6e6e6; }

@media (min-width: 760px) {
  .event-title {
    display: block;
    width: 20%;
    height: 140px;
    padding-left: 2%;
    margin-right: 15px;
    background-color: #e6e6e6; } }
/*colours*/
/* #666666 */
/* #999999 */
/* #0488df  blue*/
/* #000007  rich black */
/* #bcd4e1  light blue*/
/* #01325d book1*/
/* #332d85 book2*/
/* #075e57 book3*/
/* #a25a28 book4*/
/* #8c9b9a book5*/
/* #b8a031 book6*/
/* ///////// Helper classes /////////// */
.img-centered, .btn-center {
  margin: 0 auto; }

.center {
  text-align: center; }

.space-after {
  margin-bottom: .6em; }

.space-after-none {
  margin-bottom: 0; }

.space-before {
  margin-top: 1em; }

.xline-height {
  line-height: 300%; }

.rule-below {
  padding-bottom: 10px;
  border-bottom: 1px solid #bcd4e1; }

.blue {
  color: #0071da; }

.red {
  color: #bd081c; }

.white {
  color: #fff; }

.brand-sub {
  font-size: 13px; }

.btn-space-before {
  margin: .65em 0 2em; }

.btn-space {
  margin: 0 0 2em; }

.space-after-lg {
  margin: 0 0 3em; }

.clear {
  clear: both; }

.no-space {
  margin: 0; }

.move-up-5 {
  margin-top: -5px; }

.move-up-3 {
  margin-top: -3px; }

.social {
  margin: 3px 10px 3px 0; }

.socialfb {
  padding-top: 3px;
  padding-left: 0px; }

@media (min-width: 700px) {
  .socialfb {
    padding-top: 2px; } }
@media (min-width: 860px) {
  .socialfb {
    padding-top: 2px; } }
@media (min-width: 992px) {
  .socialfb {
    padding-top: 0px; } }
.print-btns {
  margin-top: 20px;
  padding-top: 0px;
  height: 50px; }

.img-responsive {
  height: 100%;
  width: 100%; }

/* Book Colors */
/* #01325d book1*/
/* #332d85 book2*/
/* #075e57 book3*/
/* #a25a28 book4*/
/* #8c9b9a book5*/
.one {
  color: #01325d; }

.two {
  color: #332d85; }

.three {
  color: #075e57; }

.four {
  color: #a25a28; }

.five {
  color: #8c9b9a; }

.slip {
  color: #bcd4e1; }

.six {
  color: #b8a031; }
