body {
  padding-top: 54px;
  color: #102d50;
  background-color: #F4F5F0;
  background-image: url('/images/bg-footer.jpg');
  background-repeat: repeat-x;
  background-position: bottom center;
}

/* Pull left in mobile resolutions */
@media (max-width: @screen-xs-max) {
  .pull-xs-right {
    float: right !important;
  }

  .pull-xs-left {
    float: left !important;
  }

  .radio-inline.pull-xs-left+.radio-inline.pull-xs-left,
  .checkbox-inline.pull-xs-left+.checkbox-inline.pull-xs-left {
    margin-left: 0;
  }

  .radio-inline.pull-xs-left, .checkbox-inline.pull-xs-left {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.text-160 {
  font-size: 160%;
}

.text-140 {
  font-size: 140%;
}

.text-120 {
  font-size: 120%;
}

.text-100 {
  font-size: 100%;
}

.text-80 {
  font-size: 80%;
}

.text-60 {
  font-size: 60%;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-8 {
  opacity: 0.8;
}

.label-small {
  font-size: 70%;
}

/*
.nav-item:hover, .nav-link a:hover {
  background-color: black;
  transition: all .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  border-radius: 8px;
}
*/
/*
.dl-horizontal::after, .dl-horizontal::before {
  display: table;
  content: "";
  line-height: 0;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.choices dt {
  text-transform: uppercase;
  text-align: left;
  width: 115px;
}

dd, dt {
  font-size: 11px;
  line-height: 24px;
  margin: 0;
}
*/
.brdylogo-nav {
  max-height: 2.5rem
}

.brdylogo-jumbotron {}

.card {
  background-color: transparent;
}

.bg-header {
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-native {
  background-color: rgba(9, 37, 71, 0.9);
}

.bg-native-grad, .dropdown-menu {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#123259+0,123259+1,274d75+98,374966+100 */
  background: #123259;
  /* Old browsers */
  background: -moz-linear-gradient(top, #123259 0%, #123259 1%, #274d75 98%, #374966 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #123259 0%, #123259 1%, #274d75 98%, #374966 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #123259 0%, #123259 1%, #274d75 98%, #374966 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123259', endColorstr='#374966', GradientType=0);
  /* IE6-9 */
}

.bg-native-hard {
  background-color: rgba(99, 67, 12, 1);
}

.bg-native-soft {
  background-color: rgba(9, 37, 71, 0.6);
}

.bg-native-softest {
  background-color: rgba(9, 37, 71, 0.3);
}

a {
  color: black;
}

.chartreuse {
  color: chartreuse;
}

.nav-link.current-page {
  color: Chartreuse;
}

.card-header, .card-header a {
  color: black;
}

.bg-native a {
  color: white;
}

.bg-native-dark {
  background-color: #fff;
}

.text-size-120 {
  font-size: 120%;
}

.text-size-150 {
  font-size: 150%;
}

.text-size-200 {
  font-size: 200%;
}

.text-size-250 {
  font-size: 250%;
}

.block-3 {
  display: block;
  min-width: 3em;
  min-height: 5em;
}

.block-x3 {
  min-width: 3em;
}

.block-y3 {
  min-height: 3em;
}

.block-y5 {
  min-height: 5em;
}

.text-size-300 {
  font-size: 300%;
}

.text-size-400 {
  font-size: 400%;
}

.carousel-item {
  height: 65vh;
  min-height: 400px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.subheader-block {
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  /*background: #123259;*/
  padding: 2em;
  -webkit-box-shadow: 0px 0px 15px -1px rgba(5, 30, 61, 0.75);
  -moz-box-shadow: 0px 0px 15px -1px rgba(5, 30, 61, 0.75);
  box-shadow: 0px 0px 15px -1px rgba(5, 30, 61, 0.75);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#123259+0,123259+1,274d75+98,374966+100 */
  background: #123259;
  /* Old browsers */
  background: -moz-linear-gradient(top, #123259 0%, #123259 1%, #274d75 98%, #374966 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #123259 0%, #123259 1%, #274d75 98%, #374966 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #123259 0%, #123259 1%, #274d75 98%, #374966 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123259', endColorstr='#374966', GradientType=0);
  /* IE6-9 */
}

.subheader-block.top {
  position: relative;
  margin-top: -60px;
  margin-bottom: 2em;
}

.subheader-block.middle {
  margin-bottom: 2em;
}

.header-block {
  background-color: rgba(9, 37, 71, 0.6);
  color: #FFF;
  padding-left: 2em;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  top: -60px;
  font-size: 16px;
}

.text-shadows {
  text-shadow: 1px 1px 2px #9797b3;
}

.text-shadows-black {
  text-shadow: 1px 1px 2px black;
}

.text-white {
  color: white;
}

.text-chartreuse {
  color: chartreuse;
}

.bg-chartreuse {
  color: chartreuse;
}

.bg-dark-native {
  background: #0d4111;
}

.bg-none {
  background-color: transparent !important;
}

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

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.price {
  display: block;
  color: #049cdb;
  font-weight: 700;
  font-size: 24px;
}

.price-row {
  display: block;
  padding: 20px 0 0 0;
}

.price-muted {
  padding: 5px 0 0 0;
  color: #999;
  font-size: 85%;
}

.jump-offset:before {
  display: block;
  content: " ";
  margin-top: -85px;
  height: 85px;
  visibility: hidden;
}

.jump-offset-big:before {
  display: block;
  content: " ";
  margin-top: -150px;
  height: 150px;
  visibility: hidden;
}

/* flash start */
/* flash start */
/* flash start */
.btn-flash {
  animation-name: flash;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  //Firefox 1+
  -webkit-animation-name: flash;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  //Safari 3-4
  -moz-animation-name: flash;
  -moz-animation-duration: 3s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}

@keyframes flash {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

//Firefox 1+
@-webkit-keyframes flash {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

//Safari 3-4
@-moz-keyframes flash {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

/* flash button end */
/* flash general start */
.flashing {
  animation-name: flash;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  //Firefox 1+
  -webkit-animation-name: flash;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  //Safari 3-4
  -moz-animation-name: flash;
  -moz-animation-duration: 3s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}

@keyframes flash {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

//Firefox 1+
@-webkit-keyframes flash {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

//Safari 3-4
@-moz-keyframes flash {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

/* flash end */
/* flash end */
/* flash end */
/* social */
.col-social {
  text-align: center;
}

ul.social-buttons {
  margin-bottom: 0
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  border-radius: 100%;
  outline: 0;
  background-color: #212529
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  background-color: #fed136;
}

ul.social-buttons {
  margin-bottom: 0;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.list-inline-item {
  display: inline-block;
  text-align: center;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px !important;
  color: #fff;
}

.text-contrast {
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.grecaptcha-badge {
    visibility: hidden;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 20%;
    left: 20%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
/*
.carousel-caption p {
  background-color: rgba(9, 37, 71, 0.6);
  border-radius: 8px;
  padding: 0.3rem;
}
*/
@media (min-width: 1680px) {
  .carousel-item a img
  {
    width: 100%;
    height: auto;
  }

  .carousel-item {
      height: 100%;
      min-height: 300px;
      background-position: center;
  }
}

@media (max-width: 1679px) {
  .carousel-item a img
  {
    width: 100%;
    height: auto;
  }

  .carousel-item {
      height: 100%;
      min-height: 100%;
  }
}

.bg-native-one {
  background-color: rgba(9, 37, 71, 0.6);
}
