/**
 * Theme Name: PoeticalEssay
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Shelley got all the ladies.
 * Template: oneltd-base
 */


@font-face {
  font-family: 'bergamo_pro';
  src: url("fonts/bergamo-pro/bergamopro-bold-webfont.eot");
  src: url("fonts/bergamo-pro/bergamopro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bergamo-pro/bergamopro-bold-webfont.woff") format("woff"), url("fonts/bergamo-pro/bergamopro-bold-webfont.ttf") format("truetype"), url("fonts/bergamo-pro/bergamopro-bold-webfont.svg#bergamo_probold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'bergamo_pro';
  src: url("fonts/bergamo-pro/bergamopro-bolditalic-webfont.eot");
  src: url("fonts/bergamo-pro/bergamopro-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bergamo-pro/bergamopro-bolditalic-webfont.woff") format("woff"), url("fonts/bergamo-pro/bergamopro-bolditalic-webfont.ttf") format("truetype"), url("fonts/bergamo-pro/bergamopro-bolditalic-webfont.svg#bergamo_probold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'bergamo_pro';
  src: url("fonts/bergamo-pro/bergamopro-italic-webfont.eot");
  src: url("fonts/bergamo-pro/bergamopro-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bergamo-pro/bergamopro-italic-webfont.woff") format("woff"), url("fonts/bergamo-pro/bergamopro-italic-webfont.ttf") format("truetype"), url("fonts/bergamo-pro/bergamopro-italic-webfont.svg#bergamo_proitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'bergamo_pro';
  src: url("fonts/bergamo-pro/bergamopro-regular-webfont.eot");
  src: url("fonts/bergamo-pro/bergamopro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bergamo-pro/bergamopro-regular-webfont.woff") format("woff"), url("fonts/bergamo-pro/bergamopro-regular-webfont.ttf") format("truetype"), url("fonts/bergamo-pro/bergamopro-regular-webfont.svg#bergamo_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 1, ../../src/sass/header.scss */
header {
  width: 100%;
  letter-spacing: 1.5px;
  transition: max-height 0.5s;
  transition-timing-function: ease-in-out;
  position: relative;
  height: auto;
  max-height: 375px;
}
/* line 12, ../../src/sass/header.scss */
header .hamburger img {
  height: 15px;
  position: absolute;
  left: 10px;
  top: 14px;
  pointer-events: none;
  display: none;
}
/* line 21, ../../src/sass/header.scss */
header .mobile-menu {
  display: none;
  font-size: 12px;
  color: white;
  text-align: center;
}
/* line 28, ../../src/sass/header.scss */
header .nav {
  background-color: #00A494;
  text-transform: uppercase;
  padding: 12px 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
/* line 37, ../../src/sass/header.scss */
header .nav .menu {
  width: 970px;
  margin: 0px auto;
  display: block;
  text-align: center;
}
/* line 43, ../../src/sass/header.scss */
header .nav .menu li {
  display: inline-block;
  margin-right: 20px;
}
/* line 47, ../../src/sass/header.scss */
header .nav .menu li.current_page_item a {
  color: #1B322E;
}
/* line 51, ../../src/sass/header.scss */
header .nav .menu li:last-of-type {
  margin-right: 0px;
}
/* line 55, ../../src/sass/header.scss */
header .nav .menu li a {
  color: white;
  font-size: 12px;
  transition: 0.2s;
}
/* line 60, ../../src/sass/header.scss */
header .nav .menu li a:hover {
  color: #1B322E;
}
/* line 68, ../../src/sass/header.scss */
header .main-header {
  height: auto;
  background-color: #1B322E;
  text-align: center;
  padding: 20px 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
/* line 77, ../../src/sass/header.scss */
header .main-header h1 {
  font-size: 34px;
  color: white;
  margin: 0px;
  text-transform: uppercase;
}
/* line 84, ../../src/sass/header.scss */
header .main-header h2 {
  font-size: 24px;
  color: white;
  margin: 0px;
  font-style: italic;
  font-weight: 100;
}

/* line 1, ../../src/sass/content.scss */
.book-carousel {
  height: 700px;
  background-image: url(images/pbshelley-background.jpg);
  background-size: cover;
  position: relative;
  transition: height 0.6s;
  transition-timing-function: ease-in-out;
  background-position: top right;
}
/* line 10, ../../src/sass/content.scss */
.book-carousel > .zoom {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 99;
  display: none;
}
/* line 18, ../../src/sass/content.scss */
.book-carousel > .zoom.active .zoom-out {
  display: inline-block;
}
/* line 21, ../../src/sass/content.scss */
.book-carousel > .zoom.active .zoom-in {
  display: none;
}
/* line 26, ../../src/sass/content.scss */
.book-carousel > .zoom a {
  color: #435653;
}
/* line 29, ../../src/sass/content.scss */
.book-carousel > .zoom a .zoom-out {
  display: none;
}
/* line 33, ../../src/sass/content.scss */
.book-carousel > .zoom a .zoom-in {
  display: inline-block;
}
/* line 37, ../../src/sass/content.scss */
.book-carousel > .zoom a span {
  margin-left: 7px;
  vertical-align: top;
}
/* line 44, ../../src/sass/content.scss */
.book-carousel .option-bar {
  height: 54px;
  background-color: rgba(255, 255, 255, 0.95);
}
/* line 48, ../../src/sass/content.scss */
.book-carousel .option-bar > ul {
  width: 900px;
  display: block;
  margin: 0px auto;
  padding: 10px 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 54px;
}
/* line 57, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .dropdown-title > svg {
  margin-left: 10px;
}
/* line 61, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .dropdown-title {
  height: 32px;
}
/* line 65, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .dropdown-title:hover .dropdown {
  opacity: 1;
  display: block;
}
/* line 72, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .full-screen, .book-carousel .option-bar > ul .full-screen-text {
  opacity: 0;
  transition: opacity 0.3s;
}
/* line 76, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .full-screen.active, .book-carousel .option-bar > ul .full-screen-text.active {
  opacity: 1;
  pointer-events: auto;
}
/* line 82, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .exit-full-screen {
  position: absolute;
  left: 0px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
/* line 89, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .exit-full-screen.active {
  opacity: 1;
  pointer-events: auto;
}
/* line 95, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .exit-full-screen-text {
  position: absolute;
  left: 215px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
/* line 102, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .exit-full-screen-text.active {
  opacity: 1;
  pointer-events: auto;
}
/* line 108, ../../src/sass/content.scss */
.book-carousel .option-bar > ul li {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
  background-color: white;
  height: 35px;
  cursor: pointer;
}
/* line 118, ../../src/sass/content.scss */
.book-carousel .option-bar > ul li:hover .svg-background {
  background-color: #00A494;
}
/* line 121, ../../src/sass/content.scss */
.book-carousel .option-bar > ul li:hover .svg-background .svg {
  stroke: white;
}
/* line 124, ../../src/sass/content.scss */
.book-carousel .option-bar > ul li:hover .svg-background .svg-fill {
  fill: white;
}
/* line 130, ../../src/sass/content.scss */
.book-carousel .option-bar > ul li .svg-background {
  width: auto;
  display: inline-block;
  background-color: white;
  height: 100%;
  padding: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 138, ../../src/sass/content.scss */
.book-carousel .option-bar > ul li .svg-background svg {
  display: block;
}
/* line 143, ../../src/sass/content.scss */
.book-carousel .option-bar > ul li a {
  color: #435653;
  font-size: 15px;
  vertical-align: top;
  display: inline-block;
}
/* line 150, ../../src/sass/content.scss */
.book-carousel .option-bar > ul li a span {
  vertical-align: top;
  margin-left: 10px;
  line-height: 34px;
}
/* line 157, ../../src/sass/content.scss */
.book-carousel .option-bar > ul li:last-of-type {
  margin-right: 30px;
}
/* line 163, ../../src/sass/content.scss */
.book-carousel .option-bar > ul li .search {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
  background-color: white;
  height: 54px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
/* line 174, ../../src/sass/content.scss */
.book-carousel .option-bar > ul li .search svg {
  margin-top: 20px;
  margin-right: 10px;
}
/* line 179, ../../src/sass/content.scss */
.book-carousel .option-bar > ul li .search.show {
  opacity: 1;
  pointer-events: auto;
}
/* line 184, ../../src/sass/content.scss */
.book-carousel .option-bar > ul li .search input {
  margin: 8px 10px 0px 0px;
  height: 38px;
  width: 92%;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
/* line 195, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .dropdown {
  width: 160px;
  background-color: white;
  padding: 5px 5px 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: 0.3s;
  display: none;
}
/* line 207, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .dropdown.open {
  opacity: 1;
}
/* line 211, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .dropdown li {
  display: block;
  margin-right: 0px;
  padding: 7px 5px;
  height: auto;
}
/* line 217, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .dropdown li.page-list {
  padding: 4px 5px;
}
/* line 221, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .dropdown li:hover {
  background-color: #00A494;
}
/* line 224, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .dropdown li:hover .svg {
  stroke: white;
}
/* line 228, ../../src/sass/content.scss */
.book-carousel .option-bar > ul .dropdown li:hover a {
  color: white;
}
/* line 237, ../../src/sass/content.scss */
.book-carousel .owl-navigation {
  position: absolute;
  top: 300px;
  width: 100%;
  transition: top 0.6s;
  transition-timing-function: ease-in-out;
  pointer-events: auto;
  z-index: 99;
}
/* line 246, ../../src/sass/content.scss */
.book-carousel .owl-navigation .prev {
  float: left;
}
/* line 250, ../../src/sass/content.scss */
.book-carousel .owl-navigation .next {
  float: right;
}
/* line 258, ../../src/sass/content.scss */
.book-carousel .owl-carousel .owl-item.zoom {
  overflow: scroll;
}
/* line 262, ../../src/sass/content.scss */
.book-carousel .owl-carousel .carousel-image.zoom {
  height: 125%;
  margin-top: 20px;
  max-height: none;
  margin-bottom: 5px;
}
/* line 271, ../../src/sass/content.scss */
.book-carousel .owl-carousel .plain-text.zoom {
  height: 120%;
  max-height: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 280, ../../src/sass/content.scss */
.book-carousel .owl-carousel li {
  height: 645px;
  width: 100%;
  display: block;
  transition: height 0.6s;
  transition-timing-function: ease-in-out;
  padding: 38px 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 290, ../../src/sass/content.scss */
.book-carousel .owl-carousel li .plain-text {
  height: 93%;
  width: auto;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border-radius: 10px;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 2px 8px #888888;
}

/* line 315, ../../src/sass/content.scss */
.page .content {
  height: auto;
  text-align: left;
}
/* line 319, ../../src/sass/content.scss */
.page .content .container {
  width: 630px;
  margin: 40px auto;
  display: block;
}
/* line 324, ../../src/sass/content.scss */
.page .content .container .wp-caption {
  width: 65% !important;
  float: left;
  margin-right: 20px;
}
/* line 329, ../../src/sass/content.scss */
.page .content .container .wp-caption .wp-caption-text {
  font-size: 14px !important;
  margin: 5px 0px;
}
/* line 338, ../../src/sass/content.scss */
.page .content .container .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 344, ../../src/sass/content.scss */
.page .content .container .wp-caption-text {
  font-size: 14px !important;
  margin: 5px 0px;
}
/* line 349, ../../src/sass/content.scss */
.page .content .container h1 {
  font-size: 34px;
  color: #00A494;
  font-style: italic;
  font-weight: 100;
  text-align: center;
}
/* line 357, ../../src/sass/content.scss */
.page .content .container h4 {
  font-weight: 100;
  font-size: 22px;
  font-style: italic;
  color: #00A494;
  margin: 10px 0px;
  text-align: center;
}
/* line 366, ../../src/sass/content.scss */
.page .content .container p {
  color: #333;
  font-size: 15px;
  line-height: 22px;
}
/* line 371, ../../src/sass/content.scss */
.page .content .container p:first-of-type {
  font-size: 22px;
  line-height: 26px;
}
/* line 377, ../../src/sass/content.scss */
.page .content .container blockquote {
  margin: 0px;
}
/* line 380, ../../src/sass/content.scss */
.page .content .container blockquote p {
  font-size: 20px;
  color: #00A494;
  font-style: italic;
}
/* line 387, ../../src/sass/content.scss */
.page .content .container img {
  width: 65%;
  height: auto;
  float: left;
  margin-right: 20px;
}
/* line 394, ../../src/sass/content.scss */
.page .content .container ul {
  padding-left: 20px;
}
/* line 397, ../../src/sass/content.scss */
.page .content .container ul li {
  list-style-type: disc;
  color: #333;
  font-size: 15px;
  padding-bottom: 10px;
  line-height: 22px;
}
/* line 404, ../../src/sass/content.scss */
.page .content .container ul li a {
  color: #00A494;
}

/* line 415, ../../src/sass/content.scss */
.home .content, .search .content, .error404 .content {
  height: auto;
  text-align: center;
}
/* line 419, ../../src/sass/content.scss */
.home .content .container, .search .content .container, .error404 .content .container {
  width: 630px;
  margin: 50px auto;
  display: block;
  overflow: hidden;
}
/* line 425, ../../src/sass/content.scss */
.home .content .container h1, .search .content .container h1, .error404 .content .container h1 {
  font-size: 30px;
  color: #00A494;
  font-style: italic;
  font-weight: 100;
}
/* line 432, ../../src/sass/content.scss */
.home .content .container p, .search .content .container p, .error404 .content .container p {
  color: #333;
  font-size: 15px;
  line-height: 22px;
}
/* line 438, ../../src/sass/content.scss */
.home .content .container a, .search .content .container a, .error404 .content .container a {
  color: #00A494;
}
/* line 442, ../../src/sass/content.scss */
.home .content .container blockquote, .search .content .container blockquote, .error404 .content .container blockquote {
  margin: 0px;
}
/* line 445, ../../src/sass/content.scss */
.home .content .container blockquote p, .search .content .container blockquote p, .error404 .content .container blockquote p {
  font-size: 20px;
  color: #00A494;
  font-style: italic;
}

/* line 455, ../../src/sass/content.scss */
.tactical-boxes {
  height: auto;
  background-color: #EDF9F8;
  padding: 30px 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 461, ../../src/sass/content.scss */
.tactical-boxes ul {
  text-align: center;
  height: 100%;
  margin: 0px auto;
}
/* line 466, ../../src/sass/content.scss */
.tactical-boxes ul li {
  height: 250px;
  width: 250px;
  background-color: grey;
  display: inline-block;
  margin: 10px;
  position: relative;
}
/* line 475, ../../src/sass/content.scss */
.tactical-boxes ul li:hover .caption img {
  opacity: 1;
}
/* line 480, ../../src/sass/content.scss */
.tactical-boxes ul li .image-container {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 10px auto 0px;
  background-size: contain;
}
/* line 488, ../../src/sass/content.scss */
.tactical-boxes ul li .tactical-title {
  height: 80px;
  width: 100%;
  bottom: 60px;
  position: absolute;
}
/* line 494, ../../src/sass/content.scss */
.tactical-boxes ul li .tactical-title p {
  color: white;
  margin: 10px auto;
  width: 200px;
}
/* line 501, ../../src/sass/content.scss */
.tactical-boxes ul li .caption {
  background-color: #323232;
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
}
/* line 510, ../../src/sass/content.scss */
.tactical-boxes ul li .caption p {
  font-size: 21px;
  font-style: italic;
  color: white;
  margin: 17px 0px;
}
/* line 517, ../../src/sass/content.scss */
.tactical-boxes ul li .caption img {
  opacity: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.4s;
}

/* line 529, ../../src/sass/content.scss */
.search-listing {
  text-align: left;
  padding: 30px 0px 20px;
  border-box: box-sizing;
  border-bottom: 1px dashed #79797B;
  position: relative;
}
/* line 536, ../../src/sass/content.scss */
.search-listing img {
  height: 200px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 546, ../../src/sass/content.scss */
.search-listing .search-content {
  display: inline-block;
  width: 440px;
  margin-left: 180px;
}
/* line 551, ../../src/sass/content.scss */
.search-listing .search-content h2 {
  font-size: 20px;
  color: #00A494;
  margin-top: 0px;
  font-weight: 100;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 4, ../../src/sass/owl-carousel.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 10, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 13, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 16, ../../src/sass/owl-carousel.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
/* line 43, ../../src/sass/owl-carousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 54, ../../src/sass/owl-carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 62, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 66, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 74, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 80, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 91, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 94, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 98, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 101, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}

/* line 104, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 116, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: auto;
  -webkit-transform-style: preserve-3d;
  height: 95%;
  margin: auto;
  opacity: 1;
  transition: opacity 0.4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 700px;
}

/* line 131, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-item img.hide {
  opacity: 0;
}

/* line 134, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 140, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: -moz-grab;
  cursor: grab;
}

/* line 147, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 150, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 155, ../../src/sass/owl-carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
/* line 162, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 170, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
/* line 177, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 182, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

/* line 200, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

/* line 207, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 211, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 226, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* line 1, ../../src/sass/full-screen.scss */
body.full-screen {
  overflow-y: hidden;
}
/* line 4, ../../src/sass/full-screen.scss */
body.full-screen header {
  max-height: 0px;
}
/* line 8, ../../src/sass/full-screen.scss */
body.full-screen .zoom {
  display: block;
}
/* line 12, ../../src/sass/full-screen.scss */
body.full-screen .book-carousel {
  height: 100vh;
}
/* line 15, ../../src/sass/full-screen.scss */
body.full-screen .book-carousel .owl-navigation {
  top: 45%;
}
/* line 19, ../../src/sass/full-screen.scss */
body.full-screen .book-carousel .owl-carousel li {
  height: 92vh;
}

/* line 1, ../../src/sass/footer.scss */
footer {
  height: 220px;
}
/* line 4, ../../src/sass/footer.scss */
footer .logo-holder {
  height: 130px;
  background-color: #1B322E;
  text-align: center;
  padding: 20px 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 11, ../../src/sass/footer.scss */
footer .logo-holder .bodliean-logo svg {
  vertical-align: top;
  margin-top: 15px;
  margin-right: 35px;
}
/* line 18, ../../src/sass/footer.scss */
footer .copyright {
  height: 90px;
  background-color: #00A494;
  padding: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 24, ../../src/sass/footer.scss */
footer .copyright ul {
  text-align: center;
  padding-bottom: 10px;
}
/* line 28, ../../src/sass/footer.scss */
footer .copyright ul li {
  display: inline-block;
}
/* line 31, ../../src/sass/footer.scss */
footer .copyright ul li a {
  color: black;
  font-size: 14px;
  margin: 0px 15px;
}
/* line 36, ../../src/sass/footer.scss */
footer .copyright ul li a:hover {
  color: white;
}
/* line 43, ../../src/sass/footer.scss */
footer .copyright p {
  color: white;
  font-size: 12px;
  text-align: center;
}
/* line 48, ../../src/sass/footer.scss */
footer .copyright p a {
  color: white;
}

@media screen and (min-width: 560px) and (max-width: 1100px) {
  /* line 2, ../../src/sass/responsive.scss */
  .tactical-boxes ul {
    width: 560px;
  }
}
@media screen and (min-width: 1001px) {
  /* line 8, ../../src/sass/responsive.scss */
  header .main-nav {
    display: block !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  /* line 14, ../../src/sass/responsive.scss */
  .book-carousel .option-bar > ul li .search input {
    width: 75%;
  }

  /* line 18, ../../src/sass/responsive.scss */
  .book-carousel > .zoom {
    display: none;
  }

  /* line 22, ../../src/sass/responsive.scss */
  header .mobile-menu {
    display: block;
    height: 20px;
    line-height: 20px;
  }

  /* line 28, ../../src/sass/responsive.scss */
  header .hamburger img {
    display: block;
  }

  /* line 32, ../../src/sass/responsive.scss */
  header .main-nav {
    display: none;
  }

  /* line 36, ../../src/sass/responsive.scss */
  header .nav .menu li {
    display: block;
    margin: 10px;
  }

  /* line 41, ../../src/sass/responsive.scss */
  header .nav .menu {
    text-align: center;
    margin-top: 0px;
    background-color: #00A494;
    z-index: 9;
    position: relative;
    width: 100%;
    height: 100%;
  }

  /* line 51, ../../src/sass/responsive.scss */
  .book-carousel .option-bar ul li a span {
    display: none;
  }

  /* line 55, ../../src/sass/responsive.scss */
  .book-carousel .option-bar ul li:last-of-type {
    margin-right: 0px;
  }

  /* line 59, ../../src/sass/responsive.scss */
  .book-carousel .option-bar ul {
    width: 290px;
  }

  /* line 63, ../../src/sass/responsive.scss */
  .book-carousel .option-bar > ul > li {
    width: 30px !important;
    margin-right: 30px;
    transition: 0s;
  }

  /* line 69, ../../src/sass/responsive.scss */
  .book-carousel .option-bar > ul .exit-full-screen-text {
    left: 70px;
  }
}
@media screen and (min-width: 0px) and (max-width: 559px) {
  /* line 75, ../../src/sass/responsive.scss */
  .tactical-boxes ul {
    width: 270px;
  }

  /* line 80, ../../src/sass/responsive.scss */
  header .main-header h1 {
    font-size: 18px;
  }
  /* line 84, ../../src/sass/responsive.scss */
  header .main-header h2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 399px) {
  /* line 92, ../../src/sass/responsive.scss */
  .book-carousel .owl-navigation {
    display: none;
  }

  /* line 97, ../../src/sass/responsive.scss */
  .book-carousel .owl-carousel {
    pointer-events: auto;
  }

  /* line 101, ../../src/sass/responsive.scss */
  .owl-carousel .owl-item img {
    height: auto;
    width: 75%;
  }

  /* line 106, ../../src/sass/responsive.scss */
  .book-carousel .owl-carousel li .plain-text {
    height: auto;
    width: 65%;
  }

  /* line 111, ../../src/sass/responsive.scss */
  body.full-screen .owl-carousel .owl-item img {
    width: 95%;
  }

  /* line 115, ../../src/sass/responsive.scss */
  body.full-screen .book-carousel .owl-carousel li .plain-text {
    width: 84%;
  }
}
@media screen and (max-width: 339px) {
  /* line 122, ../../src/sass/responsive.scss */
  .book-carousel .owl-navigation .prev img, .book-carousel .owl-navigation .next img {
    height: 55px;
  }

  /* line 126, ../../src/sass/responsive.scss */
  .book-carousel {
    height: 405px;
  }

  /* line 130, ../../src/sass/responsive.scss */
  .book-carousel .owl-carousel li {
    height: 350px;
  }
}
@media screen and (min-width: 340px) and (max-width: 399px) {
  /* line 136, ../../src/sass/responsive.scss */
  .book-carousel .owl-carousel li {
    height: 395px;
  }

  /* line 140, ../../src/sass/responsive.scss */
  .book-carousel {
    height: 450px;
  }
}
@media screen and (min-width: 400px) and (max-width: 559px) {
  /* line 156, ../../src/sass/responsive.scss */
  .book-carousel .owl-carousel li {
    height: 545px;
  }

  /* line 160, ../../src/sass/responsive.scss */
  .book-carousel {
    height: 600px;
  }

  /* line 164, ../../src/sass/responsive.scss */
  .book-carousel .owl-navigation {
    top: 265px;
  }

  /* line 169, ../../src/sass/responsive.scss */
  .book-carousel .owl-navigation .prev img, .book-carousel .owl-navigation .next img {
    height: 80px;
  }
}
@media screen and (min-width: 559px) and (max-width: 690px) {
  /* line 182, ../../src/sass/responsive.scss */
  header .main-header h1 {
    font-size: 30px;
  }
  /* line 186, ../../src/sass/responsive.scss */
  header .main-header h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  /* line 194, ../../src/sass/responsive.scss */
  .book-carousel .option-bar ul li:last-of-type > .dropdown {
    position: absolute;
    right: -5px;
  }
}
@media screen and (min-width: 0px) and (max-width: 690px) {
  /* line 201, ../../src/sass/responsive.scss */
  .home .content .container {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 30px;
  }
}
@media screen and (min-width: 400px) and (max-width: 690px) {
  /* line 209, ../../src/sass/responsive.scss */
  .owl-carousel .owl-item img {
    height: auto;
    width: 65%;
  }

  /* line 214, ../../src/sass/responsive.scss */
  .book-carousel .owl-carousel li .plain-text {
    height: auto;
    width: 55%;
  }
}
@media screen and (min-width: 0px) and (max-width: 670px) {
  /* line 225, ../../src/sass/responsive.scss */
  .page .content .container {
    width: 100%;
    padding: 0px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 231, ../../src/sass/responsive.scss */
  .page .content .container img {
    float: none;
    width: 100%;
  }

  /* line 236, ../../src/sass/responsive.scss */
  .page .content .container .wp-caption {
    float: none;
    width: 100% !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 360px) {
  /* line 243, ../../src/sass/responsive.scss */
  footer .copyright ul li a {
    margin: 0px 5px;
  }

  /* line 247, ../../src/sass/responsive.scss */
  footer .copyright p {
    font-size: 10px;
  }
}
/* line 10, ../../src/sass/style.scss */
body {
  margin: 0px auto;
  height: auto;
  font-family: "bergamo_pro", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 19, ../../src/sass/style.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 24, ../../src/sass/style.scss */
li {
  list-style-type: none;
}

/* line 28, ../../src/sass/style.scss */
a {
  text-decoration: none;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */
