@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Cutive);
@import url(https://fonts.googleapis.com/css?family=Montserrat);

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  font-family: "Catamaran", sans-serif;
  text-rendering: optimizeLegibility;
  color: #fff;
  background-color: #11284a;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
  overflow-x: hidden; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 3em;
  text-transform: uppercase;
  font-family: "Cutive", serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  line-height: 33px;
   }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {

      font-size: 20px; }
    }

    li {
      line-height: 25px;
    }

@media only screen and (min-width: 0px) and (max-width: 991px) {
  h1 {
    font-size: 21px !important;
    line-height: 25px; } }

.btn-lg {
  margin: 0 auto; }

h1 {
  font-size: 28px;
  padding-top: 2em;
  color: #6ecddd; }

h1#banner-caption {
  color: #ededed;
  text-shadow: 4px 4px 1px rgba(0,0,0, .3);
}

h2 {
  line-height: 40px;
 font-weight: 100 !important;
 margin-bottom: 1.5rem;
}

  h2 small {
    line-height: 35px;
    color: #8A8A8A;
    display: block; }
  h2.hero {
    text-align: center;
    color: #d31919;
    margin: 50px auto 25px;
    text-shadow: 0px 0px 2px white; }

h5 {
  line-height: 28px; }

h6 {
  color: #6ecddd;
  font-size: 16px;
  text-transform: capitalize;
  min-height: 70px;
}

p {
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  line-height: 29px;
  font-weight: 200;
  text-rendering: optimizelegibility;
  margin-bottom: 1.75rem;
  }

