/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


#Home-MasterContainer #site-nav {
    margin-bottom: 0;
}


#Home-MasterContainer .carousel{
    margin-bottom:0;
    max-height: 800px;
}

.carousel-caption{
   background: url("/munk/images/bg-home-slider.png") transparent bottom left repeat-x;
    background: -moz-linear-gradient(top, rgba(8,8,8,0) 0%, rgba(8,8,8,0.02) 1%, rgba(0,0,0,0.67) 21%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,8,8,0)), color-stop(1%, rgba(8,8,8,0.02)), color-stop(21%, rgba(0,0,0,0.67)));
    background: -webkit-linear-gradient(top, rgba(8,8,8,0) 0%, rgba(8,8,8,0.02) 1%, rgba(0,0,0,0.67) 21%);
    background: -o-linear-gradient(top, rgba(8,8,8,0) 0%, rgba(8,8,8,0.02) 1%, rgba(0,0,0,0.67) 21%);
    background: -ms-linear-gradient(top, rgba(8,8,8,0) 0%, rgba(8,8,8,0.02) 1%, rgba(0,0,0,0.67) 21%);
    background: linear-gradient(to bottom, rgba(8,8,8,0) 0%, rgba(8,8,8,0.02) 1%, rgba(0,0,0,0.67) 21%);
   /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#000000', GradientType=0 );*/
    height: auto;
    padding: 3% 0;
    color: #fff;
    position: absolute;
}

.carousel-caption .sub-head{
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding: 0 0 4px;
    font-weight:bold;
    font-size:14px;
}

.carousel-caption h1{
    font-size: 36px;
}
.carousel-caption h3{
    margin: 0 0 15px;
    font-size: 15px;
}

.carousel-caption h2{
    margin: 0 0 5px;
}


.carousel-caption .btn{
    float:none;
    margin: 15px 0 0;
}

.carousel-caption ul{
    float: left;
    min-height: 45px;
    padding: 0 15px 0 50px;
    position: relative;
    margin:15px 0 0;
}
	.carousel-caption ul.election-debate {
		padding-left:0;
		width: 100%;
	}
.carousel-caption ul li{
    float:left;
    margin-right: 17px;
    padding-top: 10px;
    list-style: none;
}
	.carousel-caption ul.election-debate li {
		width:29%;
	}
	

.carousel-caption ul li a{
    color:#fff;
}

.carousel-caption ul li a:hover{
    text-decoration:underline;
}

.carousel-caption ul.pro:before, .carousel-caption ul.con:before {
    background: none repeat scroll 0 0 #ffffff;
    border: 2px solid #fff;
    border-radius: 35px;
    font-family: "FrutigerSerifLTW01-Medi 722278",Georgia,'Times New Roman',Times,serif;
    font-size: 13px;
    height: 30px;
    left:0;
    line-height: 30px;
    margin-left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 30px;
    color: #000;
}

.carousel-caption ul.pro:before {
    content:"PRO";
}

.carousel-caption ul.con:before {
    content:"CON";
}

.carousel-control {
    background:none;
    height:100%;
    font-size: 20px;
    left: 0;
    top:0;
    opacity: 0.5;
    position: absolute;
    text-align: inherit;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: none;
    width: 15%;
    margin-top:0;
    border-radius: 0;
}

.carousel-control span {
    top: 50%;
    left:10%;
    position: relative;
    text-align: inherit;
}

.carousel-control.right span{
    left:85%;
}

.carousel-indicators {
    bottom: 20px;
}
.carousel-indicators {
    bottom: 0;
    list-style: none outside none;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 95%;
    z-index: 15;
}
.carousel-indicators li{
    background-color: #c3c2be;
}

.carousel-indicators .active{
   background-color: #dd3a04;
}

@media (max-width: 480px) {
    .carousel-indicators{
        top:93%;
    }
    .carousel-indicators li{
        width: 15px;
        height: 15px;
        border-radius: 15px;
    }

    .carousel-caption{
        padding: 3% 0 15% 0;
    }
}




