﻿/* 
    DNN BUT website styles
    -------------------------------------------------- */


/*a:link, a:visited, a:active{text-decoration:none;color:#0088cc;}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}*/


/* CAROUSEL
    -------------------------------------------------- */
    .but.carousel {
      margin-bottom: 20px; /*60px;*/
    }

    .but.carousel .container {
      position: relative;
      z-index: 9;
    }

    .but.carousel .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .but.carousel .item {
      height: 500px;
    }
    .but.carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 500px;
    }

    .but.carousel .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 200px;
    }
    .but.carousel .carousel-caption h1,
    .but.carousel .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .but.carousel .carousel-caption .btn {
      margin-top: 10px;
    }

/*move indicators bottom right*/
.but.carousel .carousel-indicators {bottom:1%; top:inherit;}