a {
  color: #6ecddd;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: #1b1f24; }

.dropdown-menu {
  background-color: #21262e;
  color: #6ecddd;
  border-radius: 0; }
  .dropdown-menu > li > a {
    color: white;
    font-size: 12px;
    padding: 15px; }

.pad {
  padding: 50px 0; }

.btn {
  border-radius: 0;
  padding: 10px 25px; }
  .btn.btn-default {
    border-color: #d31919;
    color: #d31919;
    background-color: transparent; }
    .btn.btn-default:hover, .btn.btn-default :active {
      background-color: #c1e9f0; }
    .btn.btn-default > .fa, .btn.btn-default i {
      color: #d31919; }

blockquote {
  color: white;
  padding: 40px 0;
  margin: 0 0 20px;
  font-size: 26px;
  border-left: none; }
  @media only screen and (min-width: 0px) and (max-width: 768px) {
    blockquote {
      padding: 30px 10px;
      font-size: 18px; } }

.light {
  font-weight: 400; }

.parallax-pad {
  padding-top: 25%; }

header {
  position: relative; }
  header aside {
    position: absolute;
    display: block;
    bottom: 75px;
    height: 150px;
    right: 45px;
    width: 50%; }
    header aside h1 {
      color: white;
      padding: 0;
      margin: 0; }

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 0px solid;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  background-color: #1B1F25; }
  .navbar-custom button > .fa {
    font-size: 35px; }
  .navbar-custom li.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
    color: #6ecddd !important; }
  .navbar-custom .navbar-brand {
    margin-left: 0;
    height: auto;
    padding: 0;
    font-size: 0;
    line-height: 0;
    transition: all 0.6s cubic-bezier(0, 1.3, 0.5, 1.1);
    margin-left: 15px; }
    @media only screen and (min-width: 0px) and (max-width: 768px) {
      .navbar-custom .navbar-brand {
        transform: scale(0.4);
        height: 50px;
        width: 52px;
        position: fixed;
        left: 0;
        top: -10px; } }
    .navbar-custom .navbar-brand:focus {
      outline: none; }
    .navbar-custom .navbar-brand .navbar-toggle {
      padding: 4px 6px;
      color: #fff; }
      .navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
        outline: none; }
  .navbar-custom a {
    color: #fff; }
  .navbar-custom .nav li.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3); }
  .navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; }
    .navbar-custom .nav li a:hover {
      color: #6ecddd; }
    .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li a.active {
      outline: none;
      background-color: rgba(255, 255, 255, 0.3); }
    .navbar-custom .nav li a.last {
      padding: 15px 0px;
      padding-left: 15px; }

@media (min-width: 767px) {
  .sub-page {
    padding-top: 75px; }
    .sub-page a {
      color: #d31919; }
    .sub-page footer a {
      color: #ededed; }
    .sub-page h1 {
      font-weight: 200; }
    .sub-page p.lead {
      font-size: 24px !important;
      font-weight: 200;
      color: #d3d3d3; }
    .sub-page .banner-social-buttons {
      margin-top: 25px;
      margin-bottom: 50px; }
    .sub-page .page-bg img {
      padding-right: 20px;
      padding-bottom: 10px; }
    .sub-page blockquote {
      padding: 15px 0;
      font-size: 18px; }
      .sub-page blockquote .fa {
        color: #d31919; }
    .sub-page .page-bg {
      margin-top: 50px; }
      .sub-page .page-bg h5 {
        color: #222; }
    .sub-page .page-2 {
      position: relative;
      margin-top: -95px;
      margin-bottom: 25px; }
    .sub-page.klan .page-bg {
      padding-bottom: 150px;
      margin-bottom: 25px; }
    .sub-page .page-bg h3 {
      color: #333; }
  .sub-page .navbar {
    padding: 0px; }
    .sub-page .navbar.navbar-custom .nav li a {
      color: #6ecddd; }
  .sub-page .navbar-brand img {
    transform: scale(0.8);
    margin-top: 0px; }
  .navbar {
    padding: 50px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out; }
  .top-nav-collapse {
    padding: 0;
    background-color: #1B1F25;
    height: 45px; }
    .top-nav-collapse .navbar-brand {
      margin-top: -22px;
      transform: scale(0.75);
      width: 250px; }
  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(110, 205, 221, 0.5); } }

@media only screen and (min-width: 992px) {
  #home .navbar > .container .navbar-brand {
    left: 50px; } }

#home .fb-page {
  margin-bottom: 25px;
  border: 2px solid #6ecddd; }
  @media only screen and (min-width: 0px) and (max-width: 768px) {
    #home .fb-page {
      max-width: 90%; } }

#events .event-heroes a p {
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: #ededed;
}


#events .event-heroes .col-md-4:hover .btn-circle {
  transition: 2s;
  -webkit-transform: rotate(9deg) scale(1.2);
  transform: rotate(9deg) scale(1.2); }

#events .cta {
  padding: 50px 0; }

#events iframe {
  margin-top: 75px; }

.intro {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: #1B1F25 no-repeat scroll bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /* Carousel -- hero slider  */
  /* Background images are set within the HTML using inline CSS, not here */ }
  .intro .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .intro .intro-body .brand-heading {
      font-size: 40px; }
    .intro .intro-body .intro-text {
      font-size: 18px; }
  .intro .carousel-inner {
    height: 100%;
    cursor: -webkit-grab;
    cursor: -moz-grab; }
    .intro .carousel-inner:active {
      cursor: -webkit-grabbing;
      cursor: -moz-grabbing; }
  .intro .carousel,
  .intro .item,
  .intro .active {
    height: 100%;
    cursor: grab; }
  .intro .carousel-inner {
    height: 100%; }
  .intro .carousel-control.left, .intro .carousel-control.right {
    background-image: none; }
  .intro .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-cursor: grabbing;
    cursor: grabbing;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; }
  .intro .carousel-indicators {
    bottom: 35px;
    text-align: right;
    opacity: .3; }
  .intro .carousel-caption {
    position: absolute;
    top: 40%;
    cursor: grabbing;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%); }
  .intro .carousel-caption h2 {
    font-size: 100px;
    line-height: 105px;
    color: white;
    text-shadow: 0 0 4px black;
  }

  .intro .angle-right {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .intro span.fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    font-size: 40px;
    display: inline-block;
    margin-top: -10px; }
  .intro span.fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    font-size: 40px;
    display: inline-block;
    margin-top: -10px; }
  .intro .scroll-me {
    top: 90%;
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 75px;
    cursor: pointer;
    display: block;
    opacity: .25;
    padding: 11px; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 100%;
  z-index: 15;
  width: 10%;
  padding-left: 0;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    opacity: .7;
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .5s; }

