  .variables a {font-size: 10px;}
  .name {color: #369; font-weight: bold;}
  .private {color: #999;}
  .value {font-weight: bold;}
  .meta {font-size: 10px; color: #666;}
  #Template {
     # max-width: 980px !important;
      margin-left: auto;
      margin-right: auto;
  }
  body .container {
   # max-width: 980px !important;
  }	

 .promo_block {margin-top: 15px; margin-bottom: 15px; text-align: center;}	

.caption {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
}

.home-promo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.promo-block-button {
  font-family: FuturaPTCond-Medium, Impact, sans-serif;
  font-size: 24px;
  padding: 1px 60px;
  display: inline-block;
  color: #778379;
  background-color: #fff;
  opacity:0.8;
  border-color: #778379;
}

.promo-block-button.active,
.promo-block-button.focus,
.promo-block-button:active,
.promo-block-buttont:focus,
.promo-block-button:hover
{
  background-color: #fff;

  -webkit-transition: all 0.2s linear;
  -moz-transition:    all 0.2s linear;
  -ms-transition:     all 0.2s linear;
  -o-transition:      all 0.2s linear;
  transition:         all 0.2s linear;
  opacity:1.0;
}

.promo-box-description {
  font-family: FuturaPTCond-Medium, Impact, sans-serif;
  color: #ffffff;
  font-size: 20px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  letter-spacing: 2px;
  padding-top: 10px;
  display: block;
  margin-left: 20px;
  margin-right: 20px;

}

.promo-box-title {
  font-family: Conv_ManhattanDarling-Regular, Impact, sans-serif;
  color: #ffffff;
  font-size: 46px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
  letter-spacing: 3px;
  margin-bottom: 5px;
  line-height: 35px;
  display: block;
}

h3.promo-box-title {
	margin-left: 20px;
	margin-right: 20px;
}

/* dark fade */
.promo-link {
  display: block;
  background: black;
  padding: 0;
  margin: 0;
}

.promo-background {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition:    all 0.5s linear;
  -ms-transition:     all 0.5s linear;
  -o-transition:      all 0.5s linear;
  transition:         all 0.5s linear;
}

.promo-link .promo-background {
  /*opacity: 0.85;*/
}

.promo-link:hover .promo-background {
  opacity: 0.40;
}

.caption-glider {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
}

.glider {
  padding-bottom: 15px;
}

.glider-title {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Conv_ManhattanDarling-Regular, Impact, sans-serif;
  color: #ffffff;
  font-size: 46px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
  letter-spacing: 2px;
  margin-bottom: 3px;
  margin-top: 50px;
  line-height: 40px;
  display: block;
}

.carousel-indicators {
  bottom: -10px;
}

/*
.promo-box-title {
  padding-left: 15px;
  padding-right: 15px;
}
*/

@media (max-width:479px) {
 .caption-glider{
    top: -20%;
  }  
}

@media (min-width:768px) {
  
  /* carousel/glider */
  .caption-glider{
    top: 28%;
   }

  .glider-title {
    font-family: Conv_ManhattanDarling-Regular, Impact, sans-serif;
    font-size: 80px;
    letter-spacing: 2.8px;
    margin-bottom: 5px;
    line-height: 65px;
    text-rendering: optimizeLegibility;
  }

  .carousel-indicators {
    bottom: 20px
  }

  /* promo boxes */
   .promo-box-title {
    font-size: 50px;
    line-height: 40px;
/*    text-align: center;

    padding-left: 30px;
    padding-right: 30px;
*/
  }
}


@media screen and (min-width: 992px) {
  .promo-top-row {
    margin-bottom: 10px;
  }
  .promo-bottom-row {
    margin-top: 25px;
  }
}

