/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel{
	margin-bottom:0px;
}

/* 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;
}

@media (min-width: 768px){
.carousel-inner {
    margin-top: 120px;
    height: -moz-calc(100% - 180px);
    height: -webkit-calc(100% - 180px);
    height: -o-calc(100% - 180px);
    height: calc(100% - 180px);
    transition: 0.5s;
}

.carousel-inner_fixed {
    margin-top: 0;
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: -o-calc(100% - 60px);
    height: calc(100% - 60px);
    height: 100%;
}

.carousel{
	margin-bottom:0px;
	transition:0.5s;
}
.carousel_fixed{
	margin-bottom:60px;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    transition: 5s;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill_fixed {
    width: 103%;
    height: 103%;
}
}

footer {
    margin: 50px 0;
}