.intro {
  height: 100%;
  padding: 0; }
  .intro .intro-body .brand-heading {
    font-size: 100px; }
  .intro .intro-body .intro-text {
    font-size: 25px; }

span.fa-angle-left,
span.fa-angle-right {
  opacity: .3; }

.fa {
  color: #6ecddd; }

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 9px 17px;
  border: 2px solid #4FAFA7;
  border-radius: 35px;
  font-size: 33px;
  color: #6ecddd;
  background: transparent;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  transition: 3s;
  transform: scale(1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .btn-circle:hover {
    transform: rotate(50deg);
    transition: 2s;
    transform: scale(1.05); }
  .btn-circle:hover, .btn-circle:focus {
    outline: none;
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.1); }

.page-2 {
  position: relative;
  margin-top: -45.1px;
  min-height: 850px; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .page-2 {
      margin-top: 25px; } }

.page-bg {
  padding: 30px 55px;
  background-color: #ededed;
  border: 1px solid #777;
  color: #222;
  text-align: left;
  min-height: 850px;
  border-radius: 3px; }
  .page-bg h2 {
    font-size: 20px;
    color: #222;
    line-height: 26px; }
  .page-bg h6 {
    margin: 0; }
  .page-bg p {
    font-size: 16px;
    text-indent: 1.5em; }
  .page-bg blockquote {
    font-family: 'Kanit', sans-serif;
    color: #222;
    font-size: 14px;
    margin: 0;
    padding: 15px 0; }

.content-section {
  padding-top: 180px; }

section#about {
  padding-top: 200px; }

.social-section {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  color: #fff; }
  @media only screen and (min-width: 0px) and (max-width: 768px) {
    .social-section {
      margin-top: 100px; } }
  @media (min-width: 767px) {
    .social-section .col-md-6 {
      padding-top: 50px;
      background: #262b34 no-repeat scroll center center;
      width: 48%; } }
  @media only screen and (min-width: 767px) and (min-width: 0px) and (max-width: 1152px) {
    .social-section .col-md-6 {
      width: 45%;
      margin: 0 auto; } }
  @media (min-width: 767px) {
    .social-section .col-md-6:nth-of-type(1) {
      margin-left: 25px;
      margin-top: -155px; }
    .social-section .col-md-6:nth-of-type(2) {
      margin-top: 10px;
      margin-left: 15px;
      border-right: 15px solid #1B1F25; } }
  .social-section iframe {
    width: 99%;
    max-width: 500px;
    height: auto;
    min-height: 315px; }

div.parallax-window {
  padding: 0;
  padding-top: 70px;
  margin: 0; }

#quotes {
  margin-top: 25px;
  color: white;
  width: 100%;
  max-width: 1650px;
  padding: 200px 0 100px 0; }
  #quotes h2 {
    padding: 8px;
    margin: 0; }
    #quotes h2 + h2 {
      display: inline-block; }
  #quotes blockquote {
    color: white; }

#map {
  height: 400px; }

#map {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  position: relative;
  padding-bottom: 36%;
  height: 0;
  overflow: hidden;
  background: transparent;
  z-index: 98; }

#map iframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 97; }

#books {
  padding-top: 50px;
  padding-bottom: 100px; }
  #books .book {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 80px; }
    #books .book small {
      color: #ededed; }
    #books .book img {
      margin: 0 auto; }
  #books h2 {
    margin-top: 100px;
    display: block;
    margin-bottom: 10px; }
  #books p.lead {
    display: block;
    padding-bottom: 50px; }
  #books .btn {
    border-color: white;
    color: white; }

.btn {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .btn.same-width {
    min-width: 250px; }
    .btn.same-width:first-of-type {
      margin-right: 20px; }
      @media only screen and (min-width: 0px) and (max-width: 768px) {
        .btn.same-width:first-of-type {
          margin-right: 0px;
          margin-bottom: 15px; } }

.btn-default:hover {
  border: 1px solid #1B1F25;
  outline: none;
  color: #1B1F25;
  background-color: #1B1F25; }

.btn-default:focus {
  color: #ededed;
  border: 1px solid #6ecddd;
  outline: none; }

ul.banner-social-buttons {
  margin-top: 0; }

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px; } }

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0; }
    ul.banner-social-buttons li:last-child {
      margin-bottom: 0; } }

