/**** background for each page and slide caption  ****/
/****  font styles  ****/
/****  effect and animation  ****/
.menu-hover-right .nav-item.active a, .menu-hover-right .nav-item:hover a, .nav-item:hover a {
  transition: all 500ms cubic-bezier(0.64, 0.04, 0.35, 1);
}

body {
  background: white;
  font-size: 18px;
}

main {
  background-color: rgba(170, 109, 44, 0.1098039216);
}

a {
  transition: 0.3s;
}

.main-content {
  padding: 2% 8%;
}

.right-side-bar {
  display: block;
  position: absolute;
  left: 0;
  width: 5%;
  height: 76.3%;
}
.right-side-bar .right-collapse-menu {
  position: absolute;
  bottom: 31px;
  left: 5%;
  opacity: 0.5;
  z-index: 18;
}
.right-side-bar .right-collapse-menu img {
  width: 100%;
}

.clearfix {
  padding: 30px;
}

.accordion a {
  color: #5997af;
  font-size: 0.7em;
  font-weight: 500;
}
.accordion .card-header {
  background-color: white;
}
.accordion .card-header.bg-youtube-header {
  background-color: #17a2b8;
}
.accordion .card-header.bg-youtube-header h2 {
  color: white;
}

a.play-youtube-img {
  position: relative;
}
a.play-youtube-img .img-thumbnail {
  padding: 0;
  background-color: none;
  border: 1px solid rgba(250, 127, 51, 0.562);
  box-shadow: 5px 5px 6px rgba(250, 126, 51, 0.5803921569);
  border-radius: 10px;
  max-width: 350px;
  transition: 0.6s;
}
a.play-youtube-img .player-button {
  position: absolute;
  left: 40%;
  top: -45px;
  width: 100px;
  border: 2px solid rgba(237, 0, 0, 0.2705882353);
  box-shadow: 2px 2px 20px white;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.568627451);
  transition: 0.6s;
}
a.play-youtube-img:hover .player-button {
  border: 15px solid rgba(250, 126, 51, 0.5019607843);
}
a.play-youtube-img:hover .img-thumbnail {
  border: 1px solid white;
  box-shadow: 5px 5px 6px white;
}

.btn-language {
  display: inline-block;
  max-width: 70px;
  top: 0;
  right: 0;
  left: auto;
  z-index: 20;
}
.btn-language a.language {
  color: white;
  background-color: #138496;
  opacity: 0.8;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
  margin-right: auto;
  padding: 9px 7px;
  display: inline-block;
  height: 43px;
  min-width: 45px;
  margin-top: 2px;
}

.btn:hover {
  text-decoration: none;
}

/****  branc-navbar and navbar  ****/
.navbar {
  padding: 0;
  z-index: 20;
}

button:focus {
  outline: none;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url(../../images/icons/nav.png);
  width: 78px;
  height: 94px;
  transition: 0.5s;
}
.navbar-toggler .navbar-toggler-icon:hover {
  border: 2px solid #a7c9d8;
}

.navbar-toggler {
  border: none !important;
  padding: 0.25rem 0 0.25rem 0.75rem;
}
.navbar-toggler .navbar-toggler-icon.opened {
  background-image: url(../../images/icons/nav-x.png);
  width: 78px;
  height: 99px;
}

.barnd-navbar-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(193, 221, 228, 0.8588235294);
  transition: background-color 100ms linear;
  padding: 10px 10px 10px 0;
  z-index: 10;
}
.barnd-navbar-icon a {
  font-family: "Goudy Bookletter 1911";
  color: black;
}
.barnd-navbar-icon a.navbar-brand {
  margin-right: 0;
  margin-left: 0.2rem;
}
.barnd-navbar-icon a.navbar-brand:hover {
  color: #5997AF;
  transition: color 300ms linear;
  border-bottom: 3px solid currentColor;
}

.barnd-navbar-icon.opened {
  background-color: rgba(36, 36, 36, 0.3);
  transition: background-color 300ms linear;
}
.barnd-navbar-icon.opened a {
  color: white;
}

