/*
 * 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 {
    overflow: hidden !important;
    width: 100%;
}
 
.carousel-inner {
    height: 100%;
}

.fill {
	opacity: 0;
    width: 100%;
    height: 100%;
    background-position: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	transition: opacity .7s ease-in;
}

.fill.loaded {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1500px) {
	.fullcoverhome-inner .fill {
		background-position: center;
	}
}

@media (max-width:767px) {
	.fill {
		background-position: center;
	}
}