@media only screen and (min-width: 991px) {
  .flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000; }
    .flip-container p.excerpt {
      font-size: 12px; }
  .flip-container:hover .flipper, .flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg); }
  .flip-container:hover .front, .flip-container.hover .front {
    opacity: 0;
    filter: alpha(opacity=0); }
  .flipper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s; }
  .front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s; }
  .back {
    top: 0;
    position: absolute;
    color: white;
    width: 200px;
    height: 100%;
    left: 28px;
    background-color: #d31919;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    padding-top: 25px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: 1.3s;
    cursor: pointer; }
  .back .inner {
    padding: 33px 24px 0 28px; }
  .back h5 {
    line-height: 1.2em;
    color: #fff; } }
  @media only screen and (min-width: 991px) and (min-width: 0px) and (max-width: 992px) {
    .back h5 {
      display: none; } }

@media only screen and (min-width: 0px) and (max-width: 992px) {
  div.back {
    display: none; } }

::-moz-selection, ::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2); }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

#gallery p.text-justify {
  font-size: 12px;
  line-height: 20px;
  text-align: left; }

#gallery h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0; }

#gallery #videos .row {
  padding-bottom: 45px; }

h1, h2, h3 {
  color: #6ecddd; }

#articles-home {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #articles-home h1 {
    color: white; }
  #articles-home .fa {
    transition: 1s; }
  #articles-home .article-box {
    background-color: #fff;
    padding: 30px 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #6ecddd;
    transition: 1s; }
    #articles-home .article-box:hover {
      background-color: transparent;
      border: 1px solid #6ecddd;
      transform: scale(1.025); }
      #articles-home .article-box:hover > h3 {
        color: white; }
      #articles-home .article-box:hover > .btn {
        border-color: #6ecddd;
        color: #6ecddd; }
        #articles-home .article-box:hover > .btn .fa {
          color: #6ecddd;
          transition: 1s; }
    #articles-home .article-box h3 {
      font-size: 14px;
      font-weight: 300;
      text-transform: none;
      color: black;
      transition: 1s; }
    #articles-home .article-box h6 {
      color: white !important;
      font-size: 9px !important; }
  @media only screen and (min-width: 0px) and (max-width: 768px) {
    #articles-home .col-xs-6, #articles-home .col-xs-12 {
      margin-bottom: 15px; } }

#articles img.pull-left {
  padding: 0 25px 25px 0; }

#articles h1 {
  padding-top: 25px; }

#articles h3 {
  font-size: 12px; }

#articles .article-page {
  padding-top: 200px; }

#articles .content-section {
  padding-top: 25px; }

#articles .jumbotron {
  padding: 0;
  margin: 0;
  background-color: transparent;
  position: relative; }
  #articles .jumbotron > img {
    margin: 0 auto;
    width: 100%; }
  #articles .jumbotron h2 {
    position: absolute;
    display: block;
    bottom: 150px;
    right: 50px;
    text-shadow: 1px 1px 2px #000;
    font-size: 32px;
    line-height: 35px; }

#articles ul.list li {
  text-align: left;
  list-style-type: none;
  text-transform: uppercase;
  line-height: 35px; }

#articles .col-md-4 {
  padding: 50px 0; }

#articles .map-section h3 {
  margin-top: 100px;
  display: block; }

#articles .map-section #map {
  margin-top: 0; }

#contact input, #contact #contact-area textarea {
  padding: 15px;
  width: 100%;
  font-family: inherit;
  font-size: 1.2em;
  margin: 0px 0px 10px 0px;
  border: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2); }