.nav-item {
  min-height: 48px;
}
.nav-item a {
  max-width: 548px;
  color: #FFF;
  font-family: "Goudy Bookletter 1911";
  font-size: 27px;
  letter-spacing: 0;
  display: inline-block;
  padding-left: 10px;
}
.nav-item a.shakespeare {
  line-height: 46px;
}
.nav-item > .dropdown-menu {
  position: absolute;
}

.menu-hover-right ul {
  list-style-type: none;
  margin-top: 20px;
  padding: 0;
}
.menu-hover-right .nav-item {
  height: auto;
  max-height: 62px;
  padding-bottom: 0;
}
.menu-hover-right .nav-item.active, .menu-hover-right .nav-item:hover {
  border-bottom: 3px solid #5997AF;
  color: #5997AF;
}
.menu-hover-right .nav-item a {
  font-size: 0.8em;
  padding-left: 0;
}

.scripts img.menu-img,
.favorites img.menu-img {
  max-height: 240px;
  overflow: hidden;
}

.navbar-light .navbar-nav .show > .nav-link {
  color: #5997AF;
  padding-left: 10px;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  /*
  .rectangle {
      display: inline-block;
      height: 224px;
      width: 376px;
      position: absolute;
      z-index: -30;
      top: 0;
      right: 0;
      background-color: #34697F;
      transition: all 1s;
  }
  */
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #5997AF;
  /*
  .rectangle {
      display: inline-block;
      height: 30px;
      width: 3px;
      position: relative;
      background-color: #34697F;
      transform: scaleX(-1) rotate(-360deg);
      z-index: 40;
  }
  */
}
.navbar-light .navbar-nav .nav-link:hover::before, .navbar-light .navbar-nav .nav-link:focus::before, .navbar-light .navbar-nav .nav-link.show::before, .navbar-light .navbar-nav .nav-link.active::before {
  content: "| ";
  margin-left: -14px;
}

#collapsingNavbar {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  background-color: rgba(35, 35, 35, 0.9490196078);
  background-size: cover;
  background-repeat: repeat-y;
  padding-bottom: 8%;
  padding-top: 13%;
  padding-left: 9%;
  height: auto;
}
#collapsingNavbar .row {
  margin: 0;
}

.menu-img {
  max-width: 380px;
  border: 2px solid #5997AF;
}

.hover-box-wapper {
  display: none;
  position: absolute;
  top: 0;
  z-index: 0;
}
.hover-box-wapper .nav-link:hover, .hover-box-wapper .nav-link:focus, .hover-box-wapper .nav-link.show, .hover-box-wapper .nav-link.active {
  color: #5997AF;
}

.hover-box-wapper.scripts .menu-img {
  display: none;
}
.hover-box-wapper.scripts .menu-img.active {
  display: block;
}

.hover-box-wapper.favorites .menu-img {
  display: none;
}
.hover-box-wapper.favorites .menu-img.active {
  display: block;
}

.hover-box-wapper.send-to-bottom {
  z-index: -10px;
}

/**** Carousel Slideshow on Home page ****/
#homeSlideShow .carousel-inner {
  min-height: 630px;
}

.carousel-inner img.w-100 {
  width: 100% !important;
}
.carousel-inner .card-body {
  min-height: 330px;
}
.carousel-inner .card-body p {
  font-size: 17px;
}
.carousel-inner .btn {
  position: absolute;
  bottom: 20px;
}

.container-fluid {
  padding-right: 0;
}

