/* grayscale style adapted for BEP
*/
body {
  width: 100%;
  height: 100%;
  color: white;
  background-color: black;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Monstserrat", "Helvetica Neue", Helvetica, Impact, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
  }
}
ul {
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  ul {
    margin: 0 0 35px;
  }
}
.modal-content {
  background-color: #000;
  border: solid 4px rgba(255, 255, 255, 0.6);
}
/*
li {
    margin: 0 0 4px;
    font-size: 10px;
    line-height: 1;
    @media(min-width:768px) {
        margin: 0 0 7px;
        font-size: 15px;
        line-height: 1.1;
    }
}
*/
A {
  color: #42DCA3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
A:hover,
A:focus {
  text-decoration: none;
  color: #1d9b6c;
}
.light {
  font-weight: 400;
}
.navbar .container {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.navbar.top-nav-collapse {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  background-color: black;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  text-shadow: 2px 2px 20px black;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
  text-shadow: 2px 2px 20px white;
}
.navbar-custom a {
  color: white;
}
.navbar-custom .nav li a {
  font-size: 16px;
  text-shadow: 2px 2px 20px black;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: rgba(85, 255, 0, 0.8);
  outline: none;
  background-color: transparent;
  text-shadow: 2px 2px 25px black;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom .container.navbar-darken {
    background: rgba(0, 0, 0, 0.4) !important;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 1023px) {
  .navbar-custom .navbar-brand {
    font-size: 14px;
  }
  .navbar-custom .nav li a {
    font-size: 10px;
  }
}
.intro {
  display: table;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: scroll;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-image: url(../img/intro/intro-4@0,25x.jpg);
  background-color: black;
}
@media (min-width: 500px) {
  .intro {
    background-image: url(../img/intro/intro-4@0,5x.jpg);
  }
}
@media (min-width: 1000px) {
  .intro {
    background-image: url(../img/intro/intro-4.jpg);
  }
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-weight: 200;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  text-transform: initial;
}
.intro .intro-body .intro-text {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  text-shadow: 6px 4px 15px black;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-weight: 200;
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
  }
}
.contentpanel-title {
  font-weight: 400;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  text-transform: initial;
}
@media (min-width: 768px) {
  .contentpanel-title {
    font-weight: 400;
    font-size: 100px;
  }
}
/*
 Bootstrap panel styling
*/
.panel {
  background-color: #000;
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 50px;
}
#education {
  /* 
	height: 100%;
	*/
  padding: 50px 0;
}
.education-section {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  /* 
	padding-top: 0;
	*/
  color: white;
  /*
    background: url(../img/intro/intro-3.jpg) no-repeat center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	*/
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 125px;
  }
  .education-section {
    padding: 70px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: "Monstserrat", "Helvetica Neue", Helvetica, Impact, sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.btn-default {
  /*
    border 			: 1px solid @btnBorderColor ;
    color 			: @btnTextColor;
    background-color: @btnBackgroundColor;
	*/
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: #42DCA3;
  background-color: #000;
}
.input-group .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.input-group INPUT {
  font-weight: bold;
}
.input-group FIELDSET {
  background: #FFF;
  font-weight: bold;
  color: #000;
}
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;
  }
}
footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
/*
 BEP additions
*/
.thumbnail {
  /*
	background-color: @backgroundColor;
	*/
  background-color: #222;
  width: 100%;
  border: 1ex solid #FFF;
  /*
	border-image : url("/img/texture_Wood4.jpg") 10% repeat stretch;
	*/
  border-radius: 5%;
}
.thumbnail H4 {
  color: white;
}
/*
 home page carousel
*/
.multi-item-carousel {
  background: #30303000;
  padding: 10px 15px;
}
.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
  overflow: auto;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none!important;
  }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}
.upcoming-carousel-item {
  position: relative;
  text-align: center;
  padding: 0 0.5rem;
}
.upcoming-carousel-item .upcoming-item-teaser {
  top: 2ex;
  left: 50%;
  position: absolute;
  font-weight: bold;
  font-variant: small-caps;
  transform: translateX(-50%);
  margin-right: -50%;
  text-decoration: none;
  color: #FFF;
  line-height: 12px;
  font-size: 10px;
  text-shadow: 1px 1px 10px black;
}
@media (min-width: 768px) {
  .upcoming-carousel-item .upcoming-item-teaser {
    line-height: 26px;
    font-size: 24px;
    text-shadow: 2px 1px 15px black;
  }
}
.upcoming-carousel-item .item-caption {
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-right: -25%;
  margin: 0;
  text-transform: uppercase;
  font-family: "Monstserrat", "Helvetica Neue", Helvetica, Impact, sans-serif;
  font-weight: bold;
  color: #FFF;
  padding: 0 16px 0 16px;
  line-height: 12px;
  font-size: 10px;
  text-shadow: 1px 1px 10px black;
}
@media (min-width: 768px) {
  .upcoming-carousel-item .item-caption {
    line-height: 26px;
    font-size: 24px;
    text-shadow: 2px 1px 15px black;
  }
}
.book-carousel-item {
  position: relative;
  text-align: center;
}
.book-carousel-item A IMG {
  max-height: 250px;
  height: auto;
}
.book-carousel-item .item-caption {
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  text-transform: uppercase;
  font-family: "Monstserrat", "Helvetica Neue", Helvetica, Impact, sans-serif;
  font-weight: bold;
  color: white;
  padding: 0 16px 0 16px;
  line-height: 14px;
  font-size: 12px;
  text-shadow: 1px 1px 10px black;
}
@media (min-width: 768px) {
  .book-carousel-item .item-caption {
    line-height: 28px;
    font-size: 26px;
    text-shadow: 2px 1px 15px black;
  }
}