#contact input {
  transition: .3s; }
  #contact input:-moz-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200; }
  #contact input::-moz-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200; }
  #contact input::-webkit-input-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200; }
  #contact input:-ms-input-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200; }
  #contact input:focus {
    outline-color: #005a5b; }
    #contact input:focus:-moz-placeholder {
      color: transparent;
      font-style: normal;
      font-weight: 200; }
    #contact input:focus::-moz-placeholder {
      color: transparent;
      font-style: normal;
      font-weight: 200; }
    #contact input:focus::-webkit-input-placeholder {
      color: transparent;
      font-style: normal;
      font-weight: 200; }
    #contact input:focus:-ms-input-placeholder {
      color: transparent;
      font-style: normal;
      font-weight: 200; }

#contact textarea {
  transition: .3s;
  height: 90px;
  color: #fff; }
  #contact textarea:-moz-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200; }
  #contact textarea::-moz-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200; }
  #contact textarea::-webkit-input-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200; }
  #contact textarea:-ms-input-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200; }
  #contact textarea:focus {
    outline-color: ©(#008c8e, 10%); }
    #contact textarea:focus:-moz-placeholder {
      color: transparent;
      font-style: normal;
      font-weight: 200; }
    #contact textarea:focus::-moz-placeholder {
      color: transparent;
      font-style: normal;
      font-weight: 200; }
    #contact textarea:focus::-webkit-input-placeholder {
      color: transparent;
      font-style: normal;
      font-weight: 200; }
    #contact textarea:focus:-ms-input-placeholder {
      color: transparent;
      font-style: normal;
      font-weight: 200; }

#contact input.submit-button {
  background-color: transparent;
  border: 1px solid #d31919;
  border-color: #d31919;
  color: #d31919; }
  #contact input.submit-button:hover {
    background-color: #1B1F25;
    color: #6ecddd;
    border-color: #6ecddd; }

#jimcrow {
  background: #ECECEC;
  color: #222; }
  #jimcrow .navbar {
    background-color: #1B1F25; }
  #jimcrow #content {
    padding: 100px; }
  #jimcrow p {
    text-indent: 2em; }
  #jimcrow h1 {
    color: #000;
    font-size: 18px;
    text-transform: capitalize; }
  #jimcrow h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 16px; }
  #jimcrow a {
    color: #d31919; }
  #jimcrow footer p {
    text-indent: 0; }

#klandocs *:before, #klandocs *:after {
  box-sizing: border-box !important; }

#klandocs .row.docs {
  -moz-column-width: 25em;
  -webkit-column-width: 25em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em; }
  #klandocs .row.docs .klan-doc {
    display: inline-block;
    margin: 1em;
    width: 98%; }

#klandocs h1.action {
  color: #d31919; }

#klandocs a .klan-file {
  background-color: #d31919;
  padding: 40px 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #d31919;
  transition: 3s; }
  #klandocs a .klan-file:hover {
    background-color: black; }
  #klandocs a .klan-file h3 {
    font-size: 13px !important;
    font-weight: 300;
    color: white;
    text-transform: none; }
    #klandocs a .klan-file h3 small {
      color: #ededed; }
  #klandocs a .klan-file h6 {
    color: white !important;
    font-size: 9px !important; }
    #klandocs a .klan-file h6 small {
      color: white; }
  #klandocs a .klan-file .btn {
    border-color: white;
    color: white;
    width: auto;
    min-width: auto; }
    #klandocs a .klan-file .btn .fa {
      color: white; }

@media only screen and (min-width: 0px) and (max-width: 768px) {
  #klandocs .col-xs-6, #klandocs .col-xs-12 {
    margin-bottom: 15px; } }

#photos *:before, #photos *:after {
  box-sizing: border-box !important; }

#photos .row.docs {
  -moz-column-width: 25em;
  -webkit-column-width: 25em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em; }
  #photos .row.docs .klan-doc {
    display: inline-block;
    margin: 1em;
    width: 98%; }

#photos #tester.parallax-window {
  background: transparentize;
  background-color: black; }