.carousel-indicators {
  width: 100% !important;
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-bottom: -11px;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 16.666%;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  text-indent: 0;
  cursor: pointer;
  background-color: #000;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.carousel-indicators .thumb-wrapper .img-thumbnail {
  padding: 0;
  background-color: none;
  border: none;
  border-radius: 0;
  width: 100%;
  height: auto;
}
.carousel-indicators .thumb-wrapper .thumb-text {
  position: relative;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7019607843);
  color: #FFF;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei", "STXihei";
  /* font-size: 21px; */
  line-height: 26px;
  min-height: 120px;
  max-height: 131px;
  margin-top: -120px;
  padding: 20px 20px;
  transition: 0.6s;
}
.carousel-indicators .thumb-wrapper h4 {
  display: inline-block;
  max-width: 250px;
  padding: 2% 2%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
.carousel-indicators .sub-thumb-wrapper {
  display: none;
  position: absolute;
  bottom: 10px;
  width: 16.666%;
}
.carousel-indicators a:hover .thumb-text {
  background-color: #093c44;
}

#homeSlideShow {
  min-height: 371px;
  border-bottom: 7px solid black;
}
#homeSlideShow .carousel-control-prev,
#homeSlideShow .carousel-control-next {
  width: 5%;
}
#homeSlideShow .carousel-control-prev-icon,
#homeSlideShow .carousel-control-next-icon {
  opacity: 0.5;
  width: 30px;
  height: 30px;
}
#homeSlideShow .thumb-wrapper {
  border: 1px solid rgba(100, 149, 237, 0.231372549);
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 22%;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 16;
  color: #fff;
  max-width: 543px;
  height: auto;
  padding: 30px 3%;
  text-align: left;
  padding-right: 4%;
  font-family: "Goudy Bookletter 1911";
}
.carousel-caption.slide1 {
  background-color: #5997AF;
}
.carousel-caption.slide2 {
  background-color: #901F11;
}
.carousel-caption.slide3 {
  background-color: #285471;
}
.carousel-caption.slide4 {
  background-color: #252C34;
}
.carousel-caption.slide5 {
  background-color: #6C382D;
}
.carousel-caption.slide6 {
  background-color: #053C54;
}
.carousel-caption a {
  color: white;
}
.carousel-caption a:hover .read-more {
  padding-left: 4px;
}
.carousel-caption .count-number {
  display: inline-block;
  height: 20px;
  width: 100%;
  font-size: 14px;
  letter-spacing: 1.56px;
  line-height: 20px;
}
.carousel-caption .count-number::first-letter {
  color: #ffb4aa;
  font-weight: bold;
  font-size: 2em;
  vertical-align: top;
}
.carousel-caption h1 {
  display: inline-block;
  font-size: 250%;
  line-height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.carousel-caption .teaser {
  height: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei", "STXihei";
  font-size: 16px;
  line-height: 25px;
  margin-top: 5px;
  text-align: justify;
}
.carousel-caption .read-more {
  height: auto;
  max-width: 491px;
  font-size: 14px;
  line-height: 50px;
  transition: 0.5s;
}
.carousel-caption .read-text {
  display: inline;
}
.carousel-caption .right-arrow {
  display: inline-block;
  margin-left: 19px;
  height: 15px;
  width: 50px;
  background-image: url(../../images/icons/arrow-r.png);
  background-size: 45px 10px;
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.container-fluid .container-inner {
  padding: 3%;
}

/****  Script/Article fo Single page ****/
.banner {
  height: auto;
  /* Flexbox */
  display: flex;
  align-items: center;
}
.banner .clearfix {
  min-height: 500px;
}

.hero {
  display: block;
  height: 156px;
  width: 100%;
  margin-top: -49px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.hero .title {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 2.2rem;
  padding-top: 5px;
}
.hero .sub-title {
  font-size: 46px;
}
.hero .container {
  float: left;
  padding-left: 2%;
  max-width: 850px;
  width: 85%;
}
.hero .eldor-sub {
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei", "STXihei";
}

a.read-script-link:hover .read-script {
  background-image: gray;
}

.read-script {
  display: block;
  float: right;
  color: white;
  width: 50px;
  padding-right: 5%;
  height: 105px;
  font-size: 14px;
  font-weight: 500;
}
.read-script .vertical-text {
  transform: rotate(90deg);
  transform-origin: left top 0;
  width: 105px;
  height: 15px;
  font-size-adjust: 16px;
}
.read-script img {
  width: 20px;
  height: 55px;
}

.read-script.subscribe {
  width: 129px;
  padding-right: 2%;
  text-transform: uppercase;
  color: #fa7e33;
  font-weight: bold;
}

.book-link {
  color: white;
  font-family: "Goudy Bookletter 1911";
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 80px;
  float: right;
  margin-right: 2%;
}
.book-link .pt-4 {
  padding-top: 2rem !important;
}
.book-link .purchase-book {
  display: inline;
}
.book-link img {
  display: inline-block;
  width: 75px;
}

.bg-home {
  background-color: #5997AF;
}

.bg-marc {
  background-color: #5997AF;
}
.bg-marc .top-title {
  position: relative;
  padding: 4%;
  background-color: rgba(0, 0, 0, 0.4588235294);
  color: white;
  margin: 25% 50px 15% 50px;
  max-width: 604px;
  border-radius: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei", "STXihei";
  font-weight: 400;
}

.bg-vivaldi {
  background-color: #901F11;
}

.bg-script-vivaldi {
  background-color: #901F11;
}

.bg-shakespeare {
  background-color: #285471;
}

.bg-mrh {
  background-color: #48474C;
}

.bg-cold {
  background-color: #252C34;
}

.bg-juarez {
  background-color: #A43E30;
}

.bg-hertzog {
  background-color: #6C382D;
}

.bg-ocracoke {
  background-color: #1F0C08;
}

.bg-whn {
  background-color: #053C54;
}

.bg-term {
  background-color: #5997AF;
}

.bg-other {
  background-color: #5997AF;
}

h1,
h2 {
  font-family: "Goudy Bookletter 1911";
}

.sub-page {
  height: 69%;
  max-height: 544px;
  width: 7%;
}
.sub-page .carousel-control-prev-icon,
.sub-page .carousel-control-next-icon {
  width: 35px;
  height: 35px;
}
.sub-page span.black-bg {
  background-color: black;
  padding: 6px 5px;
  display: inline-block;
  width: 40px;
  height: 70px;
}

/***END Script/Article***/
/*** Background image ****/
main .banner.jumbotron {
  max-height: 733px;
}

.jumbotron {
  background-attachment: fixed;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0;
}
.jumbotron.bg-marc {
  background-image: url(../../images/marc-home.jpg);
  background-position: 0 1px;
  background-size: cover;
}
.jumbotron.bg-vivaldi {
  background-image: url(../../images/vivaldi-home.jpg);
}
.jumbotron.bg-script-vivaldi {
  background-image: url(../../images/vivaldi-home2.jpg);
  background-position: 0 -21px;
}
.jumbotron.bg-shakespeare {
  background-image: url(../../images/shakespeare-home.jpg);
  background-size: cover;
  background-position: 0 -50px;
}
.jumbotron.bg-mrh {
  background-image: url(../../images/mrh-home.jpg);
}
.jumbotron.bg-cold {
  background-image: url(../../images/cold-home.jpg);
  background-size: cover;
  background-position: 0px -28px;
}
.jumbotron.bg-juarez {
  background-image: url(../../images/juarez-home.jpg);
  background-position: 0 -60px;
}
.jumbotron.bg-hertzog {
  background-image: url(../../images/hertzog-home.jpg);
}
.jumbotron.bg-ocracoke {
  background-image: url(../../images/ocracoke-home.jpg);
}
.jumbotron.bg-whn {
  background-image: url(../../images/whn-home.jpg);
  background-position: 0 -125px;
}
.jumbotron.bg-term {
  background-image: url(../../images/term-home.jpg);
}

article .container {
  max-width: 996px;
}
article h2 {
  min-height: 80px;
  width: 100%;
  color: #333;
  font-family: "Goudy Bookletter 1911";
  font-size: 52px;
  line-height: auto;
}

h1.username {
  color: #5997AF;
}

p.youtube,
img.certificate {
  margin-left: auto;
  margin-right: auto;
  width: 86%;
  border: 2px solid rgba(250, 127, 51, 0.562);
  -webkit-box-shadow: 5px 10px 8px 5px #fa7e33;
  box-shadow: 4px 7px 14px 1px #fa7e33;
}

p.youtube {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

p.youtube iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

h3.d8 {
  font-size: 1.3em;
  color: #5997af;
  padding: 14px 0;
  text-shadow: -2px -2px #ffffff;
  text-align: left;
  width: 100%;
}

p.enlarge {
  display: block;
  position: relative;
}

img.certificate.shrinkToFit {
  width: 130%;
  position: absolute;
  top: 5%;
  left: -145px;
  z-index: 3;
}

/****  Footer  ****/
#myBtn {
  display: none;
  position: fixed;
  bottom: 11px;
  right: 11px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #232323;
  color: white;
  cursor: pointer;
  padding: 11px;
  border-radius: 4px;
  box-shadow: white -1px -1px 5px;
}

#myBtn:hover {
  background-color: #555;
}

pre {
  font-family: "Courier";
  color: black;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 18px;
  width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
}

.img-wrapper {
  max-height: 420px;
  overflow: hidden;
}
p.card-text {
  font-size: 17px;
}

footer {
  padding-bottom: 15px;
  background-color: #04353c;
}
footer .copyright {
  color: rgba(23, 162, 184, 0.7098039216);
}

/**** Mobile and Responsive  ****/
.navbar-collapse .nav-item > ul.mobile-submenu {
  display: none;
}

@media screen and (min-width: 1440px) {
  .carousel-caption {
    max-width: 35%;
  }
}
@media screen and (max-width: 1199px) {
  .carousel-caption {
    padding: 22px 4%;
  }
  .carousel-caption h1 {
    width: 100%;
    font-size: 180%;
    line-height: 40px;
  }
  .carousel-caption .read-more {
    height: 65px;
  }
  .sub-page {
    height: 58%;
  }
}
@media screen and (max-width: 1000px) {
  .sub-page {
    height: 60%;
  }
  .carousel-indicators .thumb-wrapper .thumb-text {
    padding: 10px;
  }
}
@media screen and (max-width: 769px) {
  .btn-language {
    right: 120px;
  }
  /*** Top Menu ***/
  #homeSlideShow .carousel-inner {
    min-height: 600px;
  }
  .navbar .navgar-collapse .row {
    margin-right: 0;
    margin-left: 0;
    padding-top: 34px;
  }
  .barnd-navbar-icon {
    position: relative;
    height: 66px;
    width: 100%;
  }
  .navbar-toggler {
    float: right;
    margin-right: 5%;
    padding: 0;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url(../../images/icons/nav-m.png);
    width: 45px;
    height: 43px;
    padding-top: 14px;
  }
  .navbar-toggler .navbar-toggler-icon.opened {
    width: 60px;
    height: 63px;
  }
  #collapsingNavbar {
    padding-left: 8%;
    height: auto;
    padding-bottom: 90px;
    background-position: -22px 0;
    background-size: cover;
  }
  .nav-item {
    min-height: 48px;
    padding: 0;
  }
  .nav-item a {
    font-size: 21px;
  }
  .menu-hover-right {
    display: none;
  }
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .nav-link.active {
    padding-left: 28px;
  }
  /***END top menu***/
  .carousel-indicators {
    width: 100% !important;
    margin: 0;
    padding: 0;
    bottom: -20px;
  }
  .carousel-indicators .thumb-wrapper h4 {
    display: inline-block;
    max-width: 145px;
    padding: 0;
    font-size: 16px;
  }
  .carousel-indicators .thumb-wrapper .thumb-text {
    line-height: 26px;
    min-height: 99px;
    margin-top: -32px;
    padding: 12px 15px;
    max-height: 114px;
    overflow: hidden;
  }
  .right-side-bar {
    display: none;
  }
  .carousel-inner img.w-100 {
    width: 100% !important;
    margin-left: 0;
  }
  .carousel-caption {
    padding: 18px 4%;
    top: 7%;
  }
  .carousel-caption .read-more {
    height: 55px;
    line-height: 60px;
  }
  .thumb-wrapper h4 {
    font-size: 16px;
  }
  .mobile-submenu {
    list-style: none;
    display: none;
  }
  .jumbotron {
    background-attachment: initial;
    background-size: 111%;
  }
  .main-content {
    padding: 2% 8%;
  }
  /*** Script Mobile  ***/
  .hero {
    min-height: 100px;
    max-height: 120px;
  }
  .hero .title {
    font-size: 1.6em;
  }
  .pt-4,
  .py-4 {
    padding-top: 0.7rem !important;
  }
  article {
    font-size: 16px;
  }
  article h2 {
    font-size: 3rem;
  }
  article pre {
    font-size: 14px;
  }
  .sub-page {
    width: 6%;
  }
  .hero.bg-marc {
    position: relative;
  }
  .hero.bg-marc .eldor-sub-alink {
    position: absolute;
    top: 11px;
    display: inline-block;
    right: 0;
  }
  .bg-marc .top-title {
    font-size: 22px;
    margin-top: 30%;
  }
}
/***END Script Mobile***/
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.4rem;
  }
  .card-body h5 {
    font-size: 1.75rem;
  }
  #collapsingNavbar {
    padding-top: 90px;
  }
  #collapsingNavbar .nav-link {
    padding: 0;
  }
  #homeSlideShow {
    border-bottom: none;
    /* min-height: 1013px; */
    margin-bottom: 81%;
  }
  #homeSlideShow .container-fluid {
    margin-top: auto;
    padding-right: 0;
  }
  .container-fluid {
    margin-top: 80px;
    padding-right: 15px;
  }
  .img-wrapper {
    height: 350px;
  }
  .carousel-indicators {
    position: absolute;
    bottom: -315px;
  }
  .carousel-indicators li.col-sm-6 {
    width: 33%;
    margin: -20px 0 0 0;
    padding: 0;
  }
  .carousel-indicators li.col-sm-6 .thumb-wrapper .thumb-text {
    height: 62px;
    margin-top: -50px;
    padding: 11px;
  }
  .carousel-indicators li.col-sm-6 .thumb-wrapper h4 {
    max-width: 100%;
    padding: 0 8px;
  }
  .carousel-indicators li.col-sm-6 .sub-thumb-wrapper {
    width: 100% !important;
  }
  .carousel-caption {
    position: inherit;
    margin: -46% 3% 2% 3%;
    right: 0;
  }
  .carousel-caption .count-number {
    height: 16px;
    font-size: 16px;
    line-height: 13px;
  }
  .carousel-caption h1 {
    font-size: 27px;
    line-height: 33px;
  }
  .carousel-caption .teaser {
    font-size: 15px;
    line-height: 22px;
    margin-top: 0px;
  }
  .carousel-caption .read-more {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .carousel-caption .right-arrow {
    margin-left: 15px;
    width: 42px;
    background-size: 40px 9px;
    background-repeat: no-repeat;
  }
  .right-side-bar {
    display: none;
  }
  #myBtn {
    right: 3px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 103px;
    bottom: auto;
    z-index: 19;
    opacity: 0.6;
  }
  #homeSlideShow .carousel-control-prev-icon,
  #homeSlideShow .carousel-control-next-icon {
    opacity: 1;
    width: 27px;
    height: 27px;
  }
  /*** Script Mobile  ***/
  .jumbotron {
    background-attachment: initial;
    background-size: 125%;
  }
  .jumbotron.bg-script-vivaldi {
    background-size: 186%;
  }
  .hero {
    height: 85px;
  }
  .hero .container {
    width: 84%;
    min-height: none;
  }
  .hero .title {
    font-size: 1.1em;
    line-height: 28px;
    padding-top: auto;
  }
  .hero.bg-shakespeare {
    min-height: 100px;
  }
  article {
    font-size: 16px;
  }
  article h2 {
    font-size: 1.8rem;
  }
  article pre {
    font-size: 16px;
  }
  .sub-page {
    height: 25%;
  }
  .container-inner .btn {
    position: relative;
    bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .container-inner .card-body {
    min-height: 300px;
  }
  .bg-marc .top-title {
    margin-top: 35%;
  }
  .bg-marc .top-title {
    margin: 35% 0 9% 0;
  }
  .main-content {
    padding: 2% 3%;
  }
}
/**END 480px **/
@media screen and (max-width: 560px) {
  p.youtube,
  img.certificate {
    width: 100%;
  }
  h3.d8 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  #homeSlideShow .carousel-inner {
    min-height: 540px;
  }
}
@media screen and (max-width: 426px) {
  #homeSlideShow .carousel-inner {
    min-height: 500px;
  }
}
@media screen and (max-width: 320px) {
  #homeSlideShow .carousel-inner {
    min-height: 390px;
  }
  .card {
    width: 95%;
  }
}
/*# sourceMappingURL=styles.css.map */
