/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 88vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-width:2200px;
  margin:0 auto;
}
@media(max-width:1024px) {
	.carousel-caption {
		right:0;
		bottom:80px !important;
	}
	.slide-desc h2 span {
		font-size:26px;
	}
	.slide-desc p {
		font-size:13px !important;
	}
	.carousel-caption .container .cap-opacity {
		padding:15px;
		padding-bottom:3px;
	}
	.carousel-item {
		height: 76vh;
	}
	.carousel-indicators {
		bottom:60px;
	}
	.sub-nav > li:last-child > a:after {
		display:block;
	}
}
@media screen and (max-width:1024px) and (min-width:1000px){
	.sub-nav {
		bottom: -72vh;
	}
}
@media(max-width:960px) {
	.carousel-caption {
		right:0;
		bottom:inherit !important;
	}
	.slide-desc h2 span {
		font-size:26px;
	}
	.slide-desc p {
		font-size:13px !important;
	}
	.carousel-caption .container .cap-opacity {
		padding:15px;
		padding-bottom:3px;
	}
	.carousel-item {
		height: 40vh;
	}
	.carousel-indicators {
		bottom:20px;
	}
}