h1.action {
  color: #d31919; }

.klan-file {
  border: 1px solid #d31919;
  transition: 3s; }
  .klan-file > img {
    width: 100%;
    transition: 1s;
    opacity: .8; }
    .klan-file > img:hover {
      opacity: 1; }
    .klan-file > img h3 {
      font-size: 13px !important;
      font-weight: 300;
      color: white;
      text-transform: none; }
      .klan-file > img h3 small {
        color: #ededed; }
    .klan-file > img h6 {
      color: white !important;
      font-size: 9px !important; }
      .klan-file > img h6 small {
        color: white; }
    .klan-file > img .btn {
      border-color: white;
      color: white;
      width: auto;
      min-width: auto; }
      .klan-file > img .btn .fa {
        color: white; }

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .col-xs-6, .col-xs-12 {
    margin-bottom: 15px; } }

#readers {
  margin-top: 0;
  padding-top: 0; }
  #readers .navbar-brand img {
    margin-top: -22px;
    transform: scale(0.75);
    width: 250px; }
  #readers .navbar {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparentize;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out; }
  #readers .top-nav-collapse {
    padding: 0;
    background-color: #1B1F25;
    height: 45px; }
    #readers .top-nav-collapse .navbar-brand {
      margin-top: 12px;
      transform: scale(0.7); }
      #readers .top-nav-collapse .navbar-brand img {
        margin-top: -80px;
        margin-left: -50px; }
  #readers .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(110, 205, 221, 0.5); }

#cent div.page-bg {
  min-height: 100px;
  margin-bottom: 65px; }
  #cent div.page-bg h3 {
    line-height: 35px;
    color: #2ba5ba; }
    #cent div.page-bg h3 small {
      line-height: 10px; }
  #cent div.page-bg p {
    font-size: 20px;
    text-indent: 0; }

#foundation h1 {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  font-weight: lighter;

}

#tributes h3 {
  margin-bottom: 0; }

#tributes strong {
  color: #d31919;
  font-weight: 400;
  font-size: 28px;
  display: block;
  margin-top: 2em; }

#tributes ul.awards > li {
  list-style-type: square;
  line-height: 45px;
  font-size: 22px;
  margin-bottom: 0; }
  #tributes ul.awards > li p.detail {
    font-size: 14px;
    line-height: 15px;
    color: white; }

#tributes .embed-responsive-16by9 {
  padding-bottom: 25px; }

.btn-link {
  color: #d31919; }
  .btn-link > i.fa {
    color: #d31919; }

footer {
  padding: 50px 0;
  background-color: #101316; }
  @media only screen and (min-width: 0px) and (max-width: 768px) {
    footer {
      padding-left: 20px; }
      footer img.logo {
        margin-bottom: 25px; } }
  footer img.logo {
    width: 70%; }
  footer button.btn-default {
    color: white !important;
    border-color: white !important;
    padding: 5px 20px !important;
    width: 142px; }
    footer button.btn-default i.fa {
      color: white !important; }
  footer a.btn.btn-default {
    color: white;
    border-color: white !important;
    text-align: left;
    margin: 0;
    width: 80%; }
    footer a.btn.btn-default > a {
      color: white; }
    footer a.btn.btn-default > .fa {
      color: white; }
  footer p {
    margin: 0;
    font-size: 10px; }
  footer .footer-center {
    vertical-align: top; }
    footer .footer-center p {
      display: inline-block;
      color: #ffffff;
      vertical-align: middle;
      font-size: 11px;
      line-height: 18px; }
    footer .footer-center i {
      color: #ffffff;
      text-align: center;
      line-height: 26px;
      margin: 10px 0;
      margin-right: 10px;
      vertical-align: middle; }
  footer h3 {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0;
    margin-bottom: 5px; }
  footer a {
    color: #ededed; }
  footer a:hover {
    color: #6ecddd; }
  footer ul {
    padding: 0; }
    footer ul li {
      line-height: 22px;
      list-style: none; }
  footer .elist form {
    position: relative;
    width: 100%;
    margin: 15px 0 25px; }
  footer .elist form .elist__submit {
    outline: none;
    right: 5px;
    top: -22px;
    font-weight: 100;
    position: absolute;
    font-family: 'Kanit', sans-serif;
    background-color: transparent;
    color: #ba4639;
    font-size: 48px;
    border: none;
    border-radius: 3px; }

    .nav > li {
        position: relative;
        display: block;
        font-size: 16px !important;
        text-transform: capitalize;
      }
